Author Message

jesse096

us
Posts: 35

Location: United States Trevose PA
Occupation: jesse096@yahoo.com
Age: 33
V$:
#1   2013-05-23 19:10          
There is an option for Diesel Oil for fuel, but is there a legit diesel engine? Or how can I make one?

-Jesse

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#2   2013-05-23 19:24          
open your fuel rail java, paste this and edit the colored parts :)


package java.game.parts.engines.ENGINE_FOLDER_NAME;

import java.util.*;
import java.util.resource.*;
import java.game.*;
import java.game.parts.*;
import java.game.parts.enginepart.airfueldeliverysystem.*;


public class FILE_NAME_WITHOUT_EXTENSION extends FuelInjectorSystem
{
public FILE_NAME_WITHOUT_EXTENSION( int id )
{
super( id );
name = "CATALOG NAME";
description = "CATALOG DESCRIPTION";

value = tHUF2USD(4*5+12);
brand_new_prestige_value = 33.53;
setMaxWear(kmToMaxWear(330000.0));

max_fuel_consumption = 0.025;
default_mixture_ratio = 14.5;
default_fuel_type = FT_DIESEL;
mixture_ratio = default_mixture_ratio;
fuel_type = default_fuel_type;
calcStuffs();

check4warnings();
}
}

Added 5 minutes later:

ps: if you was talking about the sound, you must rip it from somewhere and edit the engine block java and rpk to fit your sound

This post was edited by Bigg Boss93 (2013-05-23 19:31, ago)
Diegorborges about my Valo fix: "Now all of you must have your slrr folder like this: C:/BIGBOSSisMYlordANDiamHISbitch/SLRR LOL" :O




jesse096

us
Posts: 35

Location: United States Trevose PA
Occupation: jesse096@yahoo.com
Age: 33
V$:
#3   2013-05-23 19:58          
Where would I access that?

-Jesse

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#4   2013-05-23 23:17          
javas are in the engine folder(*slrr*\parts\engines\*your engine*\scripts\src
Diegorborges about my Valo fix: "Now all of you must have your slrr folder like this: C:/BIGBOSSisMYlordANDiamHISbitch/SLRR LOL" :O