Marmalade SDK S3E: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks |
||
| Line 40: | Line 40: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* Marmalade SDK (c:\Marmalade\8.6\s3e\bin\) | |||
** s3e_info.py | |||
* [https://github.com/knot126/Marmalade-Modding s3extract.py] | * [https://github.com/knot126/Marmalade-Modding s3extract.py] | ||
* 7-zip (only for LZMA decompression) | * 7-zip (only for LZMA decompression) | ||
Revision as of 13:49, 31 July 2022
Back to index | Edit this page
S3E
- Format Type : Archive
- Endian Order : Little Endian
- Signature : XE3U
Format Specifications
// header 4 bytes (char) - signature // "XE3U" // TODO
Notes and Comments
- This file format occurs in games made using Marmalade SDK.
- Whole archive is compressed with LZMA compression.
Games
List of games using this file format:
- Angry Birds POP! (needs confirmation)
- Backbreaker (needs confirmation)
- Bubble Mania (*.S3E) (Android)
- Expendable:Rearmed (needs confirmation)
- Lara Croft and the Guardian of Light (needs confirmation)
- Resident Evil (*.S3E) (N-Gage / iOS)
- Metal Gear Solid Mobile (needs confirmation)
- SimCity BuildIt (*.S3E)
QuickBMS Script
Compatible Programs
- Marmalade SDK (c:\Marmalade\8.6\s3e\bin\)
- s3e_info.py
- s3extract.py
- 7-zip (only for LZMA decompression)
See Also