Horse Races - mission template file

Users who are viewing this thread

hmm, i dont know Python and am still struggling to figure out how to do anything with the new official mod stuff, but i noticed this in header_mission_templates.py

Code:
aisb_race     = 3
AND
Code:
mtf_one_lap_race        = 0x000010
mtf_two_lap_race        = 0x000020
mtf_three_lap_race      = 0x000030
mtf_four_lap_race       = 0x000040
mtf_five_lap_race       = 0x000050
mtf_six_lap_race        = 0x000060
mtf_seven_lap_race      = 0x000070

looks like something went into making an AI for horse races and some setup for it? any way to utilize this stuff?
 
Too bad it wouldve been fun to have horse races only roman style killing all the other racers or just being fast enough to avoid dying
 
Back
Top Bottom