From 19394f68e7387ca9277f19fe6221d4d94f92990c Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 6 Mar 2022 01:44:27 -0800 Subject: [PATCH] A heroes call seems to work now, may need some tweeking to optimize --- audiogame-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7dc0e86..43887e2 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1078,9 +1078,9 @@ done case "${game}" in "A Hero's Call") export winVer="win7" - install_wine_bottle xna31 speechsdk corefonts + install_wine_bottle speechsdk corefonts # Dotnet is evil. That is all. - DISPLAY="" winetricks -q dotnet40 + LC_ALL=C DISPLAY="" winetricks -q dotnet462 xna40 wineserver -k # Really! download "http://files.OutOfSightGames.com/files/a-heros-call.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/a-heros-call.zip"