FEZ Archives

From AEWiki
Jump to: navigation, search

A "FEZ Archive" is simply a ZIP file containing all the data necessary to run a FireEngine game. FEZ stands for FireEngine ZIP.

When using a FEZ archive, the engine will invoke a different set of resource loaders than usual, and will uncompress resources directly into RAM from the archive. The exception is music files, which Pygame requires to reside on disk. When loading these the first time, they will be extracted into the system's temporary directory and played from disk.

Required Files

  • xml/global-vars.xml
  • xml/client-roles.xml

Directory Structure

  • data/ - miscellaneous data files
  • fonts/ - TrueType fonts
  • images/ - images (png, gif, jpg)
  • models/ - 3DS models
  • modules/ - Python module source code
  • music/ - music files (ogg, mp3)
  • sounds/ - audio files (wav, voc, sog)
  • xml/ - XML files
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox