Add dynaman

This commit is contained in:
Michael Taboada 2021-08-12 19:58:36 -07:00
parent d63f9a4263
commit 6f12f5f91d

View File

@ -839,6 +839,7 @@ gameList=(
"Death on the Road" "Death on the Road"
"Deathmatch" "Deathmatch"
"Duck Hunt" "Duck Hunt"
"DynaMan"
"Easter Quest" "Easter Quest"
#"Entombed" #"Entombed"
"ESP Pinball Classic" "ESP Pinball Classic"
@ -1527,6 +1528,17 @@ case "${game}" in
wine "${cache}/dhsetup.exe" /silent wine "${cache}/dhsetup.exe" /silent
add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe" add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe"
;; ;;
"DynaMan")
export winVer="win7"
install_wine_bottle vb6run dx8vb speechsdk quartz
download "http://download.dracoent.com/Windows/classic/DMSetup.exe"
wine "${cache}/DMSetup.exe" /sp- /silent
# warning warning warning: Do not change location, or installer will not function.
# FIXME: Hacky, but it works. Install dotnet20 by itself so it actually doesn't hang.
winetricks -q dotnet20
wineserver -k # Damn you, dotnet.
add_launcher "c:\Program Files\Draconis Entertainment\DynaMan\dm.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"