GDevelop EGD

From XentaxWiki
Revision as of 20:59, 22 August 2022 by imported>Ikskoks (→‎Notes and Comments)
Jump to navigation Jump to search

Back to index | Edit this page

EGD

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : EXEGD0.1 / EXEGD


Format Specifications

// header
8 bytes (char) - signature // "EXEGD0.1"
4 bytes (uint32) - number of files


// index
number_of_files *
{
   1024 bytes (char) - file name
   4 bytes (uint32) - file size
   4 bytes (uint32) - file offset
}


// data
number_of_files *
{
   x bytes - file data
}

Notes and Comments

  • This file format occurs in games made using GDevelop engine (but only in some older engine versions).
  • Usually games have only one archive called "gam.egd" in the main directory.

Games

List of games using this file format:

  • Hyperspace Dogfights (PC) (*.EGD)

QuickBMS Script

Not written yet.

Compatible Programs

  • GDevelop