F-Ultimate Halo settings

Hey all,
I would like to know if it is possible to have every cars using the HALO in the formula ultimate, i mean every cars driven by AI. I tried to select the HALO in every cars configuration option but it only shows mine while ingame:(. I've read somewhere that we can make AI use the car's options with the tracksconfigbase.ini file but that would mean that i have to write it for every tracks in that file... So i am asking you if there is an easier way for this.
Thanks
 
Search in your Automobilista \ GameData \ Vehicles \ F_Ultimate Folder the F_Ultimate_upgrades.ini for this block.

UpgradeType="Halo"
{

Instance="DEBRIS1"
Instance="COCKPIT"

UpgradeLevel="Off"
{
Description=""
GEN=<DEBRIS1CP>=FE17_NULL.gmt
GEN=<DEBRIS1A>=FE17_NULL.gmt
GEN=<DEBRIS1B>=FE17_NULL.gmt
GEN=<DEBRIS1C>=FE17_NULL.gmt
GEN=<DEBRIS1D>=FE17_NULL.gmt
}

UpgradeLevel="On"
{
Description=""
GEN=<DEBRIS1CP>=FE17_HALO1_CPIT.gmt
GEN=<DEBRIS1A>=FE17_HALO1_A.gmt
GEN=<DEBRIS1B>=FE17_HALO1_B.gmt
GEN=<DEBRIS1C>=FE17_HALO1_C.gmt
GEN=<DEBRIS1D>=FE17_HALO1_D.gmt
}
}

change it to

UpgradeLevel="On"
{
Description=""
GEN=<DEBRIS1CP>=FE17_HALO1_CPIT.gmt
GEN=<DEBRIS1A>=FE17_HALO1_A.gmt
GEN=<DEBRIS1B>=FE17_HALO1_B.gmt
GEN=<DEBRIS1C>=FE17_HALO1_C.gmt
GEN=<DEBRIS1D>=FE17_HALO1_D.gmt
}

UpgradeLevel="Off"
{
Description=""
GEN=<DEBRIS1CP>=FE17_NULL.gmt
GEN=<DEBRIS1A>=FE17_NULL.gmt
GEN=<DEBRIS1B>=FE17_NULL.gmt
GEN=<DEBRIS1C>=FE17_NULL.gmt
GEN=<DEBRIS1D>=FE17_NULL.gmt
}

}

should work.
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top