|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
probably new Tages version.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
IT is TAGES, DEVIANCE fixe (8/11/05) does not work
yes new version of TAGES.
The deviance files are a big load of **** (as often!!), just demo files. You can play 'till 2. cavern then it jumps to intro back... Searched all the web: french tit: Au coeur de lascaux germ tit: Geheimniss der vergessenen Höhle no working fixe so far, always demo stuff if you want to go over 2. cavern, patch this: ... 0041F2E9 1BC0 sbb eax, eax 0041F2EB 83D8FF sbb eax, FFFFFFFF 0041F2EE 85C0 test eax, eax 0041F2F0 7519 jne 0041F30B <<<<<<<<<<< 90 90 0041F2F2 8B54241C mov edx, dword ptr [esp+1C] ... But interface does not work correctly, whenever you have to use object A with object B it does not work (light torche with torche, play musical stones with hammer etc.). Patch LUA-script and you can come across this ****.
|
|
#3
|
|||
|
|||
|
Change the 75 to EB
|
|
#4
|
||||
|
||||
|
Quote:
__________________
Please read the FileForums [URL="http://www.fileforums.com/showthread.php?t=54193"]BOARD RULES[/URL] and [URL="http://www.fileforums.com/showthread.php?t=73906"]FAQs[/URL]. This post may not be reproduced without prior written permission. Copyright (c) 2000-2008 All rights reserved to makes me feel special. :-) [COLOR=black] [/COLOR] |
|
#5
|
||||
|
||||
|
Don't nope , just jump....
__________________
The gateway is open and you're all coming with me..... |
|
#6
|
|||
|
|||
|
Quote:
if works, how i can use this? ty |
|
#7
|
|||
|
|||
|
What he's saying, is to open up the game exe in a hex editor, and go to address 0041F2F0 . There change the 75 to a EB, which I think means to skip that instruction, and disable copy protection. (It's a long time scince I played in hex editors :P)
-Leezer- |
|
#8
|
||||
|
||||
|
By the way, the first patch (change 75-19 to 90-90) always SKIPS the jump, while the second patch (change 75-19 to EB-19) always TAKES the jump. One of them may work, but not both.
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#9
|
|||
|
|||
|
sorry guys, thought this was an expert forum, forgot that there are newbies.
Just to remember the problem: SOLC.EXE from deviance does not work, my hint was to pass the 2. cave where it normally jumps back to intro. The fixe certainly removes the jump i.e. JUMP NEVER. 90 90 means NOP NOP so the jump is never performed. ... 0041F2F0 7519 jne 0041F30B 0041F2F2 8B54241C mov edx, dword ptr [esp+1C] 0041F2F6 8B442418 mov eax, dword ptr [esp+18] 0041F2FA 52 push edx 0041F2FB 50 push eax 0041F2FC 55 push ebp 0041F2FD 8BCF mov ecx, edi 0041F2FF E81CB80F00 call 0051AB20 0041F304 5F pop edi 0041F305 5E pop esi 0041F306 5D pop ebp 0041F307 5B pop ebx 0041F308 C20C00 ret 000C ; code to play Intro again, what we don't want!!!! 0041F30B E890E30900 call 004BD6A0 0041F310 68A8869400 push 009486A8 0041F315 E846950900 call 004B8860 0041F31A 68B4259B00 push 009B25B4 0041F31F 68A0869400 push 009486A0 0041F324 68B8869400 push 009486B8 0041F329 689C869400 push 0094869C 0041F32E E8FD950900 call 004B8930 0041F333 83C414 add esp, 00000014 0041F336 5F pop edi 0041F337 5E pop esi 0041F338 5D pop ebp 0041F339 5B pop ebx 0041F33A C20C00 ret 000C ... as you see at 0041f30b there is the code to play intro, which we don't want, so the cond. jump must be removed, which is done bei 90 90 Forget the nonsens with EB 19 Next, 0041f2f0 is not a file offset but RVA, which means a memory address, the file offset to modify in a hex-editor is 00124656 . Ok, this is NO crack - it is just a mod to get out of cavern 2 (after making fire) and you can play a little bit more. Crack TAGES is far more complex, nothin' for common people out there or this forum... It is no patch to play the game to the end, for this you must patch the script-file, but this is a little bit more complex to tell here. I posted the savegames to gcw, maybe this helps some of you.
|
|
#10
|
|||
|
|||
|
WTF
JNE = Jump Never???? JNE actually is Jump Not Equal Bloody hell |
|
#11
|
|||
|
|||
|
Quote:
Thanx |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WTF!?? Jane's Addiction - Strays Copy Protection | Colin_Fox | CD/DVD Copy Protections & Utilities | 22 | 28-11-2003 07:07 |
| hard copy protection.... | MR_IQ | PS2 Games | 0 | 17-08-2003 12:57 |
| Copy Protection | Geo147 | PS2 Games | 0 | 17-05-2002 16:42 |
| Star Wars:Jedi Knight II - What copy protection is being used? | venomhed | PC Games | 2 | 05-04-2002 12:59 |
| DVD copy protection (want to output picture to TV but copy protection stops it) | avster | CD/DVD Software & Utilities | 1 | 11-03-2002 06:06 |