|
Written by eaxs
|
|
Thursday, 27 August 2009 10:44 |
There are a number of useful and essential tools that you will need for scripting in Savage 2.
Savage 2 game Of course you need the game installed so you can test your code. You can bring up the game console by pressing CTRL+F8 in-game.
Savage 2 map editor Most mods or scripts are directly attached to a map. This is simply how scripting works in Savage 2. The editor is in your Savage 2 installation folder ("Editor.bat" in Windows).
Savage 2 script editor This is the most important thing that you need to write your code effectively. You could write it in the map editor, but that's just extremely cumbersome. The savage 2 script editor has been created by Stanz.
Text editor Sometimes you'll need a normal text editor to work on some of the map or NPC files. I recommend PSpad or Netbeans. Both are free to use.
|