Author Message

Rollcage

us
Posts: 14

Location: United States
Occupation:
Age:
V$:
#1   2013-06-11 12:06          
So I'm building my Lamborghini SV and when I put the Lama engine in it, it says my A/F ratio is too high. I didn't put race parts in there so I'm a bit confused

g4tnt

ie
Posts: 383

Location: Ireland
Occupation:
Age: 38
V$:
#2   2013-06-11 12:16          
air fuil mixture click on the fuil rail and lower it there
its all about the mods

Rollcage

us
Posts: 14

Location: United States
Occupation:
Age:
V$:
#3   2013-06-11 13:31          
But what to? when it says 8.x:x, I do that and it says to go lower and I can't.

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-06-11 13:50          
just customize the java with this:

package java.game.parts.engines.ENGINE_FOLDER_NAME;

import java.game.parts.*;
import java.game.parts.enginepart.airfueldeliverysystem.*;
import java.game.cars.*;


public class JAVA_NAME_WITHOUT_EXTENSION extends FuelInjectorSystem
{
public JAVA_NAME_WITHOUT_EXTENSION( int id )
{
super( id );
name = "CATALOG NAME";
description = "CATALOG DESCRIPTION.";
brand_new_prestige_value = 58.53;

value = 200;
setMaxWear(kmToMaxWear(226000.0));

mixture_ratio = 14.25; // EDIT THIS TO HAVE A CUSTOM AIR-FUEL RATIO.
max_fuel_consumption = 0.00;
fuel_type = FT_METHANOL;
calcStuffs();

check4warnings();
}

public void updatevariables()
{
max_air_consumption = 0.6;

Part unsafePart;
if ( (unsafePart = partOnSlot(11)) && unsafePart instanceof AirFilter )
{
AirFilter air_intake = unsafePart;

air_intake.updatevariables();

max_air_consumption = air_intake.max_air_consumption;
}

super.updatevariables();
}
}

Added later:

should work
Diegorborges about my Valo fix: "Now all of you must have your slrr folder like this: C:/BIGBOSSisMYlordANDiamHISbitch/SLRR LOL" :O