.rec file 1005: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
| ... || ... || | | ... || ... || | ||
|} | |} | ||
==General Datablock== | |||
{| class="wikitable" style="margin:auto align:left" | |||
|- | |||
! '''Offset''' !! '''Name''' !! type | |||
|- | |||
} |
Revision as of 15:21, 18 December 2023
New Structure of Rec Files
Offset | Name | type |
---|---|---|
0-3 | Version | Unsigned Integer |
4-7 | Recording Type | Unsigned Integer |
8-11 | Flags | Unsigned Integer |
12-35^ | Name | if (Flags&1) == 1 char*, 24 bytes. |
36-40 (or 12-16) | General Datablock | See General Datablock section |
41- _ (or 17- _) | One of SpawnData, CommandData, PickupData, PrivMsgData, CheckpointData, ObjectTouchData, ObjectShotData, DeathData,VechicleEnterData | See appropriate sections |
... | ... |
General Datablock
}Offset | Name | type |
---|