Showing posts with label fix. Show all posts
Showing posts with label fix. Show all posts

Tuesday, September 18, 2012

Registry Fix for Colin McRae Rally 2005 on Win7 64bit

The following registry settings fixed Colin McRae Rally 2005 for me on my Windows 7 64 bit machine.

Create a text file and paste the text at the end of this post into it. Save the file with a ".reg" extension and copy all of the text below this line.

(all you need to do is change it so that it reflects the install directory on your system)


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\Colin McRae Rally 2005]
"INSTALL_PATH"="C:\\Games\\Colin McRae Rally 2005"
"CD_PATH"="C:\\Games\\Colin McRae Rally 2005"
"Height"=dword:000003c0
"Width"=dword:00000500
"NO_DISC"="Please insert disk 1 of Colin McRae Rally 2005"
"NO_DRIVE"="Please insert disk 1 of Colin McRae Rally 2005"
"WRONG_DISC"="Please insert disk 1 of Colin McRae Rally 2005"
"ADMIN_RIGHTS"="No administrator rights."
"LANGUAGE"="E"
"AUDIO_PATH"="C:\\Games\\Colin McRae Rally 2005"
"VIDEO_PATH"="C:\\Games\\Colin McRae Rally 2005"
"HDCACHE_PATH"="C:\\Games\\Colin McRae Rally 2005\\HD"
"SAVEGAME_PATH"="C:\\Games\\Colin McRae Rally 2005\\SG"
"SELECTION"="IWBVJXLKHIBXBXCXGSIXBXBXDXFXBXBXPKBWBXBX"
"CD_KEY"=""


[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Codemasters\Colin McRae Rally 2005]
"INSTALL_PATH"="C:\\Games\\Colin McRae Rally 2005"
"CD_PATH"="C:\\Games\\Colin McRae Rally 2005"
"Height"=dword:000003c0
"Width"=dword:00000500
"NO_DISC"="Please insert disk 1 of Colin McRae Rally 2005"
"NO_DRIVE"="Please insert disk 1 of Colin McRae Rally 2005"
"WRONG_DISC"="Please insert disk 1 of Colin McRae Rally 2005"
"ADMIN_RIGHTS"="No administrator rights."
"LANGUAGE"="E"
"AUDIO_PATH"="C:\\Games\\Colin McRae Rally 2005"
"VIDEO_PATH"="C:\\Games\\Colin McRae Rally 2005"
"HDCACHE_PATH"="C:\\Games\\Colin McRae Rally 2005\\HD"
"SAVEGAME_PATH"="C:\\Games\\Colin McRae Rally 2005\\SG"
"SELECTION"="IWBVJXLKHIBXBXCXGSIXBXBXDXFXBXBXPKBWBXBX"
"CD_KEY"=""

Registry Fix for ToCA Race Driver 3 on Win7 64bit

The following registry settings fixed the english version of ToCA Race Driver 3 for me on my Windows 7 64 bit machine. I simply pulled these key values from the installer script.

Create a text file and paste the text at the end of this post into it. Save the file with a ".reg" extension and import it into your registry as the system administrator. These parameters assume that the game is installed in the default steam directories.

From what I can see valid "LANGUAGE" values are "eng","fre","ger","ita", or "spa".

Copy all of the text below this line.....
(all you need to do is change it so that it reflects the install directory of your Steam install):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\Race Driver 3]
"LANGUAGE"="eng"
"NAME_APPLICATION"="ToCA Race Driver 3"
"NAME_CD"="ToCA Race Driver 3"
"SKU"="eur"
"TITLEBAR"="ToCA Race Driver 3"
"PATH_MAIN"="F:\\Steam\\steamapps\\common\\race driver 3\\gamedata"
"PATH_APPLICATION"="F:\\Steam\\steamapps\\common\\race driver 3"
"PATH_SAVE"="F:\\Steam\\steamapps\\common\\race driver 3\\savedata"
"PATH_VIDEO"="F:\\Steam\\steamapps\\common\\race driver 3\\gamedata"
"PATH_CD"="F:\\Steam\\steamapps\\common\\race driver 3"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Codemasters\Race Driver 3]
"LANGUAGE"="eng"
"NAME_APPLICATION"="ToCA Race Driver 3"
"NAME_CD"="ToCA Race Driver 3"
"SKU"="eur"
"TITLEBAR"="ToCA Race Driver 3"
"PATH_MAIN"="F:\\Steam\\steamapps\\common\\race driver 3\\gamedata"
"PATH_APPLICATION"="F:\\Steam\\steamapps\\common\\race driver 3"
"PATH_SAVE"="F:\\Steam\\steamapps\\common\\race driver 3\\savedata"
"PATH_VIDEO"="F:\\Steam\\steamapps\\common\\race driver 3\\gamedata"
"PATH_CD"="F:\\Steam\\steamapps\\common\\race driver 3"