War For Kingship BIN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 23: | Line 23: | ||
* This file format occurs in games made on [https://github.com/egret-labs/egret-core Egret Engine]. | * This file format occurs in games made on [https://github.com/egret-labs/egret-core Egret Engine]. | ||
* This file format uses '''ZLIB (raw inflate)''' compression. | * This file format uses '''ZLIB (raw inflate)''' compression. | ||
* FGUI signature seems to be a shortcut for "'''FairyGUI'''". | |||
=== Games === | === Games === | ||
Revision as of 11:28, 13 August 2022
Back to index | Edit this page
BIN
- Format Type : Archive
- Endian Order : Little Endian
- Signature : FGUI
Format Specifications
// header 4 bytes (char) - signature // "FGUI" // TODO
Notes and Comments
- This file format occurs in games made on Egret Engine.
- This file format uses ZLIB (raw inflate) compression.
- FGUI signature seems to be a shortcut for "FairyGUI".
Games
List of games using this file format:
- War For Kingship (Android) (*.BIN)
QuickBMS Script
Not written yet.
Compatible Programs