mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 22:11:43 +00:00
Add GOG path for Doom 3: BFG Edition
This commit is contained in:
parent
fae52d398b
commit
1bc8fe7312
1 changed files with 7 additions and 0 deletions
|
@ -1655,6 +1655,13 @@ TArray<FString> I_GetGogPaths()
|
||||||
result.Push(path + "/Plutonia");
|
result.Push(path + "/Plutonia");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Look for Doom 3: BFG Edition
|
||||||
|
gamepath = gogregistrypath + "\\1135892318";
|
||||||
|
if (QueryPathKey(HKEY_LOCAL_MACHINE, gamepath.GetChars(), "Path", path))
|
||||||
|
{
|
||||||
|
result.Push(path + "/base/wads"); // in a subdirectory
|
||||||
|
}
|
||||||
|
|
||||||
// Look for Strife: Veteran Edition
|
// Look for Strife: Veteran Edition
|
||||||
gamepath = gogregistrypath + "\\1432899949";
|
gamepath = gogregistrypath + "\\1432899949";
|
||||||
if (QueryPathKey(HKEY_LOCAL_MACHINE, gamepath.GetChars(), "Path", path))
|
if (QueryPathKey(HKEY_LOCAL_MACHINE, gamepath.GetChars(), "Path", path))
|
||||||
|
|
Loading…
Reference in a new issue