Updated the launcher to call the weapons9 version.

This commit is contained in:
Storm Dragon
2025-11-03 18:11:12 -05:00
parent ba514c33ae
commit 3816c649ef
+3 -3
View File
@@ -2279,7 +2279,7 @@ class DoomLauncher(QMainWindow):
if gamePath.exists():
if game_type == "HERETIC":
heretic_addons = [
"TobyHereticWeaponsV8.pk3",
"TobyHereticWeaponsV9.pk3",
"TobyHereticMonsters.pk3",
"TobyHereticItemsV8.pk3",
"TobyHereticDecorations.pk3",
@@ -2294,7 +2294,7 @@ class DoomLauncher(QMainWindow):
elif game_type == "HEXEN":
hexen_addons = [
"TobyHexenWeapons.pk3",
"TobyHexenWeaponsV9.pk3",
"TobyHexenMonsters.pk3",
"TobyHexenItems.pk3",
"TobyHexenDecorations.pk3",
@@ -2308,7 +2308,7 @@ class DoomLauncher(QMainWindow):
else: # DOOM
# Add Doom addons in specific order matching bat file
doom_addons = [
"TobyV8_Guns.pk3",
"TobyV9_Guns.pk3",
"TobyV7_Monsters.pk3" if not use_funny_pack else None,
"TobyV8_Pickups.pk3",
"TobyV8_Decorations.pk3"