Windows Oni vs. Mac Oni: Difference between revisions
→File formats
| Line 47: | Line 47: | ||
ssg, Alloc... I beg you  | ssg, Alloc... I beg you  | ||
(you don't have to develop here, just a quick overview + links to OBD pages)  | (you don't have to develop here, just a quick overview + links to OBD pages)  | ||
'''Differences between MAC and PC files:'''  | |||
'''files'''  | |||
PC: *.dat, *.raw  | |||
MAC and PC demo: *.dat, *.sep, *.raw  | |||
'''dat file'''  | |||
PC: first 4 bytes are: 1F 27 DC 33  | |||
MAC and PC demo: first 4 bytes are: 61 30 C1 23  | |||
special: MAC SNDD files are 32 bytes long, PC and PC demo SNDD files are 96 bytes long  | |||
'''sep file'''  | |||
PC: no sep files  | |||
MAC and PC demo: contains the offset data of the BINA, OSBD and TXMP files  | |||
special: sep-file link in the TXMP file  | |||
'''raw file'''  | |||
PC: contains the offset data of the AGDB, AKVA, BINA, OSBD, SNDD, SUBT, TRAM and TXMP file  | |||
MAC and PC demo: contains the offset data of the AKVA, SNDD, SUBT and TRAM files  | |||
special 1: MAC and PC demo haven't AGDB files  | |||
special 2: MAC uses AIFF sounds, PC and PC demo uses WAV sounds  | |||