Jump to content

OBD:OSBD: Difference between revisions

14 bytes removed ,  Yesterday at 21:22
m
wording
m (Removing DEAD part... It is NOT a part of the type...)
m (wording)
 
Line 10: Line 10:
{{OBDtr| 0x00 | res_id  |FF0000| 01 E4 18 00 | 6372        | 06372-AirCon5.amb.OSBD }}
{{OBDtr| 0x00 | res_id  |FF0000| 01 E4 18 00 | 6372        | 06372-AirCon5.amb.OSBD }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0          | level 0 }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0          | level 0 }}
{{OBDtr| 0x08 | uint32   |FFC8C8| D0 00 00 00 | 208        | size of the chunk in the raw/separate file in bytes }}
{{OBDtr| 0x08 | uint32   |FFC8C8| D0 00 00 00 | 208        | size of the data in the raw/separate file }}
{{OBDtr| 0x0C | offset  |FFFFC8| 20 5E B2 01 | 01 B2 5E 20 | start of the chunk in the raw/separate file }}
{{OBDtr| 0x0C | offset  |FFFFC8| 20 5E B2 01 | 01 B2 5E 20 | offset of the data in the raw/separate file }}
|}
|}




;raw/separate file chunk
;Raw/separate file chunk
:It has 3 different sub-formats :
:It has 3 different sub-formats :
:*[[OBD:OSBD/OSAm|OSAm]] (Oni Sound : Ambient)
:*[[OBD:OSBD/OSAm|OSAm]] (Oni Sound : Ambient)
:*[[OBD:OSBD/OSGr|OSGr]] (Oni Sound : Group)
:*[[OBD:OSBD/OSGr|OSGr]] (Oni Sound : Group)
:*[[OBD:OSBD/OSIm|OSIm]] (Oni Sound : Impulse)
:*[[OBD:OSBD/OSIm|OSIm]] (Oni Sound : Impulse)
:The format is not known when following the link at 0x0C above
:The format is not known when following the link at 0x0C above (even if it can be inferred from the name of the OSBD file). The engine knows how to parse the raw/separate file once it's read the first 4 bytes (same as for [[OBD:BINA|BINA]]).
::(even if it can be inferred from the name of the OSBD file)
:The engine knows how to parse the raw/separate file once it's read the first 4 bytes
::(same as for [[OBD:BINA|BINA]])