Added game Villains from Beyond.

This commit is contained in:
Storm Dragon 2021-04-24 13:44:50 -04:00
parent 962d1d411b
commit 2b04885361

View File

@ -596,6 +596,7 @@ gameList=(
"Triple Triad" "Triple Triad"
"Tube Sim" "Tube Sim"
"Undead Assault" "Undead Assault"
"Villains From Beyond"
"VIP Mud" "VIP Mud"
#"World of War" #"World of War"
) )
@ -754,7 +755,7 @@ case "${game}" in
install_wine_bottle install_wine_bottle
download "http://oriolgomez.com/games/road_en.zip" download "http://oriolgomez.com/games/road_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/death on the road" "${cache}/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") "Deathmatch")
export winVer="win7" export winVer="win7"
@ -1245,6 +1246,13 @@ EOF
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\undead_assault\Undead Assault.exe" 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") "VIP Mud")
export winVer="win7" export winVer="win7"
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk