Try to fix more dotnet stuff

This commit is contained in:
Michael Taboada 2021-08-08 10:29:06 -07:00
parent 072229a0be
commit 8c43c9b3e6

View File

@ -959,7 +959,10 @@ done
case "${game}" in case "${game}" in
"A Hero's Call") "A Hero's Call")
export winVer="win7" export winVer="win7"
install_wine_bottle dotnet40 xna31 speechsdk corefonts install_wine_bottle xna31 speechsdk corefonts
# Dotnet is evil. That is all.
DISPLAY="" winetricks -q dotnet40
winetricks -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"
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" "{}" \;
@ -1503,7 +1506,10 @@ case "${game}" in
"Entombed") "Entombed")
export winVer="win7" export winVer="win7"
#install_wine_bottle dotnet35 msvcrt40 speechsdk #install_wine_bottle dotnet35 msvcrt40 speechsdk
install_wine_bottle speechsdk msvcrt40 dotnet48 xna40 install_wine_bottle speechsdk msvcrt40
# Ok, more dotnet.
DISPLAY="" winetricks -q dotnet48 xna40
winetricks -k # Sigh.
download "http://blind-games.com/newentombed/EntombedSetup.exe" download "http://blind-games.com/newentombed/EntombedSetup.exe"
wine "${cache}/EntombedSetup.exe" /silent wine "${cache}/EntombedSetup.exe" /silent
add_launcher "c:\Program Files\Entombed\Entombed.exe" add_launcher "c:\Program Files\Entombed\Entombed.exe"
@ -1592,7 +1598,7 @@ case "${game}" in
"Hunter") "Hunter")
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
# FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang. # FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang.
winetricks -q dotnet35 DISPLAY="" winetricks -q dotnet35
wineserver -k # Damn you, dotnet. wineserver -k # Damn you, dotnet.
download "http://www.agarchive.net/games/bsc/HunterSetup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z" download "http://www.agarchive.net/games/bsc/HunterSetup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z"
wine "${cache}/HunterSetup.exe" /silent & wine "${cache}/HunterSetup.exe" /silent &
@ -2051,7 +2057,7 @@ EOF
"Troopanum2") "Troopanum2")
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
# FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang. # FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang.
winetricks -q dotnet35 DISPLAY="" winetricks -q dotnet35
wineserver -k # Damn you, dotnet. wineserver -k # Damn you, dotnet.
download "https://www.agarchive.net/games/bsc/Troopanum2Setup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z" download "https://www.agarchive.net/games/bsc/Troopanum2Setup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z"
wine "${cache}/Troopanum2Setup.exe" /silent & wine "${cache}/Troopanum2Setup.exe" /silent &