Attempt to fix pipe2, blast chamber, hunter, and troopanum 2 installers.
Also add inquisiter's heartbeat
This commit is contained in:
parent
c70a3128a1
commit
18128ad9f2
@ -1164,6 +1164,7 @@ gameList=(
|
|||||||
"haunted Party"
|
"haunted Party"
|
||||||
#"Hearthstone"
|
#"Hearthstone"
|
||||||
"Hunter"
|
"Hunter"
|
||||||
|
"Inquisitor's Heartbeat"
|
||||||
"Insect Therapy"
|
"Insect Therapy"
|
||||||
"Interceptor"
|
"Interceptor"
|
||||||
"Judgement Day"
|
"Judgement Day"
|
||||||
@ -2314,7 +2315,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"
|
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
|
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
|
winetricks -q dotnet35sp1
|
||||||
wineserver -k # Damn you, dotnet.
|
wineserver -k # Damn you, dotnet.
|
||||||
wine "${cache}/HunterSetup.exe" /silent &
|
wine "${cache}/HunterSetup.exe" /silent &
|
||||||
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
||||||
@ -2352,6 +2353,17 @@ download "https://erion.cf/files/ag_103.zip"
|
|||||||
fi
|
fi
|
||||||
add_launcher "c:\Program Files\Hunter\HunterRun.exe"
|
add_launcher "c:\Program Files\Hunter\HunterRun.exe"
|
||||||
;;
|
;;
|
||||||
|
"Inquisitor's Heartbeat")
|
||||||
|
get_installer "Inquisitor_windows_ENG.zip" "https://www.audiogame.store/en/products/inquisitors-heartbeat--windows/ios-only"
|
||||||
|
export WINEARCH=win64
|
||||||
|
export winVer="win8"
|
||||||
|
install_wine_bottle
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Inquisitor_windows_ENG.zip"
|
||||||
|
# Weird work around to get keyboard working.
|
||||||
|
winetricks -q usetakefocus=y
|
||||||
|
winetricks -q usetakefocus=n
|
||||||
|
add_launcher "c:\Program Files\Inquisitor_windows_ENG\Inquisitor's Heartbeat.exe"
|
||||||
|
;;
|
||||||
"Insect Therapy")
|
"Insect Therapy")
|
||||||
export bottle="oriol-gomez"
|
export bottle="oriol-gomez"
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
@ -2662,7 +2674,7 @@ EOF
|
|||||||
"Pipe 2 Blast Chamber")
|
"Pipe 2 Blast Chamber")
|
||||||
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
|
winetricks -q dotnet35sp1
|
||||||
wineserver -k # Damn you, dotnet.
|
wineserver -k # Damn you, dotnet.
|
||||||
download "http://www.agarchive.net/games/bsc/BlastChamberSetup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z"
|
download "http://www.agarchive.net/games/bsc/BlastChamberSetup.exe" "https://www.agarchive.net/games/bsc/BSC%20unlock%20code%20generator.7z"
|
||||||
wine "${cache}/BlastChamberSetup.exe" /silent &
|
wine "${cache}/BlastChamberSetup.exe" /silent &
|
||||||
@ -3187,7 +3199,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"
|
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
|
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
|
winetricks -q dotnet35sp1
|
||||||
wineserver -k # Damn you, dotnet.
|
wineserver -k # Damn you, dotnet.
|
||||||
wine "${cache}/Troopanum2Setup.exe" /silent &
|
wine "${cache}/Troopanum2Setup.exe" /silent &
|
||||||
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
||||||
@ -3281,6 +3293,7 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit.
|
|||||||
;;
|
;;
|
||||||
"Warsim")
|
"Warsim")
|
||||||
get_installer "Warsim Full Game.zip" "https://huw2k8.itch.io/warsim"
|
get_installer "Warsim Full Game.zip" "https://huw2k8.itch.io/warsim"
|
||||||
|
export WINEARCH=win64
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/Warsim/" "${cache}/Warsim Full Game.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/Warsim/" "${cache}/Warsim Full Game.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user