Hi, first of all thanks for your tool.
I met a small problem when setting it up first time, the 'game path' is always invalid.
I tried to use steam location folder as a path, but it seems not working, ,like following,
D:\Program Files (x86)\Steam\steamapps\common\Company of Heroes 2
But my document path is alright.
Regards
GhostDragon
CELO is looking for 3 files:
case 1:
if (dir.Exists)
{
var files = dir.GetFiles();
foreach (var file in files)
{
if (file.Name.Contains("RelicCoH2.exe"))
{
test1 = true;
}
if (file.Name.Contains("sysconfig.lua"))
{
test2 = true;
}
if (file.Name.Contains("steam_api.dll"))
{
test3 = true;
}
}
The file STEAM_API.DLL no longer exists and is now called STEAM_API64.DLL. You can try making a copy and renaming it to STEAM_API.DLL but this may only get you so far if CELO actually uses this file for any reason.
But remember Relic removed the STEAM_IDs from the WARNINGS.LOG file so CELO may not work properly anyway.
Hope that helps.