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

How often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 23 9.2%
  • Monthly

    Votes: 13 5.2%
  • Yearly

    Votes: 19 7.6%
  • Weekly at lan events

    Votes: 1 0.4%
  • Monthly at lan events

    Votes: 0 0.0%
  • Yearly at lan events

    Votes: 4 1.6%
  • Never have

    Votes: 196 78.4%
Back
Top