Launch file for the GMOTA mod.
This commit is contained in:
parent
a1b69a29a6
commit
0cea68e5b1
31
.scripts/TobyCustom/GoMidievilOnTheirAss.sh
Executable file
31
.scripts/TobyCustom/GoMidievilOnTheirAss.sh
Executable file
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# check for required pk3.
|
||||
source ${0%/*}/TobyCustom/.dependencies
|
||||
check_dependencies "${gamePath}/GMOTA_V.1.5.2.pk3" \
|
||||
"https://combine-kegan.itch.io/gmota" \
|
||||
"Place the file in ${gamePath}"
|
||||
|
||||
# Set up the pk3 and wad files
|
||||
gameOption=(
|
||||
"${gamePath}/TobyAccMod_V${tobyVersion}.pk3"
|
||||
"$gamePath/Addons/MENU/TobyV${tobyVersion%%-*}_"*
|
||||
"$gamePath/Addons/DOOM/TobyV${tobyVersion%%-*}_Proximity.pk3"
|
||||
"${gamePath}/GMOTA_V.1.5.2.pk3"
|
||||
)
|
||||
|
||||
|
||||
source ${0%/*}/TobyCustom/.mapmenu
|
||||
flags=(
|
||||
# Key bindings
|
||||
'+bind Alt +altattack'
|
||||
'+bind Ctrl +attack'
|
||||
'+bind G +User1'
|
||||
'+bind U unreloader'
|
||||
# Variables
|
||||
'+Toby_NarrationOutputType 2'
|
||||
'+pb_exaggeratedrecoil false'
|
||||
'+pb_weapon_recoil_mod_horizontal 0'
|
||||
'+pb_weapon_recoil_mod_vertical 0'
|
||||
'+vertspread true'
|
||||
)
|
Loading…
Reference in New Issue
Block a user