MECH, on Jun 11 2012 - 09:23 AM, said:
Lord, on Jun 11 2012 - 08:32 AM, said:
Hi guys!
First of all, great work with the patch: it's really a well done piece of code, but I have to ask you a way to fix an issue I have here:
Do you know that Ferrari and the Eagle use almost the same amount of fuel, right? Well, I have a huge problem in managing that fuel. For example, let's pick up Spa in GP mode: 28 laps, but both the cars let me do only 25 laps. And this happens to every track in GPL, official and added ones.
I've tried everything, including the delete of GEM+2 and GPL to start a fresh install, but nothing: even the "delete and rebuild" trick didn't work.
So... there is anyone so kind that wants to help me? Any help is highly appreciated :3
I always add a few laps of fuel in the setup to make sure the cars go full distance.
The fuel consumption is based on the parms in the physics but also based on what the track.ini has set for the cars.
So rather then messing with ini's it should be easier to up the fuel a bit
I can't, since 173 liters is the maximum the Ferrari (for example) can take, and it equals to 25 laps according to GPL 1.3 :/
And I didn't fiddle at all with the ini files, never touched them to modify anything... I don't know what to touch anyway ^^;;
EDIT: Wrong spelling ^^;;
EDIT 2: Actually, I've found something pretty intersting in the track.ini and track67.ini files: most of the fuel parameters are completely different. Here I report the ones from Spa Francorchamps.
TRACK.INI (Original one)
[ ai_track ]
end_start_behavior_section = 20.000000 ; section at which race start behavior should end
merge_from_pit_line_dlong = 450.000000 ; dlong at which cars leaving pits will merge to race line
pit_at_end_of_track = 0.0 ; 0 if all stalls beyond s/f, 1 if not
pit_lane_end_dlong = 213.000000 ; dlong where pit lane divider ends
pit_lane_has_wall = 0.000000 ; 0 if no pit wall, 1 if pit wall exists
pit_lane_on_right = 1.000000 ; 0 if lane on left, 1 if on right
pit_lane_start_dlong = 13800.000000 ; base dlong for calculating transition to pit line
pit_lane_width_left = 2.000000 ; width of pit lane in meters to LEFT of PIT.LP
pit_lane_width_right = 4.100000 ; width of pit lane in meters to RIGHT of PIT.LP
start_of_pit_stalls = 13992.500000 ; dlong where pit stalls begin
brabham_fuel_load_per_lap = 5.22 ; Brabham AI fuel loading in liters per lap
brm_fuel_load_per_lap = 6.45 ; BRM AI fuel loading in liters per lap
coventry_fuel_load_per_lap = 5.65 ; Coventry AI fuel loading in liters per lap
eagle_fuel_load_per_lap = 5.89 ; Eagle AI fuel loading in liters per lap
ferrari_fuel_load_per_lap = 5.91 ; Ferrari AI fuel loading in liters per lap
lotus_fuel_load_per_lap = 5.62 ; Lotus AI fuel loading in liters per lap
murasama_fuel_load_per_lap = 6.42 ; Murasama AI fuel loading in liters per lap
[ DEFAULT:ai_track ]
end_start_behavior_section = 20.000000
merge_from_pit_line_dlong = 450.000000
pit_at_end_of_track = 0.0
pit_lane_end_dlong = 213.000000
pit_lane_has_wall = 0.000000
pit_lane_on_right = 1.000000
pit_lane_start_dlong = 13800.000000
pit_lane_width_left = 2.000000
pit_lane_width_right = 4.100000
start_of_pit_stalls = 13992.500000
brabham_fuel_load_per_lap = 5.22
brm_fuel_load_per_lap = 6.45
coventry_fuel_load_per_lap = 5.65
eagle_fuel_load_per_lap = 5.89
ferrari_fuel_load_per_lap = 5.91
lotus_fuel_load_per_lap = 5.62
murasama_fuel_load_per_lap = 6.42
track_dlong_sep_coeff = 0.9
track_global_hype_scaling = 0.85
TRACK67.INI (version 1.3 one)
[ ai_track ]
end_start_behavior_section = 20.000000 ; section at which race start behavior should end
merge_from_pit_line_dlong = 450.000000 ; dlong at which cars leaving pits will merge to race line
pit_at_end_of_track = 0.0 ; 0 if all stalls beyond s/f, 1 if not
pit_lane_end_dlong = 213.000000 ; dlong where pit lane divider ends
pit_lane_has_wall = 0.000000 ; 0 if no pit wall, 1 if pit wall exists
pit_lane_on_right = 1.000000 ; 0 if lane on left, 1 if on right
pit_lane_start_dlong = 13800.000000 ; base dlong for calculating transition to pit line
pit_lane_width_left = 2.000000 ; width of pit lane in meters to LEFT of PIT.LP
pit_lane_width_right = 4.100000 ; width of pit lane in meters to RIGHT of PIT.LP
start_of_pit_stalls = 13992.500000 ; dlong where pit stalls begin
brabham_fuel_load_per_lap = 5.32 ; Brabham AI fuel loading in liters per lap
brm_fuel_load_per_lap = 6.69 ; BRM AI fuel loading in liters per lap
coventry_fuel_load_per_lap = 6.05 ; Coventry AI fuel loading in liters per lap
eagle_fuel_load_per_lap = 6.27 ; Eagle AI fuel loading in liters per lap
ferrari_fuel_load_per_lap = 6.33 ; Ferrari AI fuel loading in liters per lap
lotus_fuel_load_per_lap = 5.98 ; Lotus AI fuel loading in liters per lap
murasama_fuel_load_per_lap = 6.90 ; Murasama AI fuel loading in liters per lap
>>> "Default:Ai Tack" section not existent here... I don't know why :/ <<<<
For a mod that states to be running with the original physics,this is pretty a bad point :/
Edited by Lord, Jun 11 2012 - 11:12 AM.