rageman002
New Member
Hey! Sorry to revive this old thread, I can't get this to work. Do I also need to put extended-2 in the engine.ini?in the file "car.ini" add extended like this:
[HEADER]
VERSION = extended-2
and in the "engine.ini" file add these:
RESPONSE_TIME = 0.03 ;response delay in seconds
MECHANICAL_EFFICIENCY = 0.85 ; % / 100 - should match "transmission losses" multiplier
IDLE_THROTTLE = 0.04 ; % / 100 - how much throttle is used to reach idle
IDLE_CUTOFF = 1800 ; revs at which the throttle ceases to idle
[FUEL_CONSUMPTION]
THERMAL_EFFICIENCY_LUT = ; torque_ratio | thermal efficiency of the motor
THERMAL_EFFICIENCY = 0.35 ; lowest value = increased consumption
FUEL_LHV = 43 ; lower calorific value of fuel - MJ / kg
TURBO_EFFICIENCY = 0.8 ; optional: how efficient the turbo is at generating power from more fuel
LOG_FUEL_FLOW = 0 ; if 1, the current flow rate will be recorded in custom_shaders_patch.log
naturalmente devi usare ContentManager e CSP
"
RESPONSE_TIME = 0.03 ;response delay in seconds
MECHANICAL_EFFICIENCY = 0.85 ; % / 100 - should match "transmission losses" multiplier
IDLE_THROTTLE = 0.04 ; % / 100 - how much throttle is used to reach idle
IDLE_CUTOFF = 1800 ; revs at which the throttle ceases to idle
"
Where do I put these in the engine.ini exactly? Anywhere will do or under a specific section?
And do I need to enable an option in CSP to activate this?
Will this both change the car's fuel consumption, as well as the AI's fuel management?
Thanks
Edit: I tried enabling the LOG_FUEL_FLOW = 1, but I see nothing in the custom_shaders_patch.log.
Last edited: