-
Notifications
You must be signed in to change notification settings - Fork 0
Level Editor for dfg-amy project
License
GPL-3.0, GPL-3.0 licenses found
Licenses found
GPL-3.0
COPYING
GPL-3.0
COPYING.txt
reven86/dfg-amy-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* Overview: Three command-line tools are provided: wogfile: can pack/unpack a .bin from/to an .xml file. scanbinfile: convert all .bin file found in a directory into .xml in a target directory scanxmlfile: help understanding the structure and meaning of .xml by scanning through many at once. In addition to that, a GUI editor that provides only provides basic level edition: wogeditor. Help for the editor is available on the home page. Refere to contact information below or about dialog. It is an early release, makes sure to watch out for error in the console window. * Running from the source: - you need to install python 2.5 (http://python.org) - you need to install the pycrypto extension (http://www.amk.ca/python/code/crypto.html, or https://launchpad.net/python-crypto) => just run python setup.py install in the decompressed directory => this requires source compilation, you will likely need a C compiler to install it. - you need to install pyqt4 (only for the editor, http://www.riverbankcomputing.co.uk/software/pyqt/download) * Generating the executable from the source: cd src python setup.py py2exe Resulting executable are in src/dist * Running the script: python aesfile.py input-file.bin output-file.xml or python scanbinfile.py resource-directory xml-output-directory * Running the executable: aesfile.exe input-file.bin output-file.xml or scanbinfile.exe resource-directory xml-output-directory * Using the editor First, makes a copy of your game directory and all its sub-directories. It is the directory that contains WorldOfGoo.exe). While no modification is done at the current time, its better to be safe. Run wogeditor, and go to File/Change WOG Directory, and point to your copy of the game directory. * Licensing The projects are under the GPLv3 licensing. See the file COPYING. * Contact Information Sourceforge project: http://sourceforge.net/projects/wogedit Homepage: http://apps.sourceforge.net/mediawiki/wogedit/ NitroZark <nitrozark at users.sourceforget.net>
About
Level Editor for dfg-amy project
Resources
License
GPL-3.0, GPL-3.0 licenses found
Licenses found
GPL-3.0
COPYING
GPL-3.0
COPYING.txt
Stars
Watchers
Forks
Packages 0
No packages published