Started update process to TobyDoom v7.5

This commit is contained in:
Storm Dragon
2024-08-08 23:59:36 -04:00
parent 72fd468a15
commit b2eee7fc46
2 changed files with 11 additions and 4 deletions

View File

@ -14,7 +14,7 @@ export doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null | head -1)"
export gzdoom="$(command -v gzdoom)"
# Version of the accessibility mod
export tobyVersion="7-0"
export tobyVersion="7-5"
doomGames=(
@ -26,6 +26,10 @@ doomGames=(
"TobyAccMod_V${tobyVersion}.pk3 TobyDoomLevels.wad ""$gamePath/Addons/TobyV${tobyVersion%%-*}_"* "Freedoom Toby Delux Map Pack"
# OperationMDK
"TobyAccMod_V${tobyVersion}.pk3 OpMDK.wad ""$gamePath/Addons/TobyV${tobyVersion%%-*}_"* "Freedoom OperationMDK"
# Unmodified Heretic with accessibility
"TobyAccMod_V${tobyVersion}.pk3 ""$gamePath/Addons/HERETIC/TobyHeretic"* "Classic Heretic"
# Heretic accessibility mods
"TobyAccMod_V${tobyVersion}.pk3 TobyHereticLevels.wad ""$gamePath/Addons/HERETIC/TobyHeretic"* "Toby Heretic"
"custom_game" "Custom Game"
)