OBD:TRAM/raw0x1C: Difference between revisions
< OBD:TRAM
Jump to navigation
Jump to search
(added 3 missing fields) |
m (12 byte size) |
||
Line 3: | Line 3: | ||
<CENTER>[[OBD:TRAM/raw0x18|<==]] <FONT SIZE=5>TRAM - motion blur part</FONT> [[OBD:TRAM/raw0x20|==>]]</CENTER> | <CENTER>[[OBD:TRAM/raw0x18|<==]] <FONT SIZE=5>TRAM - motion blur part</FONT> [[OBD:TRAM/raw0x20|==>]]</CENTER> | ||
This part belongs to the 01865-KONCOMpunch_heavy.TRAM file. | This part belongs to the 01865-KONCOMpunch_heavy.TRAM file. It is 12 bytes long (bold). | ||
---- | ---- | ||
: | : | ||
{|cellspacing=0 | {|cellspacing=0 | ||
{{HexRow|0x00| | {{HexRow|0x00| | ||
|7E|F9|07|00|05|00|30|00|06|7F|01|0C|4D|70|75|6E| | |'''7E|'''F9|'''07|'''00|'''05|'''00|'''30|'''00|'''06|'''7F|'''01|'''0C|4D|70|75|6E| | ||
|FF|FF|FF|FF|FF|FF|00|00|C8|FF|FF|FF|FF|FF|FF|FF| | |FF|FF|FF|FF|FF|FF|00|00|C8|FF|FF|FF|FF|FF|FF|FF| | ||
|00|00|00|00|FF|FF|FF|FF|FF|C8|FF|FF|FF|FF|FF|FF| | |00|00|00|00|FF|FF|FF|FF|FF|C8|FF|FF|FF|FF|FF|FF| |
Revision as of 01:12, 2 April 2007
Main Page >> Oni Binary Data >> File Types >> TRAM File >> motion blur part
This part belongs to the 01865-KONCOMpunch_heavy.TRAM file. It is 12 bytes long (bold).
0x00: | 7E | F9 | 07 | 00 | 05 | 00 | 30 | 00 | 06 | 7F | 01 | 0C | 4D | 70 | 75 | 6E | °°°°°°°°°°°°°°°° |
0x10: | 63 | 68 | 5F | 68 | 65 | 61 | 76 | 79 | 2E | 61 | 6E | 64 | 00 | 54 | A1 | 40 | °°°°°°°°°°°°°°°° |
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
0x00 | long | 7E F9 07 00 | 0x0007f97e | blur bones bitset - see TRAM "used parts" and "replaced parts" fields for legend |
0x04 | short | 05 00 | 5 | start frame |
0x06 | short | 30 00 | 48 | stop frame |
0x08 | byte | 06 | 6 | lifetime |
0x09 | byte | 7f | 127 | initial transparency |
0x0a | byte | 01 | 1 | frame interval - blur will be added each "frame interval" frames |
Main Page >> Oni Binary Data >> File Types >> TRAM File >> motion blur part