Updated ipfs link to latest version of 7.5 with bug fix. Updated custom scripts.

This commit is contained in:
Storm Dragon 2024-08-09 19:21:05 -04:00
parent 6666ccb0df
commit f282559573
6 changed files with 5 additions and 7 deletions

View File

@ -36,10 +36,12 @@ doomGames=(
export antiGrepStrings=(
'-E' '-v'
'-e' '^Resolution:'
'-e' '^READMe(\d+).*'
)
export grepStrings=(
'-E'
'-e' '^\[Toby Accessibility Mod\]'
'-e' '^[A-Z][0-9a-z]+: .+'
'-e' 'is now known as'
'-e' '.+ punched .+ to death\.'
@ -63,6 +65,8 @@ export grepStrings=(
)
export sedStrings=(
'-e' 's/^\[Toby Accessibility Mod\] M_/[Toby Accessibility Mod] /'
'-e' 's/^\[Toby Accessibility Mod\] //'
'-e' 's/"cl_run" = "true"/run/'
'-e' 's/"cl_run" = "false"/walk/'
'-e' 's:.*/:Game saved. (:'

View File

@ -7,8 +7,6 @@ gamePath=~/.local/games/doom
# Set up the pk3 and wad files
gameOption=(
"${gamePath}/TobyAccMod_V${tobyVersion}.pk3"
"${gamePath}/PB-Toby-Compatibility-Addon.pk3"
"${gamePath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"$(find ~/.local/games/doom -name 'Project_Brutality-master.pk3')"
"${gamePath}/TobyDeathArena_V1-0.wad"

View File

@ -7,8 +7,6 @@ gamePath=~/.local/games/doom
# Set up the pk3 and wad files
gameOption=(
"${gamePath}/TobyAccMod_V${tobyVersion}.pk3"
"${gamePath}/PB-Toby-Compatibility-Addon.pk3"
"${gamePath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"${gamePath}/OpMDK.wad"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"$(find ~/.local/games/doom -name 'Project_Brutality-master.pk3')"

View File

@ -9,7 +9,6 @@ gamePath=~/.local/games/doom
gameOption=(
"${gamePath}/TobyAccMod_V${tobyVersion}.pk3"
"${gamePath}/PB-Toby-Compatibility-Addon.pk3"
"${gamePath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"${gamePath}/TobyDoomLevels.wad"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"$(find ~/.local/games/doom -name 'Project_Brutality-master.pk3')"

View File

@ -9,7 +9,6 @@ gamePath=~/.local/games/doom
gameOption=(
"${gamePath}/TobyAccMod_V${tobyVersion}.pk3"
"${gamePath}/PB-Toby-Compatibility-Addon.pk3"
"${gamePath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"${gamePath}/Toby-Demo-Level.wad"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"$(find ~/.local/games/doom -name 'Project_Brutality-master.pk3')"

View File

@ -715,7 +715,7 @@ case "${game}" in
fi
# The url breaks the normal download function
download_named "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262"
download "${ipfsGateway}/ipfs/QmV4y13thaiHSsYKNrD4arKg2JQ5hextb3GP6aidwvGo3h?filename=TobyAccessibilityMod_Version${tobyVersion}.zip" "${ipfsGateway}/ipfs/QmNUfYa5P9J6EaDZoGvsiG2ArMR3BCc3gTcW3wPo1HABLU?filename=OpMDK_ForV${tobyVersion}.zip"
download "${ipfsGateway}/ipfs/QmNtn1bugWQg2Y8rB29FH6zYzthsebxmpuMcHcErprzx3z?filename=TobyAccessibilityMod_Version${tobyVersion}.zip" "${ipfsGateway}/ipfs/QmNUfYa5P9J6EaDZoGvsiG2ArMR3BCc3gTcW3wPo1HABLU?filename=OpMDK_ForV${tobyVersion}.zip"
[[ -e "${cache}/DoomMetalVol6.wad" ]] && mv "${cache}/DoomMetalVol6.wad" "${installPath}/doom"
[[ -e "${cache}/DoomMetalVol7.wad" ]] && mv "${cache}/DoomMetalVol7.wad" "${installPath}/doom"
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"