Fixed shades of doom.

This commit is contained in:
Michael Taboada 2020-11-10 15:01:51 -08:00
parent 4bc2383b90
commit 6ee3074e68

View File

@ -560,7 +560,8 @@ case "${game}" in
add_launcher "c:\Program Files\run for your life\game.exe" add_launcher "c:\Program Files\run for your life\game.exe"
;; ;;
"Shades of Doom") "Shades of Doom")
install_wine_bottle vcrun6 export winVer="win7"
install_wine_bottle vb6run dx8vb
download "http://www.gmagames.com/sod20022.exe" download "http://www.gmagames.com/sod20022.exe"
wine "${cache}/sod20022.exe" /silent wine "${cache}/sod20022.exe" /silent
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe" add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"