New minigame "Windows Attack" added.
This commit is contained in:
parent
8d02d26375
commit
6efcc01010
@ -769,6 +769,7 @@ gameList=(
|
||||
"Undead Assault"
|
||||
"Villains From Beyond"
|
||||
"VIP Mud"
|
||||
"Windows Attack"
|
||||
#"World of War"
|
||||
)
|
||||
|
||||
@ -1677,6 +1678,13 @@ EOF
|
||||
echo "To be sure that each new dialog has had time to complete, wait a second between each press of enter."
|
||||
echo "In each subsequent launch, you will need to hit enter a couple times before it starts speaking."
|
||||
;;
|
||||
"Windows Attack")
|
||||
get_installer "WA.exe"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
cp "${cache}/WA.exe" "$WINEPREFIX/drive_c/Program Files/"
|
||||
add_launcher "c:\Program Files\WA.exe"
|
||||
;;
|
||||
"World of War")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user