Added game "The Gate" but it is not working fully yet, it freezes after the intro scene.
This commit is contained in:
parent
4cac85efb2
commit
087cec8681
@ -489,6 +489,7 @@ gameList=(
|
||||
"Swamp"
|
||||
"Technoshock"
|
||||
"The Blind Swordsman"
|
||||
#"The Gate"
|
||||
"The Great Toy Robbery"
|
||||
#"Three D velocity"
|
||||
"Top Speed 3"
|
||||
@ -839,7 +840,7 @@ EOF
|
||||
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
||||
;;
|
||||
"Pacman Talks")
|
||||
install_wine_bottle speechsdk
|
||||
install_wine_bottle
|
||||
download "http://www.gmagames.com/pmt101.exe"
|
||||
wine "${cache}/pmt101.exe" /silent &
|
||||
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
||||
@ -1000,6 +1001,13 @@ EOF
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/the blind swordsmanPC.zip"
|
||||
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
|
||||
;;
|
||||
"The Gate")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
download "http://www.vgstorm.com/the_gate_installer.exe"
|
||||
wine "${cache}/the_gate_installer.exe" /silent
|
||||
add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe"
|
||||
;;
|
||||
"The Great Toy Robbery")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user