Added Undead Assault.
This commit is contained in:
parent
04964fce6e
commit
a680e8a462
@ -339,6 +339,7 @@ gameList=(
|
||||
"Oh Shit!"
|
||||
"Paladin of the Sky"
|
||||
"Pontes Kickups!"
|
||||
"Q9"
|
||||
"Revenge of the Undead"
|
||||
"Run For Your Life"
|
||||
"Shades of Doom"
|
||||
@ -348,7 +349,7 @@ gameList=(
|
||||
"The Blind Swordsman"
|
||||
"Technoshock"
|
||||
"Top Speed 3"
|
||||
"Q9"
|
||||
"Undead Assault"
|
||||
)
|
||||
|
||||
# With no arguments, open the game launcher.
|
||||
@ -593,6 +594,14 @@ case "${game}" in
|
||||
wine "${cache}/Tspeed_3.0.3.exe" /silent
|
||||
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")
|
||||
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=¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user