I need to know what are the values inside '
engine.ini'. Or at least, what car it is.
Then, I might help... Or not
I really hope someone (AI guru), make a fast and not dumb AI for Rivera.
Please.
See through the lies of the Jedi, please.
Car is the Lotus "meh" esprit gt1...but here's the engine.ini anyway.
[HEADER]
VERSION=1
POWER_CURVE=power.lut ; power curve file
COAST_CURVE=FROM_COAST_REF ; coast curve. can define 3 different options (coast reference, coast values for mathematical curve, coast curve file)
[ENGINE_DATA]
ALTITUDE_SENSITIVITY=0.1 ; sensitivity to altitude
INERTIA=0.08 ; engine inertia
LIMITER=7200 ; engine rev limiter. 0 no limiter
LIMITER_HZ=15 ; Frequency of engine limiter
MINIMUM=800 ; Idle rpm
DEFAULT_TURBO_ADJUSTMENT=0 ; DEFAULT turbo adjustment if one or more turbos are cockpit adjustable
[COAST_REF]
RPM=7000 ; rev number reference
TORQUE=50 ; engine braking torque value in Nm at rev number reference
NON_LINEARITY=0 ; coast engine brake from ZERO to TORQUE value at rpm with linear (0) to fully exponential (1)
[COAST_DATA]
COAST0=0 ;
COAST1=0
COAST=0.0000015
[COAST_CURVE]
FILENAME=coast.lut ; coasting curve file
[TURBO_0]
LAG_DN=0.990 ; Interpolation lag used slowing down the turbo
LAG_UP=0.996 ; Interpolation lag used to spin up the turbo
MAX_BOOST=0.8 ; Maximum boost generated. This value is never exceeded and multiply the torque like T=T*(1.0 + boost), so a boost of 2 will give you 3 times the torque at a given rpm.
WASTEGATE=0.8 ; Max level of boost before the wastegate does its things. 0 = no wastegate
DISPLAY_MAX_BOOST=0.8 ; Value used by display apps
REFERENCE_RPM=3000 ; The reference rpm where the turbo reaches maximum boost (at max gas pedal).
GAMMA=2.0 ; Turbo pressure sensitivity on accelerator pedal
COCKPIT_ADJUSTABLE=0 ; cockpit adjustable turbo pressure
[TURBO_1]
LAG_DN=0.990 ; Interpolation lag used slowing down the turbo
LAG_UP=0.996 ; Interpolation lag used to spin up the turbo
MAX_BOOST=0.8 ; Maximum boost generated. This value is never exceeded and multiply the torque like T=T*(1.0 + boost), so a boost of 2 will give you 3 times the torque at a given rpm.
WASTEGATE=0.8 ; Max level of boost before the wastegate does its things. 0 = no wastegate
DISPLAY_MAX_BOOST=0.8 ; Value used by display apps
REFERENCE_RPM=3000 ; The reference rpm where the turbo reaches maximum boost (at max gas pedal).
GAMMA=4.0 ; Turbo pressure sensitivity on accelerator pedal
COCKPIT_ADJUSTABLE=0
[DAMAGE]
TURBO_BOOST_THRESHOLD=1.6 ; level of TOTAL boost before the engine starts to take damage
TURBO_DAMAGE_K=0.1 ; amount of damage per second per (boost - threshold)
RPM_THRESHOLD=7400 ; RPM at which the engine starts to take damage
RPM_DAMAGE_K=0.2