diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b83450b..179695b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1313,6 +1313,7 @@ gameList=( "The Blind Swordsman" #"The Gate" "The Great Toy Robbery" + "The Tornado Chicken" "The Vale" "They'll Come from the Moon" "Thief" @@ -3265,6 +3266,16 @@ 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