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

What is the reason for your passion for sim racing?

  • Watching real motorsport

    Votes: 188 66.9%
  • Physics and mechanics

    Votes: 121 43.1%
  • Competition and adrenaline

    Votes: 130 46.3%
  • Practice for real racing

    Votes: 54 19.2%
  • Community and simracers

    Votes: 77 27.4%
Back
Top