GDevelop EGD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(No difference)

Revision as of 20:58, 22 August 2022

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.
  • 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