Announcement

Collapse
No announcement yet.

Spell Force 1.38 Patch

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Spell Force 1.38 Patch

    I applied the new patch to spell force and once again it has updated its copy protection. This time its got me beat. With 1.35 i was able to just create a script and after it de-activated the rpms i just reactivated it quickly and everything was great. However this time after i re-activate it i get the error "Incompatible System Configuration".. Seems like its doing some other kind of trickery...

    Oh and another thing that cooked my balls was the error message i got first that said i needed to disable/uninstall PatinCouffin drivers... What kind of B.S. is that. But disabling it in device manager was enough to get it to go away. However the "Incompatible System Configuration" seems to be here to stay. Unless anyone knows a way around it.

    I've got a 3.2 Ghz Prescott running winxp/sp2. Just DT installed, no alcohol. And of course blindwrite which spellforce hates now.

  • #2
    Oh great. Another patch that makes Spellforce next to impossible to play from a virtual image. Are these guys deliberately trying to make our lives hell with this game. :evil:

    Ahhh. Bugger it... With WoW and EQ2 due out soon, I'm probably not going to bother trying to play this game any more from a virtual image.

    I just hope D-Tools 4.0 allows us to play this game.... MAJOR NUDGE!!

    Comment


    • #3
      v1.38 presented me with no further problems...just uninstall patin-couffin drivers and play with rmps cd and script.
      Mounty Bob strikes back

      Comment


      • #4
        I don't know what i'm doing wrong, i'm use the same script that worked before and i removed the patin-couffin drivers and uninstalled blindwrite. Still no good.. Are there any other applications or systems settings that could be setting this thing off. I uninstalled softice and some other tools that it might not like and still no good.

        Comment


        • #5
          Originally Posted by CongoMan
          v1.38 presented me with no further problems...just uninstall patin-couffin drivers and play with rmps cd and script.


          Sorry i'm a newbie.

          Where can i get the script that was mentioned in that post ?
          What do i have do with this script ? (some scripts in this forum consist of some lines of code, what should i do with them)
          Can i download this script ?

          Comment


          • #6
            @ the newbie


            You can create the Sript with DaemonScript, grab it here at the download section.
            Or, you write your own one, kinda Shell-Script.

            Code:
            //SCRIPT 
            RunSacred(); 
            function RunSacred() 
            { 
            var WSHShell = WScript.CreateObject("WScript.Shell"); 
            var i; 
             
            WSHShell.Run("D:\\XPAPPS\\MEDIA\\BURNER\\D-Tools\\daemon.exe -rmps on",1,1) 
            WSHShell.Run("L:\\GAMES\\SACRED\\Sacred.exe",1,0) 
             
            for (i=0; i<25; i++) 
            { 
            WScript.Sleep(2000) 
            WSHShell.Run("D:\\XPAPPS\\MEDIA\\BURNER\\D-Tools\\daemon.exe -rmps on") 
            } 
             
            } 
            //END SCRIPT
            This one is for SACRED, but the method should be the same.
            Just correct the path where your DT is localized and the Game is installed.

            Then copy this into a TXT File and rename it to *.js
            Put it in the Game Dir, and run it. :wink:

            Greets


            PS: of course you must have a RMPS burnt CD in your Drive :idea:

            Comment


            • #7
              Thanks Duke

              Comment

              Working...
              X