View Single Post
Old 12-29-07, 09:40 AM   #3
Tool
Planesman
 
Join Date: Dec 2006
Location: Pennsylvania
Posts: 189
Downloads: 0
Uploads: 0
Default

Here is the file to search for.. copied from another website dealing with this issue:

First of all you should learn the path to the game: right-click on the icon of the game, select Properties -> Shortcut -> Target. It should be like this, for example: "C:\Program Files\Company name\Product title\game.exe". Here "game.exe" is the name of executable file & "C:\Program files\Company name\Product title" is the folder with the game.
Second, you should unpack UpdateModule.exe from UpdateModule.ZIP to the folder with the game (Download UpdateModule.ZIP from here: http://help.starforce.ru/tmp/UpdateModule.zip
Then press Start -> Run... and type manually "cmd" (here and below you should type the commands without quotation marks).
Type in, command by command:
"cd <folder with the game>" (in my example it will be "cd C:\Program Files\Company name\Product title")
"updatemodule <name of the game's executable> <any name of executable, other from the original>" (my example: "updatemodule game.exe game2.exe")
"copy <name of executable, other from the original> <name of the game's executable> /y" (my example: "copy game2.exe game.exe /y")
"del <name of executable, other from the original>" (my example: "del game2.exe")
"exit"
Try running the game now.

Below is what I typed in cmd to resolve the problem:
Press enter after each line

cmd
cd\program files\ubisoft\silenthunterIII (note III is capital i)
updatemodule sh3.exe sh3x.exe
copy sh3x.exe sh3,exe/y
del sh3x.exe
exit

Worked for me.. Tool.
__________________
309th Wild Ducks www.56thvfw.com

Last edited by Tool; 12-29-07 at 07:14 PM.
Tool is offline   Reply With Quote