[Scummvm-devel] DOT copyprotection patch

Peter K. gloomy_pda at mail.ru
Tue May 4 01:37:04 CEST 2004


Ehh.. So, i must say that my english so ugly.. ;)
Ok. I have just start playing in DOT on my Palm, after
i have reached copyprotection screen, i have entered
right values from manual (just plain text file ;) and
after that the game was suddenly suspended. I can pause it, but
there is no mouse cursor at all. I don't know scummvm internals,
so i just dump copyprotection script and patch script.cpp
to say dott script that it's OK. If you interesting it, here is dump
and patch. Sorry for my english again, and i didnt find any way,
to send this patch, except to subscribe to this maillist. 8)


P.S. stable SCUMMVM 0.6.0

wbr Gloomy gloomy_pda at mail.ru


--- script.cpp-old      2004-02-11 08:38:15.000000000 +0300 
+++ script.cpp  2004-05-04 11:41:27.000000000 +0400 
@@ -479,6 +479,9 @@
                        } else if (var == 179 && (_gameId == GID_MONKEY_VGA || _gameId == GID_MONKEY_EGA) && !copyprotbypassed) {
                                copyprotbypassed = true;
                                var = 266;
+                       } else if (var == 120 && (_gameId == GID_TENTACLE && ! copyprotbypassed)) { // Gloomy fix 
+                               copyprotbypassed = true; 
+                               var = 1;  // just  not null 
                        }
                }
 


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: script-44.txt
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20040504/a8ac4049/attachment.txt>


More information about the Scummvm-devel mailing list