From 1bb859c1abc3357c845e057f6ed2ed2bd14fb37c Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 30 Jul 2023 16:53:03 -0700 Subject: [PATCH] Fix install on troopanum 2 and hunter. --- audiogame-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4f25655..27271f0 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2250,7 +2250,7 @@ download "https://erion.cf/files/ag_103.zip" download "http://www.agarchive.net/games/bsc/HunterSetup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z" install_wine_bottle vb6run dx8vb # FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang. - DISPLAY="" winetricks -q dotnet35 + winetricks -q dotnet35 wineserver -k # Damn you, dotnet. wine "${cache}/HunterSetup.exe" /silent & xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null @@ -3089,7 +3089,7 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. download "https://www.agarchive.net/games/bsc/Troopanum2Setup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z" install_wine_bottle vb6run dx8vb # FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang. - DISPLAY="" winetricks -q dotnet35 + winetricks -q dotnet35 wineserver -k # Damn you, dotnet. wine "${cache}/Troopanum2Setup.exe" /silent & xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null