Launcher updates.
This commit is contained in:
@@ -2247,6 +2247,8 @@ class DoomLauncher(QMainWindow):
|
|||||||
"Funny Pack - Classic Doom",
|
"Funny Pack - Classic Doom",
|
||||||
"Toby Doom",
|
"Toby Doom",
|
||||||
"Funny Pack - Toby Doom",
|
"Funny Pack - Toby Doom",
|
||||||
|
"Bring Back the 90s",
|
||||||
|
"Funny Pack - Bring Back the 90s",
|
||||||
"OperationMDK",
|
"OperationMDK",
|
||||||
"Funny Pack - OperationMDK",
|
"Funny Pack - OperationMDK",
|
||||||
"Classic Heretic",
|
"Classic Heretic",
|
||||||
@@ -2507,6 +2509,9 @@ class DoomLauncher(QMainWindow):
|
|||||||
if "Toby Hexen" in selectedGame:
|
if "Toby Hexen" in selectedGame:
|
||||||
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHexen.pk3"))
|
baseFiles.append(str(self.gamePath / "Addons/MAPS/TobyHexen.pk3"))
|
||||||
else: # Doom games
|
else: # Doom games
|
||||||
|
if "Bring Back the 90s" in selectedGame:
|
||||||
|
baseFiles.append(str(self.gamePath / "BBT90s-TobyEdition.wad"))
|
||||||
|
|
||||||
if "OperationMDK" in selectedGame:
|
if "OperationMDK" in selectedGame:
|
||||||
baseFiles.append(str(self.gamePath / "OpMDK.wad"))
|
baseFiles.append(str(self.gamePath / "OpMDK.wad"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user