diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 2ad137e..fb3137c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -596,6 +596,7 @@ gameList=( "Triple Triad" "Tube Sim" "Undead Assault" + "Villains From Beyond" "VIP Mud" #"World of War" ) @@ -754,7 +755,7 @@ case "${game}" in install_wine_bottle download "http://oriolgomez.com/games/road_en.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/death on the road" "${cache}/road_en.zip" - add_launcher "c:\Program Files\death on the road/game.exe" + add_launcher "c:\Program Files\death on the road\game.exe" ;; "Deathmatch") export winVer="win7" @@ -1245,6 +1246,13 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\undead_assault\Undead Assault.exe" ;; + "Villains From Beyond") + export winVer="win7" + install_wine_bottle speechsdk + download "http://oriolgomez.com/games/villains_en.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/villains from beyond" "${cache}/villains_en.zip" + add_launcher "c:\Program Files\villains from beyond\game.exe" + ;; "VIP Mud") export winVer="win7" install_wine_bottle vb6run dx8vb speechsdk