OBD:TRIA: Difference between revisions

m
link fix
m (chnaged hex image link)
m (link fix)
 
(4 intermediate revisions by 4 users not shown)
Line 10: Line 10:
{{OBDtr| 0x00 | res_id  |FF0000| 01 63 04 00 | 1123  | 01123-.TRIA }}
{{OBDtr| 0x00 | res_id  |FF0000| 01 63 04 00 | 1123  | 01123-.TRIA }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 06 | 3    | level 3 }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 06 | 3    | level 3 }}
{{OBDtr| 0x08 | char[22] |00FF00| AD DE...    | dead  | unused }}
{{OBDtr| 0x08 | char[22] |00FF00| AD DE       | dead  | unused }}
{{OBDtr| 0x0E | int16    |00FFFF| 13 00      | 19    | array size }}
{{OBDtr| 0x1E | int16    |00FFFF| 13 00      | 19    | array size }}
{{OBDtrBK}}
{{OBDtrBK}}
{{OBDtr| 0x00 | int8    |FFC8C8| 00 | 0      | parent bone ID : none }}
{{OBDtr| 0x00 | int8    |FFC8C8| 00 | 0      | parent bone ID : none }}
{{OBDtr| 0x01 | int8    |FFFFC8| 01 | 1      | child bone ID : left thigh }}
{{OBDtr| 0x01 | int8    |FFFFC8| 01 | 1      | child bone ID : left thigh }}
{{OBDtr| 0x02 | int8    |C8FFC8| 00 | 0      | sibling bone ID : none }}
{{OBDtr| 0x02 | int8    |C8FFC8| 00 | 0      | sibling bone ID : none }}
{{OBDtr| 0x03 | int8    |C8FFFF| DE | dead  | unused }}
{{OBDtr| 0x03 | char[1]  |C8FFFF| DE | dead  | unused }}
|}
|}


Line 28: Line 28:
:"head" links to "left shoulder", which links to "right shoulder" : they are all children of "neck"
:"head" links to "left shoulder", which links to "right shoulder" : they are all children of "neck"
==Bones==
==Bones==
[[Image:konoko_bodyparts.png|right|konoko's bodyparts]]
{|
{|
|+Bone ID overview
|+Bone ID overview
Line 73: Line 75:
|}
|}
(Thanks to ZDLO) (and not only him)
(Thanks to ZDLO) (and not only him)
;Note
;Note
:"arm" is also sometimes referred to as "bicep"
:"arm" is also sometimes referred to as "bicep"
:(although correct spelling is [http://en.wikipedia.org/wiki/Biceps biceps] : that's a muscle)
:(although correct spelling is [[wp:Biceps|biceps]], that's a muscle)
 
==Investigation==
==Investigation==
There are 2 different TRIA files in Oni. This one, used by most [[OBD:TRCM|TRCM]] :
There are 2 different TRIA files in Oni. This one, used by most [[OBD:TRCM|TRCM]] :
Line 124: Line 128:


The associated [[OBD:TRTA|TRTA]] is also weird.
The associated [[OBD:TRTA|TRTA]] is also weird.
*The only difference between the extra-low-LOD and the mormal-LOD TRTA of male scientists is the offset of '''chest'''.
*The only difference between the extra-low-LOD and the normal-LOD TRTA of male scientists is the offset of '''chest'''.
*In the normal-LOD TRTA, the offset is (1.4, 0, 0), whereas in the extra-low-LOD TRTA, it is (0, 0, 13.5).
*In the normal-LOD TRTA, the offset is (1.4, 0, 0), whereas in the extra-low-LOD TRTA, it is (0, 0, 13.5).
*This again seems to indicate that '''chest''' is parented by the ''root'' bone if at all...
*This again seems to indicate that '''chest''' is parented by the ''root'' bone if at all...
Line 140: Line 144:


{{OBD_File_Footer | type=TRIA | prev=TRGE | next=TRIG | name=Totoro Quaternion Body Index Array | family=Character}}
{{OBD_File_Footer | type=TRIA | prev=TRGE | next=TRIG | name=Totoro Quaternion Body Index Array | family=Character}}
{{OBD}}