From 3a30e083adbb3c8a978307a7e2ffe22b149180da Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Fri, 21 Feb 2020 19:02:40 -0500 Subject: [PATCH] - add Redneck Rampage to Steam search paths --- source/common/searchpaths.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/common/searchpaths.cpp b/source/common/searchpaths.cpp index 39ae6e1e0..cfde0019f 100644 --- a/source/common/searchpaths.cpp +++ b/source/common/searchpaths.cpp @@ -96,6 +96,7 @@ static const char * nam[] = { "/NAM", nullptr}; static const char * ww2gi[] = { "/WW2GI", nullptr}; static const char * bloodfs[] = { "", R"(/addons/Cryptic Passage)", nullptr}; static const char * sw[] = { "/Shadow Warrior", nullptr}; +static const char * redneck[] = { "/Redneck", "/AGAIN", nullptr }; #ifndef _WIN64 #define WOW64 "\\" @@ -123,6 +124,9 @@ static const RegistryPathInfo paths[] = { { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 238070", L"InstallLocation", gameroot}, // Shadow Warrior Classic (1997) - Steam { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 358400", L"InstallLocation", sw}, { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 562860", L"InstallLocation", nullptr}, // Ion Fury (Steam) + + { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 565550", L"InstallLocation", redneck}, + { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 580940", L"InstallLocation", redneck}, #if 0 { L"SOFTWARE\\3DRealms\\Duke Nukem 3D", nullptr, dn3d }, { L"SOFTWARE\\3DRealms\\Anthology", nullptr, dn3d },