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:
parent
41f38896cc
commit
e258ed3450
@ -652,6 +652,7 @@ gameList=(
|
||||
"Run For Your Life"
|
||||
#"Sammy Center"
|
||||
"Sequence Storm"
|
||||
#"Shades of Doom 1.2"
|
||||
"Shades of Doom"
|
||||
#"Silver Dollar"
|
||||
"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"
|
||||
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")
|
||||
export winVer="win7"
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user