View Single Post
  #38  
Old 15-11-2012, 07:36
silviugut silviugut is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 54
Thanks: 49
Thanked 4 Times in 4 Posts
silviugut is on a distinguished road
Quote:
Originally Posted by BAMsE View Post
Yes and... no

Just add some registry entry and you don't need to have Steam installed

x86
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Valve]

[HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam]
"Language"="english"
"SteamPID"=dword:00000000
"InstallPath"="C:\\Program Files\\Steam"
x64
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam]
"Language"="english"
"SteamPID"=dword:00000000
"InstallPath"="C:\\Program Files (x86)\\Steam"
I tried to convert again with these registry entry and the game runs without Steam installed !!But to be able to run the game, you have to change the time zone and date as is mentioned above by Fabio!
Reply With Quote