Compiling:Scripts

From Custom Map Makers Wiki
Revision as of 19:49, 20 August 2011 by Rylius (talk | contribs) (Created page with "== Preset Manager == * Download: File:compile '''Note:''' Not tested on Windows # Requirements # 1. Ruby 1.9.x # # Usage # 1. Adjust the values in the GAMES-hash below # 2....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Preset Manager

Note: Not tested on Windows

  1. Requirements
  2. 1. Ruby 1.9.x
  3. Usage
  4. 1. Adjust the values in the GAMES-hash below
  5. 2. Adjust/add the presets below
  6. 3. Adjust sound below
  7. 4. compile -g <game> -p <preset> [-m] <mapname> [-play]
  8. -m can be omitted at all times.
  9. Example
  10. compile -g rain -p quick -m r_tutorial -play
  11. This would compile the map r_tutorial.map of the game Rain using the 'quick'
  12. preset and open it in the game after compiling.