mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
new identikit property
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
//male 0head,1jaw/beard,2body,3arms,4hands,5legs,6feet,
|
//male 0head,1jaw/beard,2body,3arms,4hands,5legs,6feet,
|
||||||
//female 7head,9body,10arms,11hands,12legs,13feet,
|
//female 7head,9body,10arms,11hands,12legs,13feet,
|
||||||
//also a couple of values in 70-74 range for some reason, bugged?
|
//also a couple of values in 70-74 range for some reason, bugged?
|
||||||
"0x01": { "name": "bodypart", "read": "ubyte" },
|
"0x01": { "name": "bodypart", "read": "ubyte" },
|
||||||
"0x02": { "name": "models", "read": ["array","ubyte","varuint"]},
|
"0x02": { "name": "models", "read": ["array","ubyte","varuint"]},
|
||||||
"0x03": { "name": "iscopy", "read": "true" },
|
"0x03": { "name": "iscopy", "read": "true" },
|
||||||
"0x28": { "name": "recolor", "read": ["array","ubyte",["tuple","ushort","ushort"]] },
|
"0x28": { "name": "recolor", "read": ["array","ubyte",["tuple","ushort","ushort"]] },
|
||||||
"0x3c": { "name": "headmodel", "read": "varuint" }
|
"0x3c": { "name": "headmodel", "read": "varuint" },
|
||||||
|
// seems to be hair style related
|
||||||
|
"0x3d": { "name": "unknown", "read": "varuint" }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user