Launcher updates.

This commit is contained in:
Storm Dragon
2025-12-22 21:20:13 -05:00
parent f2e4ab7177
commit 17d2954eef
+5
View File
@@ -2247,6 +2247,8 @@ class DoomLauncher(QMainWindow):
"Funny Pack - Classic Doom",
"Toby Doom",
"Funny Pack - Toby Doom",
"Bring Back the 90s",
"Funny Pack - Bring Back the 90s",
"OperationMDK",
"Funny Pack - OperationMDK",
"Classic Heretic",
@@ -2507,6 +2509,9 @@ class DoomLauncher(QMainWindow):
if "Toby Hexen" in selectedGame:
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHexen.pk3"))
else: # Doom games
if "Bring Back the 90s" in selectedGame:
baseFiles.append(str(self.gamePath / "BBT90s-TobyEdition.wad"))
if "OperationMDK" in selectedGame:
baseFiles.append(str(self.gamePath / "OpMDK.wad"))