Add games chillingham and grizzly gulch
This commit is contained in:
parent
caaf414fa1
commit
416af0c0a5
@ -913,6 +913,7 @@ gameList=(
|
||||
"Castaways"
|
||||
"Castaways 2"
|
||||
"Challenge of the Horse"
|
||||
"Chillingham"
|
||||
#"Chopper Challenge"
|
||||
"Christmas WhoopAss"
|
||||
"Code Dungeon"
|
||||
@ -940,6 +941,7 @@ gameList=(
|
||||
"Fuck That Bird"
|
||||
"Future Life"
|
||||
"GMA Tank Commander"
|
||||
"Grizzly Gulch"
|
||||
"Hammer of Glory"
|
||||
#"Hearthstone"
|
||||
"Hunter"
|
||||
@ -1589,6 +1591,12 @@ case "${game}" in
|
||||
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
|
||||
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")
|
||||
# Freezes at menu
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
@ -1850,6 +1858,12 @@ case "${game}" in
|
||||
echo -e "\"Firstname Lastname\"\n\"Email address\"\n\"Country code\""
|
||||
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")
|
||||
export bottle="oriol-gomez"
|
||||
export winVer="win7"
|
||||
|
Loading…
Reference in New Issue
Block a user