Related Projects:Developing

From ENIGMA
Revision as of 19:47, 18 September 2015 by RobertBColton (talk | contribs)
Jump to navigation Jump to search

This article is an overview of developing related projects that can communicate with main engine and compiler. It is also imperative that one understand the IDE plugin interface before attempting development of any of the IDE projects.

Supported Formats

ENIGMA has backwards compatibility with all of the Game Maker file formats, as well as implements it's own YAML version. The format also makes use of an image animation format known as APNG which is only used so far in Firefox but is expected to become very popular.

  • EGM, ENIGMA Game (yaml based; also supports (de)compression)
  • EGP, ENIGMA Project (uncompressed, easy to modify externally)

Game Maker Formats

All the game maker formats support (de)compression.

  • GMK, traditional binary project format
  • GMX, XML based uncompressed format
  • GMZ, 7ZIP compression based format, just a ZIP of the GMX Format

See Also