More information

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@151 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-10-26 19:19:21 +00:00
parent b16a81b033
commit fb34e07d7b
5 changed files with 56 additions and 23 deletions
-13
View File
@@ -88,19 +88,6 @@ Resources with type 'resource index' (type 4 in the 3DO sc2 starcon.pkg file)
are files with the same format as this .pkg file itself.
For music resources: (type 3 in the 3DO sc2 starcon.pkg file)
If the first 3 characters are 'CDA', from the next character to the first
nul char, or 3 characters after the first period (whatever comes first) is
used as a filename with aif audio data to play. (CDA stands for CD-audio.
The source code mentions 'red book', but it's not (red book is the standard
for audio CD's)). The rest of the file (just a few more chars) seems to be
garbage.
If the first 3 characters are something else, the entire file (including the
first 3 characters) are used as a MOD file. (As the mod file uses those char
as the title of the song, a mod file with the title beginning with 'CDA'
will go wrong).
Initial version of this file 2002-10-10 by Serge van den Boom.