diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 42e8ac1..bb80b97 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1313,7 +1313,6 @@ gameList=( "The Blind Swordsman" #"The Gate" "The Great Toy Robbery" - "The Tornado Chicken" "The Vale" "They'll Come from the Moon" "Thief" @@ -3276,16 +3275,6 @@ EOF find "${WINEPREFIX}/drive_c/Program Files/Lworks/The Great Toy Robbery" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \; add_launcher "c:\Program Files\Lworks\The Great Toy Robbery\tgtr.exe" ;; - "The Tornado Chicken") - export WINEARCH=win64 - export winVer="win10" - get_installer "ttc v2.0 windows.zip" "https://renzivan.itch.io/the-tornado-chicken" - install_wine_bottle - mkdir -p "$WINEPREFIX/drive_c/Program Files/The Tornado Chicken" - unzip -d "$WINEPREFIX/drive_c/Program Files/The Tornado Chicken" "${cache}/ttc v2.0 windows.zip" - find "${WINEPREFIX}/drive_c/Program Files/bf" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; - add_launcher "c:\Program Files\The Tornado Chicken\Ttc v2.0.exe" - ;; "The Vale") get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale" export WINEARCH=win64