Company of Heroes: Eastern Front

Author Topic: Steam Install  (Read 8462 times)

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Steam Install
« on: April 13, 2012, 07:01:54 PM »
Hi guys,I got bored of all those Nazi/Allied soldiers and I wanted to test this mod out so I installed it and patched and when I tried to play it said something like "Company of heroes not found" dunno what to say about it,I installed it twice in the Steammapps/common/COH folder as you said on the forum but it still doesn't work

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #1 on: April 13, 2012, 07:09:30 PM »
Welcome to Eastern Front @BogdanSG1, have you tried this:

"Unable to find Company of Heroes directory"
This problem usually happens because the main registry for CoH is lost, if you are a Steam user, you need to run CoH at least once from Steam's library in order to create them. In either case, you can follow this small guide to restore it:

Open a regedit instance(windows key + R or start menu->run and type regedit then execute) and look for "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes" key's String value, "InstallLocation", and should have your current CoH directory.

If not, change it to the correct value; if not exists, create "Company of Heroes" key then create a String value "InstallLocation" and fill it with the correct path. If you are using x64 OS, try checking on "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node".

Remember always to double check the path saved on the CoH Directory option on the launcher settings. Fix it if it points to a different location; this can be done whether you apply the registry fix or not, however, if you don't apply the registry fix, in some cases CoH Directory's setting is reseted everytime you open the launcher.

If you feel that this is too complicated, you can copy this:

For Steam users(x86):
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files\\Steam\\SteamApps\\common\\company of heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files\\Steam\\SteamApps\\common\\company of heroes"



For Steam users(x64):
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\Steam\\SteamApps\\common\\company of heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\Steam\\SteamApps\\common\\company of heroes"



For Retail users(x86):
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files\\THQ\\Company of Heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files\\THQ\\Company of Heroes"



For Retail users(x64):
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\THQ\\Company of Heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\THQ\\Company of Heroes"


and paste it on a text editor(like notepad) and save it as reg file: i.e. filename.reg, where filename is whatever name you like and then double click it in order to add the registry. You can use the script whenever you want, just that everytime you use it you overwrite the old registry so, be sure about what you add there.

These are the default paths so, if you have a different one, you will need to change it. Just remember to replace the single backslash("\") for the double one("\\") in the InstallLocation value.

Alternatively, you can:

  • Reinstall Company of Heroes if you don't like to do all the steps above.
  • Create a shorcut
  • Create a shorcut using Steam library's additional parameters feature for Company of Heroes.

[...]
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #2 on: April 13, 2012, 07:20:37 PM »
I forgot to mention I only have TOV

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #3 on: April 13, 2012, 07:26:04 PM »
Don't worry, having ToV is enough for playing EF :).
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #4 on: April 13, 2012, 07:46:36 PM »
I will have to re-download it and with my amazing connection that will take about 1h  btw I've tried that regedit thing before but I couldn't find Uninstall

P.S.:Where do I copy that thing you showed me and what does Steam 86x and 64x means
P.S.2:Sorry for all these questions I am kinda dumb 0.0 and I really wanna play this mod
« Last Edit: April 13, 2012, 07:56:18 PM by BogdanSG1 »

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #5 on: April 13, 2012, 08:06:11 PM »
In the wall of text says what can you do with that ;).

Quote
and paste it on a text editor(like notepad) and save it as reg file: i.e. filename.reg, where filename is whatever name you like and then double click it in order to add the registry. You can use the script whenever you want, just that everytime you use it you overwrite the old registry so, be sure about what you add there.

x86 means you are using a 32 bits Operative System, x64 means 64 bits.

You need to read carefully that, if you look at the wrong direction you won't find it ;). So you needo make sure what OS type you have.
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #6 on: April 13, 2012, 08:29:32 PM »
I'll use the lazy notepad way but where do I place that notepad ?

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #7 on: April 13, 2012, 09:12:25 PM »
Just paste it there and save the file with "reg" extension(somename.reg) then double click. Make sure you are adding the correct path, don't worry if you make a mistake, your PC isn't going to be blown :P, just that you'll wast time and create an additional unneeded registry.

You can delete the file after you use it.
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #8 on: April 13, 2012, 10:09:23 PM »
Yeah well I am retarded since I just can't figure out what to type or what to do,if anybody is willing to help me via teamview or whatever he wants to, thanks if not I'll keep the mod installed just in case ...

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #9 on: April 13, 2012, 10:39:04 PM »
You need to pick up the content of a code snippet and paste it on your notepad and save it as a reg file, as I have said before.

You will know which one you need after checking what Operative System(OS) you have(either 32 or 64 bits). Meaning that you should choose one of these:

For 64 bits OS:
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\Steam\\SteamApps\\common\\company of heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files (x86)\\Steam\\SteamApps\\common\\company of heroes"


For 32 bits OS:
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Company of Heroes]
"InstallLocation"="C:\\Program Files\\Steam\\SteamApps\\common\\company of heroes"

[HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Company of Heroes]
"InstallLocation"="C:\\Program Files\\Steam\\SteamApps\\common\\company of heroes"


After you check the type of OS you should change the path of the InstallLocation if necessary, remember to use "\\" instead of "\" if you need to change the path for InstallLocation.

Once you have the installocation path as it should be and you save the file as reg, just run it and try to run EF.
« Last Edit: April 13, 2012, 10:40:56 PM by blackbishop »
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #10 on: April 13, 2012, 11:13:41 PM »
Add this to the tutorial http://www.youtube.com/watch?v=5RAJpjC3B34 [nofollow]

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #11 on: April 13, 2012, 11:19:59 PM »
Ehmm... that solution is already listed in my text XD. Thought you already checked that.

Anyways I'm glad you fixed it and you can be sure I'll attach the video to the post ;).
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...

Offline BogdanSG1

  • Ingenery
  • *
  • Posts: 7
    • View Profile
Re: Steam Install
« Reply #12 on: April 14, 2012, 08:27:22 AM »
Really ? This feels awkward  :o

Offline Blackbishop

  • Administrator
  • Poster of the Soviet Union
  • *
  • Posts: 12053
  • Community Manager, Programmer and Kicker
    • View Profile
Re: Steam Install
« Reply #13 on: April 15, 2012, 12:43:11 AM »
Yeah, but probably was poorly described. Thanks to you I have now updated the guide and should be clear for everyone, thank you very much ;D.

http://www.easternfront.org/forums/index.php?topic=1677.msg56669#msg56669
Mors Indecepta

Might controls everything, and without strength you cannot protect anything. Let alone yourself...