Added game Copter Mission.
This commit is contained in:
parent
ab24f92aa7
commit
750be8d169
@ -538,6 +538,7 @@ gameList=(
|
|||||||
"Castaways 2"
|
"Castaways 2"
|
||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
|
"Copter Mission"
|
||||||
"Crazy Party"
|
"Crazy Party"
|
||||||
"Crazy Tennis"
|
"Crazy Tennis"
|
||||||
"Danger on the Wheel"
|
"Danger on the Wheel"
|
||||||
@ -748,6 +749,13 @@ case "${game}" in
|
|||||||
wine "${cache}/christmas whoopass setup.exe" /sp- /silent
|
wine "${cache}/christmas whoopass setup.exe" /sp- /silent
|
||||||
add_launcher "c:\Program Files\Draconis Entertainment\Christmas Whoop Ass\wa.exe"
|
add_launcher "c:\Program Files\Draconis Entertainment\Christmas Whoop Ass\wa.exe"
|
||||||
;;
|
;;
|
||||||
|
"Copter Mission")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle
|
||||||
|
download "http://oriolgomez.com/games/copter_en.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/copter mission" "${cache}/copter_en.zip"
|
||||||
|
add_launcher "c:\Program Files\copter mission\game.exe"
|
||||||
|
;;
|
||||||
"Crazy Party")
|
"Crazy Party")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user