Forum Mod Bakery Docs

Help With Modding Of Wager Races

Posted in Support
Please login to contribute to the conversation.
1. Where is the mod file to edit wager races

2. How do I edit them, and change the fee cost and how much it gives you for winning.

If you can help me that would be great.
[deleted user]
7 yrs ago (Statistics)
Hello!

The file code for a wager race is 'gr1'.

So the scripts (located in scripts/missions/levelX) would be called 'gr1i.mfk' (for the mission script) and 'gr1l.mfk' (for the loading script)

The P3D file (located in art/missions/levelX) is galled gr1.p3d. This should contain all the locators used for the wager race.

To modify the amount of coins it gives you for winning, change the value in SetRaceEnteryFee(); (this is not a typo) The value you put in will be multiplied by the Gambling Value of the car you win the race with (this can be found in the car's .con file)
Thanks M9 This Really Helped Me Out