Difference between revisions of "Zaimoni's XCOM1 Editor"

From UFOpaedia
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
* Alienturn.bat : Swaps a game from the human player to the alien player.  Run from the main directory, e.g. <code>Alienturn.bat game_8</code>
 
* Alienturn.bat : Swaps a game from the human player to the alien player.  Run from the main directory, e.g. <code>Alienturn.bat game_8</code>
 
* Humanturn.bat : Swaps a game from the alien player to the human player.  Run from the main directory, e.g. <code>Humanturn.bat game_8</code>
 
* Humanturn.bat : Swaps a game from the alien player to the human player.  Run from the main directory, e.g. <code>Humanturn.bat game_8</code>
 +
 +
AutoClose.py may also be useful for repairing savefiles with UFO doors stuck open.

Revision as of 02:39, 28 June 2008

File:ZaiXcomSuite.0.1.zip

This set of DOS batch files and Python 2.5.x scripts is a command-line savegame editor and turn-swapping utility. You will also need the (http://www.python.org/) Python scripting language installed. Unzip into c:\mps\ufo (will need editing if the XCOM1 install is elsewhere)

The Python scripts may work with later versions of Python (tested with 2.5.0 and 2.5.1). They will not work with Python 2.4.x due to incompatible changes in one of the modules used, and presumably will not work with earlier versions either.

Usage:

  • Soldier.py : Soldier and battlescape editor. Intended to run from the savegame directory being edited: ..\Soldier.py ....
  • Base.py : Base editor. Intended to run from the savegame directory being edited: ..\Base.py ....
  • PrepareSWP.py : Prepares a battlescape savegame for turnswapping. Run from the savegame directory to be enabled: ..\PrepareSWP.py
  • Alienturn.bat : Swaps a game from the human player to the alien player. Run from the main directory, e.g. Alienturn.bat game_8
  • Humanturn.bat : Swaps a game from the alien player to the human player. Run from the main directory, e.g. Humanturn.bat game_8

AutoClose.py may also be useful for repairing savefiles with UFO doors stuck open.