The Driver Syndicate/Scripting/Mission Scripting/Minigames/Gates

From Equilibrium Engine Wiki
Revision as of 13:45, 25 January 2025 by SwissCruiser (talk | contribs) (Created page with " These are simple to create: #Start Freeride mode on the level you want to create the minigame. #Drive to your desired starting point. Open the console with the key below escape key. #Then type "trailbrazer_gates_record" and press enter and drive your route. when the counter reaches 100 the script is saved in "GameData/trailblazer_generated.txt". #Now you can rename the file as you desire and move it into "scripts\trailblazer\gates" of your mod/Addon. (remember the filen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These are simple to create:

  1. Start Freeride mode on the level you want to create the minigame.
  2. Drive to your desired starting point. Open the console with the key below escape key.
  3. Then type "trailbrazer_gates_record" and press enter and drive your route. when the counter reaches 100 the script is saved in "GameData/trailblazer_generated.txt".
  4. Now you can rename the file as you desire and move it into "scripts\trailblazer\gates" of your mod/Addon. (remember the filename for next step)
  5. In "scripts\missions\minigame\gates" you need a .lua file with following content: