shithub: choc

Download patch

ref: 83a71dd850fb02e571e2b5117f234395f8869a11
parent: cb793641ca3b7d549a4e84ecec0b822357dded67
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Fri Aug 25 07:54:05 EDT 2017

d_iwad: Find the GOG install of Doom 3: BFG

Ordered so that vanilla Doom II takes precedence, but Doom II BFG will
be located and loaded before a Final Doom install.

--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -162,6 +162,14 @@
         "PATH",
     },
 
+    // Doom 3: BFG Edition
+
+    {
+        HKEY_LOCAL_MACHINE,
+        SOFTWARE_KEY "\\GOG.com\\Games\\1135892318",
+        "PATH",
+    },
+
     // Final Doom
 
     {
@@ -181,9 +189,9 @@
     // Strife: Veteran Edition
 
     {
-	HKEY_LOCAL_MACHINE,
-	SOFTWARE_KEY "\\GOG.com\\Games\\1432899949",
-	"PATH",
+        HKEY_LOCAL_MACHINE,
+        SOFTWARE_KEY "\\GOG.com\\Games\\1432899949",
+        "PATH",
     },
 };
 
@@ -197,6 +205,7 @@
     "Ultimate Doom",
     "Plutonia",
     "TNT",
+    "base\\wads",
 };
 
 // Location where Steam is installed