ACT - Action List File
December 19th, 2005
Action List File Format, this file contains how to display sprite to perform an action.
| * | Field | Size | Type | Description | |
|---|---|---|---|---|---|
| 0 | Header | 2 | bytes | char | AC |
| 2 | Major version | 1 | byte | Byte | See Below |
| 3 | Minor Version | 1 | byte | Byte | See Below |
| 4 | Action Count | 2 | byte | Integer | Nº of actions contained |
| { | Action | ||||
| Frames Count | 4 | bytes | Integer | Nº of frames | |
| { | Frame | ||||
| Subframes Count | 4 | bytes | Integer | Nº of subframes | |
| { | Subframe | ||||
| Offset X | 4 | bytes | Integer | Offset of image | |
| Offset Y | 4 | bytes | Integer | Offset of image | |
| Image | 4 | bytes | Integer | Nº of spr image | |
| Direction | 4 | bytes | Integer | Direction of spr | |
| Color | 4 | bytes | Byte | RGBA Key Color | |
| Scale X | 4 | bytes | Integer | Scalation of image | |
| Scale Y | 4 | bytes | Integer | Scalation of image | |
| } | |||||
| } | |||||
| } | |||||
Version :
- 1 - ??
- 2 - ??
- 3 - ??
- 4 - ??
- 5 - ??
Info :
- - Designs a block type
{ } Designs a loop block
Credits :
deufeufeu / ender (previous research)
One Response to “ACT - Action List File”
Leave a Reply
Hi,
Header Field is AC not SP
SP is for SPrite files.
Myst~