New Tolk changes pushed. if you have the old Tolk in ~/.cache/audiogame-manager, delete it and the new version will be downloaded on the next install. You can either reinstall existing STW and Christmas Chaos, or download the new Tolk.dll from https://stormgames.wolfe.casa/downloads/Tolk.dll and replace the one in your current STW and Christmas Chaos bottles.

This commit is contained in:
stormdragon2976 2023-06-02 20:27:26 -04:00
parent 953a029c94
commit 87f2fd756c

View File

@ -825,9 +825,6 @@ game_launcher() {
fi
fi
# for games that require custom scripts before launch or custom launch parameters
if [[ "$game" =~ christmas-chaos ]]; then
"${0%/*}/speech/clipboard_reader.sh" ChristmasChaos &
fi
if [[ "$game" =~ dragon-pong ]]; then
"${0%/*}/speech/speak_window_title.sh" DragonPong.exe &
pushd "$(winepath "$winePath")"
@ -890,11 +887,6 @@ game_launcher() {
if [[ "$game" =~ sketchbook ]]; then
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
fi
if [[ "$game" =~ survive-the-wild ]]; then
cd "$(winepath -u "$winePath")"
wine "$winePath\\$wineExec" 2>/dev/null | spd-say -e --
exit 0
fi
if [[ "$game" =~ audiodisc ]]; then
wine "$winePath\\$wineExec"
exit 0