Updated the launcher to call the weapons9 version.
This commit is contained in:
@@ -2279,7 +2279,7 @@ class DoomLauncher(QMainWindow):
|
|||||||
if gamePath.exists():
|
if gamePath.exists():
|
||||||
if game_type == "HERETIC":
|
if game_type == "HERETIC":
|
||||||
heretic_addons = [
|
heretic_addons = [
|
||||||
"TobyHereticWeaponsV8.pk3",
|
"TobyHereticWeaponsV9.pk3",
|
||||||
"TobyHereticMonsters.pk3",
|
"TobyHereticMonsters.pk3",
|
||||||
"TobyHereticItemsV8.pk3",
|
"TobyHereticItemsV8.pk3",
|
||||||
"TobyHereticDecorations.pk3",
|
"TobyHereticDecorations.pk3",
|
||||||
@@ -2294,7 +2294,7 @@ class DoomLauncher(QMainWindow):
|
|||||||
|
|
||||||
elif game_type == "HEXEN":
|
elif game_type == "HEXEN":
|
||||||
hexen_addons = [
|
hexen_addons = [
|
||||||
"TobyHexenWeapons.pk3",
|
"TobyHexenWeaponsV9.pk3",
|
||||||
"TobyHexenMonsters.pk3",
|
"TobyHexenMonsters.pk3",
|
||||||
"TobyHexenItems.pk3",
|
"TobyHexenItems.pk3",
|
||||||
"TobyHexenDecorations.pk3",
|
"TobyHexenDecorations.pk3",
|
||||||
@@ -2308,7 +2308,7 @@ class DoomLauncher(QMainWindow):
|
|||||||
else: # DOOM
|
else: # DOOM
|
||||||
# Add Doom addons in specific order matching bat file
|
# Add Doom addons in specific order matching bat file
|
||||||
doom_addons = [
|
doom_addons = [
|
||||||
"TobyV8_Guns.pk3",
|
"TobyV9_Guns.pk3",
|
||||||
"TobyV7_Monsters.pk3" if not use_funny_pack else None,
|
"TobyV7_Monsters.pk3" if not use_funny_pack else None,
|
||||||
"TobyV8_Pickups.pk3",
|
"TobyV8_Pickups.pk3",
|
||||||
"TobyV8_Decorations.pk3"
|
"TobyV8_Decorations.pk3"
|
||||||
|
|||||||
Reference in New Issue
Block a user