[Scummvm-cvs-logs] scummvm master -> 74d3121f9d5a51b6d81a06671d0c7124e3a2420e

m-kiewitz m_kiewitz at users.sourceforge.net
Thu Jun 4 22:28:33 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
74d3121f9d SHERLOCK: add comments about 3DO resources


Commit: 74d3121f9d5a51b6d81a06671d0c7124e3a2420e
    https://github.com/scummvm/scummvm/commit/74d3121f9d5a51b6d81a06671d0c7124e3a2420e
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-04T22:29:29+02:00

Commit Message:
SHERLOCK: add comments about 3DO resources

Changed paths:
    engines/sherlock/resources.cpp



diff --git a/engines/sherlock/resources.cpp b/engines/sherlock/resources.cpp
index ab9efce..0a84706 100644
--- a/engines/sherlock/resources.cpp
+++ b/engines/sherlock/resources.cpp
@@ -100,8 +100,18 @@ Resources::Resources(SherlockEngine *vm) : _vm(vm), _cache(vm) {
 			}
 		} else {
 			// 3DO
+
+			// ITEM data from VGS.LIB is in ITEM.LIB
+			// resources themselves start with width and height as UINT16BE
+			// but after that they are different. Don't seem to be raw data
+			//addToCache("item.lib");
+
+			// talk.lib - resources themselves seem to be the same, although a few texts were slightly changed
 			addToCache("talk.lib");
-			addToCache("chess.txt"); // instead of journal.txt
+
+			// chess.txt - instead of journal.txt
+			addToCache("chess.txt");
+
 			// remaining files are missing
 			// portraits were replaced with FMV
 		}






More information about the Scummvm-git-logs mailing list