Added game hammer of Glory.

This commit is contained in:
Storm Dragon 2021-04-26 01:06:50 -04:00
parent b68ad18f1b
commit dc87619b2c

View File

@ -552,6 +552,7 @@ gameList=(
"Finger Panic"
"Fuck That Bird"
"GMA Tank Commander"
"Hammer of Glory"
"Hunter"
"Insect Therapy"
"Judgement Day"
@ -857,6 +858,13 @@ case "${game}" in
echo -e "\"Firstname Lastname\"\n\"Email address\"\n\"Country code\""
add_launcher "c:\Program Files\GMA Tank Commander\gtc.exe"
;;
"Hammer of Glory")
export winVer="win7"
install_wine_bottle
download "http://oriolgomez.com/games/hammer_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/hammer of glory" "${cache}/hammer_en.zip"
add_launcher "c:\Program Files\hammer of glory\game.exe"
;;
"Hunter")
install_wine_bottle vb6run dx8vb
# FIXME: Hacky, but it works. Install dotnet35 by itself so it actually doesn't hang.