[Scummvm-cvs-logs] SF.net SVN: scummvm:[49262] scummvm/trunk/engines/sci/resource.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu May 27 14:00:20 CEST 2010


Revision: 49262
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49262&view=rev
Author:   thebluegr
Date:     2010-05-27 12:00:20 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Added an explanation for audio36 and sync36 external patches

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource.cpp

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2010-05-27 11:26:37 UTC (rev 49261)
+++ scummvm/trunk/engines/sci/resource.cpp	2010-05-27 12:00:20 UTC (rev 49262)
@@ -1109,6 +1109,14 @@
 	// this function tries to read patch file with any supported naming scheme,
 	// regardless of s_sciVersion value
 
+	// Note that audio36 and sync36 use a different naming scheme, because they cannot be described
+	// with a single resource number, but are a result of a <number, noun, verb, cond, seq> tuple.
+	// Please don't be confused with the normal audio patches (*.aud) and normal sync patches (*.syn).
+	// audio36 patches can be seen for example in the AUD folder of GK1CD, and are like this file:
+	// @0CS0M00.0X1. GK1CD is the first game where these have been observed. The actual audio36 and
+	// sync36 resources exist in SCI1.1 as well, but the first game where external patch files for
+	// them have been found is GK1CD
+
 	Common::String mask, name;
 	Common::ArchiveMemberList files;
 	int number = -1;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list