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 ef19077d1c.
This commit is contained in:
Michael Taboada 2024-09-26 03:31:16 -07:00
parent 72fc9fb5be
commit 91db128659

View File

@ -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