Added game Danger on the Wheel.
This commit is contained in:
parent
1f02cc7a1e
commit
ab24f92aa7
@ -540,6 +540,7 @@ gameList=(
|
|||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Crazy Party"
|
"Crazy Party"
|
||||||
"Crazy Tennis"
|
"Crazy Tennis"
|
||||||
|
"Danger on the Wheel"
|
||||||
"Death on the Road"
|
"Death on the Road"
|
||||||
"Deathmatch"
|
"Deathmatch"
|
||||||
"Duck Hunt"
|
"Duck Hunt"
|
||||||
@ -761,6 +762,13 @@ case "${game}" in
|
|||||||
wine "${cache}/crazy tennis setup.exe" /sp- /silent
|
wine "${cache}/crazy tennis setup.exe" /sp- /silent
|
||||||
add_launcher "c:\Program Files\Crazytennis\crazytennis.exe"
|
add_launcher "c:\Program Files\Crazytennis\crazytennis.exe"
|
||||||
;;
|
;;
|
||||||
|
"Danger on the Wheel")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle
|
||||||
|
download "http://oriolgomez.com/games/wheel_en.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/danger on the wheel" "${cache}/wheel_en.zip"
|
||||||
|
add_launcher "c:\Program Files\danger on the wheel\game.exe"
|
||||||
|
;;
|
||||||
"Death on the Road")
|
"Death on the Road")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
|
Loading…
Reference in New Issue
Block a user