Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 688 Bytes

GameEditor

Supports reading GameMaker and ENIGMA game formats. GMK version 800+ (reading and writing), GMX, GMZ, EGM

The cli is for converting and compiling games on the command line. Writing might write corrupt game files so dont overwrite anything without having a backup.

You can test GML code with the cli using

python GameEditor/cli.py -c 'show_message("test");game_end();'

That will create a game with 1 room and 1 object and the code in the event create action. On the terminal it will show

show_message: test

Requirements

You need Python and PyQt4 installed

Windows

http://python.org/download/ http://www.riverbankcomputing.com/software/pyqt/download