708
edits
(fixing a few things, but not all of them yet) |
No edit summary |
||
Line 44: | Line 44: | ||
{{OBDtr| 0x0D7 | int32 |8C8CCC| 00 00 00 00 | 0 | trigger volume ID of the parent TV, if this one is a child }} | {{OBDtr| 0x0D7 | int32 |8C8CCC| 00 00 00 00 | 0 | trigger volume ID of the parent TV, if this one is a child }} | ||
{{OBDtr2|0x0DB | char[128]|FF00C8| unused | space for notes }} | {{OBDtr2|0x0DB | char[128]|FF00C8| unused | space for notes }} | ||
{{OBDtr| 0x15B | | {{OBDtr| 0x15B | int32 |F0F096| 81 00 00 00 | 0x80 + 0x01| flags; any combination of the following: | ||
:0x01 - "entry" called only once (otherwise called every time character enters the TV) | :0x01 - "entry" called only once (otherwise called every time character enters the TV) | ||
:0x02 - "inside" called only once (otherwise called at every frame while character is in the TV) | :0x02 - "inside" called only once (otherwise called at every frame while character is in the TV) | ||
Line 54: | Line 53: | ||
:0x40 - "all" disabled (master switch, can be enabled with '''[[trigvolume_enable]] tv_name all 1''') | :0x40 - "all" disabled (master switch, can be enabled with '''[[trigvolume_enable]] tv_name all 1''') | ||
:0x80 - additional restriction: only player characters can fire off the TV | :0x80 - additional restriction: only player characters can fire off the TV | ||
}} | }} | ||
{{OBDtr| | {{OBDtr| 0x15F | |00C864| 00 | 0 | padding }} | ||
|} | |} | ||
;Resetting the trigger volume | ;Resetting the trigger volume |
edits