Ship Simulator Extremes XML: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == TLD == * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...") |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
4 bytes (char) - signature // "ENC\x02" | 4 bytes (char) - signature // "ENC\x02" | ||
4 bytes (uint32) - uncompressed file size | 4 bytes (uint32) - uncompressed file size | ||
// data | |||
x bytes - ZLIB compressed data | x bytes - ZLIB compressed data | ||
</pre> | </pre> | ||
Revision as of 19:53, 1 June 2022
Back to index | Edit this page
TLD
- Format Type : Text
- Endian Order : Little Endian
- Signature : ENC / 45 4E 43 02
Format Specifications
// header 4 bytes (char) - signature // "ENC\x02" 4 bytes (uint32) - uncompressed file size // data x bytes - ZLIB compressed data
Notes and Comments
- After decompressing they are just normal XML files.
Games
List of games using this file format:
- Ship Simulator Extremes (PC) (*.XML)
QuickBMS Script
Not written yet.
Compatible Programs
- offzip