diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 261a241..77ff63f 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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" ;;