New minigame "Windows Attack" added.

This commit is contained in:
Storm Dragon 2021-06-26 01:37:04 -04:00
parent 8d02d26375
commit 6efcc01010

View File

@ -769,6 +769,7 @@ gameList=(
"Undead Assault" "Undead Assault"
"Villains From Beyond" "Villains From Beyond"
"VIP Mud" "VIP Mud"
"Windows Attack"
#"World of War" #"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 "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." 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") "World of War")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk