GDevelop EGD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 35: | Line 35: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* This file format occurs in games made using [https://gdevelop.io/ GDevelop] engine. | * This file format occurs in games made using [https://gdevelop.io/ GDevelop] engine (but only in some older engine versions). | ||
* Usually games have only one archive called "'''gam.egd'''" in the main directory. | * Usually games have only one archive called "'''gam.egd'''" in the main directory. | ||
Revision as of 20:59, 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 (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