Skip to content

Commit

Permalink
Add Unity and D1+D2 IWAD search folders
Browse files Browse the repository at this point in the history
As promised in #106.

Thanks @NightFright2k19 for suggestion!
  • Loading branch information
JNechaevsky committed Oct 23, 2024
1 parent 75366a0 commit 53f157f
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 @@ -205,6 +205,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 @@ -276,6 +300,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 53f157f

Please sign in to comment.