Skip to content

Commit

Permalink
Add Unity and D1+D2 IWAD search folders (#1214)
Browse files Browse the repository at this point in the history
* Add Unity and D1+D2 IWAD search folders

* Add missing [crispy] markers
  • Loading branch information
JNechaevsky authored Aug 12, 2024
1 parent 0969ede commit bc2ecec
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/d_iwad.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,30 @@ static registry_value_t root_path_keys[] =
"PATH",
},

// [crispy] DOOM Unity port (not Chocolate Doom compatible)

{
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\2015545325",
"PATH"
},

// [crispy] DOOM II Unity port (not Chocolate Doom compatible)

{
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\1426071866",
"PATH"
},

// [crispy] DOOM + DOOM II (not Chocolate Doom compatible)

{
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\1413291984",
"PATH"
},

// Strife: Veteran Edition

{
Expand Down Expand Up @@ -275,6 +299,12 @@ static char *steam_install_subdirs[] =

"steamapps\\common\\DOOM 3 BFG Edition\\base\\wads",

// [crispy] Doom 1 + Doom 2 (not Chocolate Doom compatible):

"steamapps\\common\\Doom 2\\rerelease\\DOOM II_Data\\StreamingAssets",
"steamapps\\common\\Ultimate Doom\\rerelease",
"steamapps\\common\\Ultimate Doom\\rerelease\\DOOM_Data\\StreamingAssets",

// From Strife: Veteran Edition:

"steamapps\\common\\Strife",
Expand Down

0 comments on commit bc2ecec

Please sign in to comment.