Added Undead Assault.

This commit is contained in:
Storm Dragon 2020-11-05 11:31:54 -05:00
parent 04964fce6e
commit a680e8a462

View File

@ -339,6 +339,7 @@ gameList=(
"Oh Shit!" "Oh Shit!"
"Paladin of the Sky" "Paladin of the Sky"
"Pontes Kickups!" "Pontes Kickups!"
"Q9"
"Revenge of the Undead" "Revenge of the Undead"
"Run For Your Life" "Run For Your Life"
"Shades of Doom" "Shades of Doom"
@ -348,7 +349,7 @@ gameList=(
"The Blind Swordsman" "The Blind Swordsman"
"Technoshock" "Technoshock"
"Top Speed 3" "Top Speed 3"
"Q9" "Undead Assault"
) )
# With no arguments, open the game launcher. # With no arguments, open the game launcher.
@ -593,6 +594,14 @@ case "${game}" in
wine "${cache}/Tspeed_3.0.3.exe" /silent wine "${cache}/Tspeed_3.0.3.exe" /silent
add_launcher "c:\Program Files\Playing in the dark\Top Speed 3\TopSpeed.exe" add_launcher "c:\Program Files\Playing in the dark\Top Speed 3\TopSpeed.exe"
;; ;;
"Undead Assault")
export winVer="win7"
install_wine_bottle speechsdk
download "http://undead-assault.com/static/files/public/undead_assault.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files/undead_assault" "${cache}/undead_assault.zip"
cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/undead_assault/accessible_output2/lib/"
add_launcher "c:\Program Files\undead_assault\Undead Assault.exe"
;;
"Make a One Time Donation") "Make a One Time Donation")
xdg-open "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stormdragon2976@gmail.com&lc=US&item_name=Donation+to+Storm+Games&no_note=0&cn=&currency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" xdg-open "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stormdragon2976@gmail.com&lc=US&item_name=Donation+to+Storm+Games&no_note=0&cn=&currency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"
;; ;;