OBD:BINA/PAR3: Difference between revisions

(3D particles)
 
Line 73: Line 73:
|C:die||D:newattractor||E:delay_start||F:delay_stop
|C:die||D:newattractor||E:delay_start||F:delay_stop
|}
|}
The # actions in the file (# is specified at 0x1A above) are bound to a specific event by means of this list.
The ZZZZ actions in the file (ZZZZ is specified at 0x1A above) are bound to a specific event # by means of this list.


If the 4-byte slot for event Z reads XX XX YY YY, where XXXX < YYYY < #, then event Z will execute all the actions whose slot is greater or equal to XXXX, and less than YYYY.
If the 4-byte slot for event # reads XX XX YY YY, where XXXX < YYYY < ZZZZ, then event # will execute all the actions whose slot is greater or equal to XXXX, and less than YYYY.
;Example:3RAPglass_shard.BINA has 10 actions, grouped into events as follows :
;Example:3RAPglass_shard.BINA has 10 actions, distributed between events as follows :
:(0,4)(4,4)(4,4)(4,4)(4,4)(4,4)(4,7)(7,9)(9,10)(10,10)(10,10)(10,10)(10,10)(10,10)(10,10)(10,10)
:(0,4)(4,4)(4,4)(4,4)(4,4)(4,4)(4,7)(7,9)(9,10)(10,10)(10,10)(10,10)(10,10)(10,10)(10,10)(10,10)
:That means :
:That means :
Anonymous user