Question on disable refueling issue

maklongfung

View attachment 308
I using the F1 2011 codemaster v 0.9 mod
the button for edit "number of stops" can be absented (show as picture)

I try to modify another mod to disable the refueling issue like that, but I can't make it...
I edit the .rfm file and .hdv file, but it cannot make the button for edit "number of stops" absent

I found that in the .hdv file of F1 2011 codemaster, it also contain the pit stop refueling script:

FuelRange=(1.0, 1.0, 150)
FuelSetting=89
//NumPitstopsRange=(0, 1, 4)
//NumPitstopsSetting=3
//Pitstop1Range=(1.0, 1.0, 115)
//Pitstop1Setting=49
//Pitstop2Range=(1.0, 1.0, 115)
//Pitstop2Setting=49
//Pitstop3Range=(1.0, 1.0, 115)
//Pitstop3Setting=49

however, when running the game, the button for edit "number of stops" disappeared

Dose anyone know how to make that??
thank you very much~~
 
See if the Codemasters has a custom UI.osc file. They may have removed it in the UI.
 
I tried to copy all the information from codemaster UIData to another mod, and renamed the .OSC file that can loaded for the new mod. However, when ruinng the game, it still not work...

Anyway, thank you for your reply. :)
 
View attachment 309
Finally, I make it, it can be accomplished by adding the "//"to the pitstops script in the hdv file

for example:
//NumPitstopsSetting=3
//Pitstop1Range=(1.0, 1.0, 150)
//Pitstop1Setting=49
//Pitstop2Range=(1.0, 1.0, 150)
//Pitstop2Setting=49
//Pitstop3Range=(1.0, 1.0, 150)
//Pitstop3Setting=49

I hope this can help another people that want to disable the refueling issue.
 

Back
Top