Changes between Version 20 and Version 21 of Modding_Guide


Ignore:
Timestamp:
Jan 17, 2016, 1:58:08 AM (8 years ago)
Author:
leper
Comment:

The JSDebugger was removed in r17655.

Legend:

Unmodified
Added
Removed
Modified
  • Modding_Guide

    v20 v21  
    6060  * [http://notepad-plus-plus.org/ Notepad++]: Windows text editor with enhanced features (the Notepad included with Windows is a ''very'' poor choice)
    6161  * Unix-based tools (e.g. [http://www.vim.org/ vim], [http://www.gnu.org/software/emacs/ GNU Emacs])
    62   * Try the game's new web-based [JavascriptDebugging script debugger] which is a customized tool for debugging 0 A.D. scripts. With this tool, you can step through the game's UI, AI, and component scripts with ease and view variables' contents.
    6362
    6463Additionally, if you want to mod the latest greatest version of the game, you might consider getting the latest data from SVN. For Windows users we provide a precompiled version of the game in SVN, so programming/compiling knowledge is not required. Still you will be expected to have a working knowledge of Windows, file management, and basic troubleshooting. See the [wiki:BuildInstructions build instructions] for details on acquiring the latest version of the game for your OS.