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:
parent
953a029c94
commit
87f2fd756c
@ -825,9 +825,6 @@ game_launcher() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# for games that require custom scripts before launch or custom launch parameters
|
# 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
|
if [[ "$game" =~ dragon-pong ]]; then
|
||||||
"${0%/*}/speech/speak_window_title.sh" DragonPong.exe &
|
"${0%/*}/speech/speak_window_title.sh" DragonPong.exe &
|
||||||
pushd "$(winepath "$winePath")"
|
pushd "$(winepath "$winePath")"
|
||||||
@ -890,11 +887,6 @@ game_launcher() {
|
|||||||
if [[ "$game" =~ sketchbook ]]; then
|
if [[ "$game" =~ sketchbook ]]; then
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
fi
|
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
|
if [[ "$game" =~ audiodisc ]]; then
|
||||||
wine "$winePath\\$wineExec"
|
wine "$winePath\\$wineExec"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user