Go Back   FileForums > Game Backup > PC Games
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-08-2009, 02:40
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
The Mystery of the Druids - any REAL "no-CD"?

The Mystery of the Druids. A classic, yet not widely known adventure game by House of Tales.

The game comes on 3 CDs: Install, Present and Past.

The game's protection is SafeDisc - and some CD checks here and there.

There are two cracks in existence. Taffydog's crack is on the site now. DEViANCE's... attached here.

Both remove only the SafeDisc protection.

I however am looking for a crack that would let me play without the CDs inserted at all.

Here's the deal: Resource.001 > .008 files are located on the Present disc. Resource.009 > .012 files are located on the Past disc. If the cracks were REALLY no-CD, copying these files into the game folder where Resource.000 and the rest of the files reside would result in the game being played entirely off the HDD.

Now, this is not the case. Despite copying the Resource.001 > .012 files the game asks for the respective discs to be inserted and worse - reads the files off them. The discs are getting scratchy - I really don't want them to mess up. Anyone could fix the existing crack to be REALLY no-CD?
Attached Files
File Type: rar dev-edd.rar (957.3 KB, 29 views)
Reply With Quote
Sponsored Links
  #2  
Old 29-08-2009, 03:50
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
do the disks have folders on them ?
eg:
disk1\
disk2\
disk3\
disk4\

etc?

try copying the disk contents exactly as they are to the installation folder, i can see in the code it looks for \updates \disk*\resource. etc.. (where * = a number).

also, giving me the exact output of the message it shows when it wants you to put the disk in helps too...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #3  
Old 29-08-2009, 03:57
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
No, no, no. NO FOLDERS. MOTD_PRESENT and MOTD_PAST have the files directly at the root. E.G. D:\Resource.001

So I copied the files to the exact same folder that Resource.000 gets copied: C:\Program Files\House of Tales\Mystery of the Druids

"Please insert the disk labeled "The Present"" if I remember correctly.
Reply With Quote
  #4  
Old 29-08-2009, 07:57
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
remember correctly isn't really good enough to help
i need the exact text

there isn't even an import of GetDriveTypeA, so the check must be very minimal
either that, or its done from a dll or something...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #5  
Old 29-08-2009, 09:00
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
Please insert CD 'The Present'.
Please insert CD 'The Past'.
Reply With Quote
  #6  
Old 29-08-2009, 09:37
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
try hex editing the file and making these changes (make a backup first too)

Code:
File Offset      Patch        Original
000051B4:        B0           8A
000051B5:        2E           83
000051B6:        90           6C
000051B7:        90           09
000051B8:        90           00
000051B9:        90           00
00045448:        5C           3A
make sure you are also overwriting the original bytes and not inserting them

that may do the job

it seems the file names etc are built up as
*:\<string><string>

the patch changes the :\ to \\
and alters the * portion (it reads the letter from a struct, so the * would be the drive letter)

so it then looks like
.\\<string><string>

which hopefully will do the job if all the files are present
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #7  
Old 29-08-2009, 14:15
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
Doesn't help. Sorry.
Reply With Quote
  #8  
Old 29-08-2009, 16:12
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
"doesnt help sorry" doesn't exactly fucking help, if you want me to help give more information otherwise simply forget it..
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #9  
Old 29-08-2009, 21:03
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
Well, that's EXACTLY what I typed, I don't understand your anger at all!

It doesn't help. I changed the values in the hex editor to those given by you, files Resource.001-012 in the gamedir, however it still asks for the disc = the situation is exactly the same as it was.
Reply With Quote
  #10  
Old 30-08-2009, 05:37
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
you supplied no information at all thats why i was angry
"doesnt help sorry" helps NONE of us

next step would be to run filemon and see what files it accesses with and without the changes i suggested, to see if the area is even close
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #11  
Old 30-08-2009, 12:01
WaltonSimons's Avatar
WaltonSimons WaltonSimons is offline
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 491
Thanks: 223
Thanked 220 Times in 176 Posts
WaltonSimons is on a distinguished road
OK, I'll try. I'll check back with the results
Reply With Quote
  #12  
Old 02-09-2009, 04:49
EMPiRE EMPiRE is offline
Administrator
 
Join Date: Feb 2002
Posts: 1,356
Thanks: 8
Thanked 157 Times in 108 Posts
EMPiRE is on a distinguished road
Did you try the RUSSIAN Fixed EXE, maybe this is also working for your version of the game

I've merged the english & russian pages into 1
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"no cd" to zoo tycoon marine mania simpson PC Games 0 28-05-2003 03:11
The Mystery of the Druids George_K CD/DVD Copy Protections & Utilities 2 30-08-2002 10:18
Need a "no CD" to swedish game: "Polis3" Sweden PC Games 0 13-08-2002 08:23
Need "no cd" patch for this Game... 3DXPert PC Games 2 23-11-2001 12:08
Need crack for Mystery of the Druids (GERMAN) BubbleBubble PC Games 0 08-10-2001 07:24



All times are GMT -7. The time now is 17:57.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com