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