Difference between revisions of "CHRD"
Jump to navigation
Jump to search
(Created page with "====CHRS==== The CHRS contains data that is defined by the STRG node. CHRS and STRG are entangled. =====Functions===== {| class="wikitable" |- ! Name !! Description |- | DEF...") |
|||
Line 1: | Line 1: | ||
The CHRD segment contains models character properties that will be loaded for the mapinfo. | |||
====CHRS==== | ====CHRS==== | ||
The CHRS contains data that is defined by the STRG node. | The CHRS contains data that is defined by the STRG node. |
Revision as of 18:50, 12 May 2019
The CHRD segment contains models character properties that will be loaded for the mapinfo.
CHRS
The CHRS contains data that is defined by the STRG node. CHRS and STRG are entangled.
Functions
Name | Description |
---|---|
DEFIMAGE(35, {Model_ID}, {uint32}) | Defines a model |
IMAGE(25, {float}, {Model_File}) | Assigns model file |
IMAGE(3, {Model_ID}) | Assigns model file (from humans.afs) |
POSITION({uint32}, {x}, {y}, {z}) | Sets the position of the currently active model |
ANGLE({uint32}, {x}, {y}, {z}) | Sets the rotation of the currently active model |
STRG (Strings)
CHRS and STRG are entangled.
Position | Length | Type | Description |
---|---|---|---|
0x00 | 0x04 | string | Identifier (STRG) |
0x04 | 0x04 | uint | Size in bytes |
0x08 | 0x0? | strings | Strings with zero termination |