Added game "Death on the Road"

This commit is contained in:
Storm Dragon 2020-11-19 18:03:29 -05:00
parent f9ad0ef0cb
commit c549f12bf4

View File

@ -375,6 +375,7 @@ gameList=(
"Bloodshed" "Bloodshed"
"Christmas WhoopAss" "Christmas WhoopAss"
"Crazy Party" "Crazy Party"
"Death on the Road"
"Easter Quest" "Easter Quest"
#"Entombed" #"Entombed"
"Finger Panic" "Finger Panic"
@ -495,6 +496,13 @@ case "${game}" in
add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe" add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe"
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll" rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
;; ;;
"Death on the Road")
export winVer="win7"
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"
;;
"Easter Quest") "Easter Quest")
install_wine_bottle install_wine_bottle
download "https://agarchive.net/games/mt/easter%20quest%20setup.exe" download "https://agarchive.net/games/mt/easter%20quest%20setup.exe"