Added game Duck Hunt.

This commit is contained in:
Storm Dragon 2020-12-30 23:22:28 -05:00
parent 130e42e6c2
commit e4411ce1cd

View File

@ -524,6 +524,7 @@ gameList=(
"Crazy Party"
"Crazy Tennis"
"Death on the Road"
"Duck Hunt"
"Easter Quest"
#"Entombed"
"Fantasy Story II"
@ -561,7 +562,7 @@ gameList=(
"Slender Lost Vision"
"Super Egg Hunt"
"Super Liam"
"Super Mario Bros"
#"Super Mario Bros"
"Survive the Wild"
"Swamp"
"Technoshock"
@ -712,6 +713,12 @@ case "${game}" in
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"
;;
"Duck Hunt")
install_wine_bottle vb6run dx8vb speechsdk
download "http://files.l-works.net/dhsetup.exe"
wine "${cache}/dhsetup.exe" /silent
add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe"
;;
"Easter Quest")
install_wine_bottle
download "https://agarchive.net/games/mt/easter%20quest%20setup.exe"