Launcher updates.
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user