So I'm working on updating an old mod for use in AMS. See here for details: http://forum.reizastudios.com/threads/test-league-for-ams-nascar-series-tues-8pm-est.1481/ But I'm having trouble finding one variable / switch / trigger. Basically, in any race event (whether it's online or SP [it's different in a test day]), I am unable to change the fuel levels in any session, be it Practice, Qualifying, Warmup or the Race. Note, that I don't mean that I cannot change the fuel levels after qualifying (parc-fer-me), but that I can't change the fuels at all, even from the beginning. What am I missing? Is it something in the series file? Something in the track set up? Something in the car .hdv? Thanks for any help! -Dan.
Ok: Under the spoiler. Spoiler [PITMENU] FrontWing=0 RearWing=0 StopGo=1 Fuel=1 AllTires=0 FrontRearTires=(0,0) LeftRightTires=(1,1) IndividualTires=(0,0,0,0) Driver=0 Wedge=1 Radiator=1 TrackBar=1 Pressure=(1,1,1,1) SpringRubber=(1,1,1,1) Damage=2 StopGoSimultaneous=0 PressureOnTheFly=0 DamagedTiresOnly=0 CompoundRestrictions=2 Preparation=(150.0,25.0,0.5,4.5) FuelTime=(6.81,1.0,1.0,0.5,1.0) TireTime=(6.5,11.5,2.0,1.0) FenderFlareTime=3.5 FrontWingTime=(17.0,8.0) RearWingTime=(17.0,33.0) DriverTime=(50.0,10.0,4.0,1.0) WedgeTime=4.5 RadiatorTime=3.0 TrackBarTime=3.5 PressureTime=3.5 SpringRubberTime=7.5 DamageTime=(5.5,5.5,320.0,1.0)
This is what I have for that: FuelRange=(0.946353, 0.946353, 71) //(0.946353, 0.946353, 71) FuelSetting=71 The numbers in parenthesis's was because I was playing with it, trying to get it to work.
Found it. Thought I was going to lose my mind. Apparently, it's the very first variable in the entire HDV file: [GENERAL] Rules=0 means you can adjust the fuel. Rules=1 means you can't adjust the fuel.