Thread: Robot Odyssey
View Single Post
Old 05-06-2009, 07:38 AM   #16
echo78
Newbie

 
Join Date: Jun 2009
Posts: 2
Default

Mr.Smith
Thanks a lot! But your patch has one side effect. Under DosBox emulator graphics rendering have interlacing after your patch applied. So, IMHO, it is better not to fix rendering at all.
Moreover, I think not everyone can apply this patch easily. I prefer to play this type of games under DOSBOX emulator. Based on your patch I made simple one, which removes just copy protection and leave all other parts of game:

Quote:
ROBOT ODYSSEY copy protection fix.
Original patch: http://svn.navi.cx/misc/trunk/python...sey_patcher.py


GAME.EXE

Find offset: 0x1A8C0: EB 18 90
Change: 31 C0 CB

LAB.EXE

Find offset: 0x15690: EB 18 90
Change: 31 C0 CB
==============================
Enjoy.
echo78 is offline                         Send a private message to echo78
Reply With Quote