A heroes call seems to work now, may need some tweeking to optimize

This commit is contained in:
Michael Taboada 2022-03-06 01:44:27 -08:00
parent 768d7ce168
commit 19394f68e7

View File

@ -1078,9 +1078,9 @@ done
case "${game}" in case "${game}" in
"A Hero's Call") "A Hero's Call")
export winVer="win7" export winVer="win7"
install_wine_bottle xna31 speechsdk corefonts install_wine_bottle speechsdk corefonts
# Dotnet is evil. That is all. # Dotnet is evil. That is all.
DISPLAY="" winetricks -q dotnet40 LC_ALL=C DISPLAY="" winetricks -q dotnet462 xna40
wineserver -k # Really! wineserver -k # Really!
download "http://files.OutOfSightGames.com/files/a-heros-call.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" 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" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/a-heros-call.zip"