Add games chillingham and grizzly gulch

This commit is contained in:
Michael Taboada 2022-08-09 19:19:55 -07:00
parent caaf414fa1
commit 416af0c0a5

View File

@ -913,6 +913,7 @@ gameList=(
"Castaways" "Castaways"
"Castaways 2" "Castaways 2"
"Challenge of the Horse" "Challenge of the Horse"
"Chillingham"
#"Chopper Challenge" #"Chopper Challenge"
"Christmas WhoopAss" "Christmas WhoopAss"
"Code Dungeon" "Code Dungeon"
@ -940,6 +941,7 @@ gameList=(
"Fuck That Bird" "Fuck That Bird"
"Future Life" "Future Life"
"GMA Tank Commander" "GMA Tank Commander"
"Grizzly Gulch"
"Hammer of Glory" "Hammer of Glory"
#"Hearthstone" #"Hearthstone"
"Hunter" "Hunter"
@ -1589,6 +1591,12 @@ case "${game}" in
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher "c:\Program Files\\${game}\game.exe" add_launcher "c:\Program Files\\${game}\game.exe"
;; ;;
"Chillingham")
install_wine_bottle vb6run mfc42
download "https://storm-games.wolfe.casa/downloads/chillingham.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "$cache/chillingham.zip"
add_launcher "c:\Program Files\chillingham\Chillingham.exe"
;;
"Chopper Challenge") "Chopper Challenge")
# Freezes at menu # Freezes at menu
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk
@ -1850,6 +1858,12 @@ case "${game}" in
echo -e "\"Firstname Lastname\"\n\"Email address\"\n\"Country code\"" echo -e "\"Firstname Lastname\"\n\"Email address\"\n\"Country code\""
add_launcher "c:\Program Files\GMA Tank Commander\gtc.exe" add_launcher "c:\Program Files\GMA Tank Commander\gtc.exe"
;; ;;
"Grizzly Gulch")
install_wine_bottle vb6run mfc42
download "https://storm-games.wolfe.casa/downloads/grizzly-gulch.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "$cache/grizzly-gulch.zip"
add_launcher "c:\Program Files\grizzly-gulch\Grizzly Gulch.exe"
;;
"Hammer of Glory") "Hammer of Glory")
export bottle="oriol-gomez" export bottle="oriol-gomez"
export winVer="win7" export winVer="win7"