Integrated Dynamics - On the Dynamics of Integration

External Editing

If you have access to the file system on which your singleplayer or multiplayer game is running, you can access script files through any external editor. This allows you to create scripts using your favorite IDE (such as Vi, but definitely not Emacs).

Script files are accessible via the world/integratedscripting/ directory (see saves/ for singleplayer worlds). In here, you will find directories for all Scripting Disks by their id. Inside of each Scripting Disk directory, you will find all script files stored in that disk.

You can safely modify these script files through an external editor, even if the game is running. After externally saving the file, they will be updated automatically in the game, and dependent variables will be updated as well.

If your external editor supports this (modern IDEs do), modifying a script file through the Scripting Terminal will also cause the files to be updated in your external editor.