Added game Bombercats.

This commit is contained in:
Storm Dragon 2021-04-25 02:32:07 -04:00
parent 9e20144bef
commit 466897f126

View File

@ -533,6 +533,7 @@ gameList=(
"Battle Zone"
"Beatstar Pro"
"Bloodshed"
"Bombercats"
"Castaways"
"Castaways 2"
#"Chopper Challenge"
@ -552,10 +553,10 @@ gameList=(
"Fuck That Bird"
"GMA Tank Commander"
"Hunter"
"Insect Therapy"
"Judgement Day"
"Kitchensinc Games"
"Kringle Crash"
"Insect Therapy"
#"Light Battles"
"Light Cars"
"Lockpick"
@ -705,6 +706,13 @@ case "${game}" in
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Bombercats")
export winVer="win7"
install_wine_bottle
download "http://oriolgomez.com/games/bombercats_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/bomvercats" "${cache}/bombercats_en.zip"
add_launcher "c:\Program Files\bomvercats\game.exe"
;;
"Castaways")
export winVer="win7"
install_wine_bottle vb6run dx8vb speechsdk
@ -891,11 +899,12 @@ case "${game}" in
fi
add_launcher "c:\Program Files\Hunter\HunterRun.exe"
;;
"Kringle Crash")
"Insect Therapy")
export winVer="win7"
install_wine_bottle
download "https://www.agarchive.net/games/blastbay/kringle%20crash%20setup.exe"
wine "${cache}/kringle crash setup.exe" /silent
add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe"
download "http://oriolgomez.com/games/insect_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/insect therapy" "${cache}/insect_en.zip"
add_launcher "c:\Program Files\insect therapy\game.exe"
;;
"Judgement Day")
install_wine_bottle vb6run dx8vb quartz
@ -918,12 +927,11 @@ EOF
tar xf "${cache}/kitchen.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
;;
"Insect Therapy")
export winVer="win7"
"Kringle Crash")
install_wine_bottle
download "http://oriolgomez.com/games/insect_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/insect therapy" "${cache}/insect_en.zip"
add_launcher "c:\Program Files\insect therapy\game.exe"
download "https://www.agarchive.net/games/blastbay/kringle%20crash%20setup.exe"
wine "${cache}/kringle crash setup.exe" /silent
add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe"
;;
"Light Battles")
export winVer="win7"