Place holder for Shades of ?Doom 1.2. Currently, the game locks up when you try to enter a door.

This commit is contained in:
Storm Dragon 2021-05-09 10:04:25 -04:00
parent 41f38896cc
commit e258ed3450

View File

@ -652,6 +652,7 @@ gameList=(
"Run For Your Life" "Run For Your Life"
#"Sammy Center" #"Sammy Center"
"Sequence Storm" "Sequence Storm"
#"Shades of Doom 1.2"
"Shades of Doom" "Shades of Doom"
#"Silver Dollar" #"Silver Dollar"
"Slender Lost Vision" "Slender Lost Vision"
@ -1247,6 +1248,12 @@ EOF
wget -O "$WINEPREFIX/drive_c/Program Files/sequence-storm/settings.json" "https://stormgames.wolfe.casa/downloads/sequencestorm-settings.json" wget -O "$WINEPREFIX/drive_c/Program Files/sequence-storm/settings.json" "https://stormgames.wolfe.casa/downloads/sequencestorm-settings.json"
add_launcher "c:\Program Files\sequence-storm\SequenceStorm.exe" add_launcher "c:\Program Files\sequence-storm\SequenceStorm.exe"
;; ;;
"Shades of Doom 1.2")
install_wine_bottle vb6run dx8vb speechsdk
download "http://gmagames.com/sod1208.exe"
wine "${cache}/sod1208.exe" /sp- /verysilent
add_launcher "c:\Program Files\Shades of Doom 1.2\sod.exe"
;;
"Shades of Doom") "Shades of Doom")
export winVer="win7" export winVer="win7"
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk