.rec file 1005
Revision as of 15:19, 18 December 2023 by 127.0.0.1 (talk) (Created page with "==New Format of Rec File== {| class="wikitable" style="margin:auto align:left" |- ! '''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, CheckpointDat...")
New Format of Rec File
| 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 |
| ... | ... |