Initial attempt at adding "The Tornado Chicken". Not quite working yet, crashes at main menu.

This commit is contained in:
Storm Dragon 2024-09-26 04:52:44 -04:00
parent d1f95e02ef
commit ef19077d1c

View File

@ -1313,6 +1313,7 @@ gameList=(
"The Blind Swordsman" "The Blind Swordsman"
#"The Gate" #"The Gate"
"The Great Toy Robbery" "The Great Toy Robbery"
"The Tornado Chicken"
"The Vale" "The Vale"
"They'll Come from the Moon" "They'll Come from the Moon"
"Thief" "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" "{}" \; 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" 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") "The Vale")
get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale" get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale"
export WINEARCH=win64 export WINEARCH=win64