Added game Tube Sim.
This commit is contained in:
parent
1d0597fe4c
commit
932120353d
@ -524,6 +524,7 @@ gameList=(
|
||||
"Crazy Party"
|
||||
"Crazy Tennis"
|
||||
"Death on the Road"
|
||||
"Deathmatch"
|
||||
"Duck Hunt"
|
||||
"Easter Quest"
|
||||
#"Entombed"
|
||||
@ -575,6 +576,7 @@ gameList=(
|
||||
#"Three D velocity"
|
||||
"Top Speed 3"
|
||||
"Triple Triad"
|
||||
"Tube Sim"
|
||||
"Undead Assault"
|
||||
"VIP Mud"
|
||||
#"World of War"
|
||||
@ -717,6 +719,14 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/death on the road" "${cache}/road_en.zip"
|
||||
add_launcher "c:\Program Files\death on the road/game.exe"
|
||||
;;
|
||||
"Deathmatch")
|
||||
export winVer="win7"
|
||||
export winetricksSettings="vd=1024x768"
|
||||
install_wine_bottle quartz speechsdk
|
||||
download "https://www.agarchive.net/games/realitySoftware/death%20match%20project%20alpha%20setup.exe"
|
||||
wine "${cache}/death match project alpha setup.exe" /silent
|
||||
add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe"
|
||||
;;
|
||||
"Duck Hunt")
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
download "http://files.l-works.net/dhsetup.exe"
|
||||
@ -981,14 +991,6 @@ EOF
|
||||
wine "${cache}/perilous hearts concept demo.exe" /silent
|
||||
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe"
|
||||
;;
|
||||
"Pontes Kickups!")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.pontes.ro/ro/divertisment/games/PontesKickUpsInstaller.exe"
|
||||
wine "${cache}/PontesKickUpsInstaller.exe" /silent /q
|
||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/Pontes Games/Pontes Kick-ups/nvdaControllerClient32.dll"
|
||||
add_launcher "c:\Program Files\Pontes Games\Pontes Kick-ups\PontesKickUps.exe"
|
||||
;;
|
||||
"Q9")
|
||||
install_wine_bottle
|
||||
download "http://www.blastbay.com/q9_english_installer.exe"
|
||||
@ -1175,6 +1177,15 @@ EOF
|
||||
wine "c:\Program Files\Triple Triad\Checkup.exe" /verysilent
|
||||
add_launcher "c:\Program Files\Triple Triad\TripleTriad.exe"
|
||||
;;
|
||||
"Tube Sim")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
download "http://www.ndadamson.com/downloads/TubeSim1_1_Install.exe"
|
||||
wine "${cache}/TubeSim1_1_Install.exe" /silent &
|
||||
xdotool sleep 10 key --clearmodifiers Return sleep 1 key alt+n sleep 1 key alt+a sleep 1 key alt+i sleep 10 key alt+f 2> /dev/null
|
||||
wineserver -w
|
||||
add_launcher "c:\Program Files\NASoft\TubeSim\tsMain.exe"
|
||||
;;
|
||||
"Undead Assault")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user