.rec file 1005: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
==New Format of Rec File==
==New Structure of Rec Files==
{| class="wikitable" style="margin:auto align:left"
{| class="wikitable" style="margin:auto align:left"



Revision as of 15:20, 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
... ...