Macromedia Flash SWF / Scaleform GFX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→Games) |
||
| Line 44: | Line 44: | ||
=== Games === | === Games === | ||
List of games using this format: | List of games using this format: | ||
* The Henry Stickmin Collection (*.SWF) (signature: "CWS") | * The Henry Stickmin Collection (*.SWF) (signature: "CWS") (version: 32) | ||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 19:22, 14 September 2021
SWF
- Format Type : Animation
- Endian Order : Little Endian
Format Specifications
// SWF file format
// little endian
// header
3 bytes (char) - magic // "FWS" - uncompressed file
// "CWS" - compressed file (SWF 6 and later only)
// "ZWS" - LZMA compressed SWF (SWF 13 and later only)
1 byte (uint8) - version // e.g. 0x06 for SWF 6
4 bytes (uint32) - total file size in bytes
x bytes - frame size
2 bytes (uint16) - frame rate
2 bytes (uint16) - frame count
// tags
num_of_tags *
{
2 bytes (uint16) - tag type and length // upper 10 bits - tag type
// lower 6 bits - tag length
x bytes - tag data
}
Full file format can be found here.
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this format:
- The Henry Stickmin Collection (*.SWF) (signature: "CWS") (version: 32)
Compatible Programs
- JPEXS Free Flash Decompiler
- Sothink SWF Decompiler
- Flash Decompiler Trillix