Added several more BG games. Still plenty more to go.

This commit is contained in:
Storm Dragon 2021-07-01 23:55:24 -04:00
parent 72a83d6a26
commit 6d693737fb

View File

@ -735,6 +735,7 @@ gameList=(
"BG Chess Challenge" "BG Chess Challenge"
"BG Code Breaker" "BG Code Breaker"
"BG Cribbage" "BG Cribbage"
"BG Cribbage Solitaire"
"BG Crossword Puzzle" "BG Crossword Puzzle"
"BG Free Cell Solitaire" "BG Free Cell Solitaire"
"BG Hearts" "BG Hearts"
@ -742,11 +743,16 @@ gameList=(
"BG LAP" "BG LAP"
"BG Master Mind" "BG Master Mind"
"BG Mine Sweeper" "BG Mine Sweeper"
"BG Nomination Whist"
"BG Penguin Solitaire" "BG Penguin Solitaire"
"BG Poker Solitaire"
"BG Pyramid Solitaire"
"BG Scorpion Solitaire" "BG Scorpion Solitaire"
"BG Spider Solitaire"
"BG Scrabble" "BG Scrabble"
"BG Sudoku" "BG Sudoku"
"BG Uno" "BG Uno"
"BG Word Jumble"
"BG Word Target" "BG Word Target"
"BG Yahtzee" "BG Yahtzee"
"Bloodshed" "Bloodshed"
@ -1009,6 +1015,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\CribbageB\CribbageB.exe" add_launcher "c:\Program Files\Games\CribbageB\CribbageB.exe"
;; ;;
"BG Cribbage Solitaire")
bgInstaller="BCS32Setup10.exe"
export bottle="bg"
get_installer "$bgInstaller" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\CribSolB\CribSolB.exe"
;;
"BG Crossword Puzzle") "BG Crossword Puzzle")
bgInstaller="BGX32Setup10h.exe" bgInstaller="BGX32Setup10h.exe"
export bottle="bg" export bottle="bg"
@ -1065,6 +1079,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\MinesweeperB\MinesweeperB.exe" add_launcher "c:\Program Files\Games\MinesweeperB\MinesweeperB.exe"
;; ;;
"BG Nomination Whist")
bgInstaller="BNW32Setup10a.exe"
export bottle="bg"
get_installer "${bgInstaller}" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\NomWhistB/NomWhistB.exe"
;;
"BG Penguin Solitaire") "BG Penguin Solitaire")
bgInstaller="BPS32Setup10c.exe" bgInstaller="BPS32Setup10c.exe"
export bottle="bg" export bottle="bg"
@ -1073,6 +1095,22 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\PenguinB\PenguinB.exe" add_launcher "c:\Program Files\Games\PenguinB\PenguinB.exe"
;; ;;
"BG Poker Solitaire")
bgInstaller="BPS32Setup10.exe"
export bottle="bg"
get_installer "$bgInstaller" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\PokerSolB\PokerSolB.exe"
;;
"BG Pyramid Solitaire")
bgInstaller="PSB32Setup10a.exe"
export bottle="bg"
get_installer "$bgInstaller" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\PyramidB\PyramidB.exe"
;;
"BG Scorpion Solitaire") "BG Scorpion Solitaire")
bgInstaller="BSS32Setup10.exe" bgInstaller="BSS32Setup10.exe"
export bottle="bg" export bottle="bg"
@ -1081,6 +1119,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\ScorpionB\ScorpionB.exe" add_launcher "c:\Program Files\Games\ScorpionB\ScorpionB.exe"
;; ;;
"BG Spider Solitaire")
bgInstaller="SPB32Setup10b.exe"
export bottle="bg"
get_installer "$bgInstaller" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\SpiderB\SpiderB.exe"
;;
"BG Scrabble") "BG Scrabble")
bgInstaller="BGS32Setup20.exe" bgInstaller="BGS32Setup20.exe"
export bottle="bg" export bottle="bg"
@ -1105,6 +1151,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\UnoB\UnoB.exe" add_launcher "c:\Program Files\Games\UnoB\UnoB.exe"
;; ;;
"BG Word Jumble")
bgInstaller="BWJ32Setup10.exe"
export bottle="bg"
get_installer "${bgInstaller}" "http://www.spoonbillsoftware.com.au/bggames.htm"
install_wine_bottle speechsdk
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\WordJumbleB\WordJumbleB.exe"
;;
"BG Word Target") "BG Word Target")
bgInstaller="WTB32Setup10a.exe" bgInstaller="WTB32Setup10a.exe"
export bottle="bg" export bottle="bg"