Updated ipfs link to latest version of 7.5 with bug fix. Updated custom scripts.
This commit is contained in:
@ -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. (:'
|
||||
|
@ -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"
|
||||
|
@ -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')"
|
||||
|
@ -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')"
|
||||
|
@ -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')"
|
||||
|
Reference in New Issue
Block a user