Added bk and bk2

This commit is contained in:
Storm Dragon 2022-10-04 17:39:36 -04:00
parent 4c440646f0
commit 59fc787007

View File

@ -363,7 +363,7 @@ get_bottle() {
"super-liam"*) ;&
"the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";;
# Nyanchan games group
"bokurano-daibouken-3"*) ;&
"bokurano-daibouken"*) ;&
"laser-breakout"*) ;&
"marina-break"*) ;&
"mp5"*) ;&
@ -951,6 +951,8 @@ gameList=(
"BG Yahtzee"
"Blind Drive"
"Bloodshed"
"Bokurano Daibouken"
"Bokurano Daibouken 2"
"Bokurano Daibouken 3"
"Bombercats"
#"Breed Memorial"
@ -1600,6 +1602,24 @@ case "${game}" in
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Bokurano Daibouken")
export bottle="nyanchan"
export winVer="win7"
install_wine_bottle
download "https://www.nyanchangames.com/softs/nn_setup.exe"
7z x -o"$WINEPREFIX/drive_c/nyanchangame/bk" "${cache}/nn_setup.exe"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
add_launcher "c:\nyanchangame\bk\play.exe"
;;
"Bokurano Daibouken 2")
export bottle="nyanchan"
export winVer="win7"
install_wine_bottle
download "https://www.nyanchangames.com/softs/nn2_setup.exe"
7z x -o"$WINEPREFIX/drive_c/nyanchangame/bk2" "${cache}/nn2_setup.exe"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
add_launcher "c:\nyanchangame\bk2\play.exe"
;;
"Bokurano Daibouken 3")
if [[ ! -r "${cache}/bk3-dict.dat" ]]; then
echo "http://www.nyanchangames.com/order/bk3translate.html" | xclip -selection clipboard 2> /dev/null