[Scummvm-cvs-logs] SF.net SVN: scummvm: [26462] scummvm/trunk/tools/create_lure

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Apr 14 05:44:53 CEST 2007


Revision: 26462
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26462&view=rev
Author:   dreammaster
Date:     2007-04-13 20:44:52 -0700 (Fri, 13 Apr 2007)

Log Message:
-----------
Added fix to set tinderbox to be in the smithy, and added animation needed for barman handling

Modified Paths:
--------------
    scummvm/trunk/tools/create_lure/create_lure_dat.cpp
    scummvm/trunk/tools/create_lure/create_lure_dat.h

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.cpp
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2007-04-13 19:55:09 UTC (rev 26461)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.cpp	2007-04-14 03:44:52 UTC (rev 26462)
@@ -273,6 +273,11 @@
 			r->tickProcOffset = entry.tickProcOffset;
 			r->flags = entry.flags;
 
+			// Special check for the tinderbox hotspot to set it's room number correctly - the original 
+			// game used this as a backup against people trying to hack the copy protection
+			if (startId[tableNum] + hotspotIndex == 0x271C)
+				r->roomNumber = TO_LE_16(28);
+
 			// Find the walk-to coordinates for the hotspot
 			walkCtr = 0;
 			while ((walkCtr < walkNumEntries) &&
@@ -467,6 +472,7 @@
 	add_anim_record(0x5c95);
 	add_anim_record(0x5ce9);		// Blacksmith in bar?
 	add_anim_record(0x5915);		// Blacksmith hammering
+	add_anim_record(0x59ED);		// Ewan's alternate animation
 
 	// Get the animation data records
 	AnimRecord inRec;

Modified: scummvm/trunk/tools/create_lure/create_lure_dat.h
===================================================================
--- scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-04-13 19:55:09 UTC (rev 26461)
+++ scummvm/trunk/tools/create_lure/create_lure_dat.h	2007-04-14 03:44:52 UTC (rev 26462)
@@ -27,7 +27,7 @@
 #include "common/endian.h"
 
 #define VERSION_MAJOR 1
-#define VERSION_MINOR 16
+#define VERSION_MINOR 17
 #define ENGLISH_LURE 
 
 #define DATA_SEGMENT 0xac50


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