From 91db128659cdb46973627c40436862b30291700b Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Thu, 26 Sep 2024 03:31:16 -0700 Subject: [PATCH] Revert "Initial attempt at adding "The Tornado Chicken". Not quite working yet, crashes at main menu." Games using nvgt since mid august will no longer work under wine, including this one. Reverting in hopes of getting a linux version (follow https://git.2mb.codes/~stormdragon2976/linux-game-manager to see if so). This reverts commit ef19077d1cfbbd747edd7de5d1741633815b75ea. --- audiogame-manager.sh | 11 ----------- 1 file changed, 11 deletions(-) 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