Added game Dragon Pong but it is commented out because it doesn't yet work.
This commit is contained in:
parent
a04e04a206
commit
f523b51327
@ -958,6 +958,7 @@ gameList=(
|
|||||||
"Death on the Road"
|
"Death on the Road"
|
||||||
"Deathmatch"
|
"Deathmatch"
|
||||||
"Dog Who Hates Toast"
|
"Dog Who Hates Toast"
|
||||||
|
#"Dragon Pong"
|
||||||
"Duck Hunt"
|
"Duck Hunt"
|
||||||
"DynaMan"
|
"DynaMan"
|
||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
@ -1746,6 +1747,12 @@ case "${game}" in
|
|||||||
wine 'c:\Program Files\dogwhohatestoast\checkup.exe' /verysilent
|
wine 'c:\Program Files\dogwhohatestoast\checkup.exe' /verysilent
|
||||||
add_launcher "c:\Program Files\dogwhohatestoast\DogwhoHatesToast.exe"
|
add_launcher "c:\Program Files\dogwhohatestoast\DogwhoHatesToast.exe"
|
||||||
echo "Note: Dog who Hates Toast installed. Once you start the game, you must press tab until you hear sapi on to get speech." >&2
|
echo "Note: Dog who Hates Toast installed. Once you start the game, you must press tab until you hear sapi on to get speech." >&2
|
||||||
|
;;
|
||||||
|
"Dragon Pong")
|
||||||
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
download "https://www.iamtalon.me/games/dragonpong.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
|
||||||
|
add_launcher "c:\Program Files\dragonpong\DragonPong.exe"
|
||||||
;;
|
;;
|
||||||
"Duck Hunt")
|
"Duck Hunt")
|
||||||
export bottle="l-works"
|
export bottle="l-works"
|
||||||
|
Loading…
Reference in New Issue
Block a user