Calling it quits for tonight, so saving my progress adding the BG games. Only 10 more to go.

This commit is contained in:
Storm Dragon 2021-07-02 02:23:43 -04:00
parent 6d693737fb
commit 4298d7e983

View File

@ -728,7 +728,9 @@ gameList=(
"Battle of the Hunter"
"Battle Zone"
"Beatstar Pro"
"BG 2048"
"BG 15 Puzzle"
"BG Aces Up Solitaire"
"BG Battleship"
"BG Boggle"
"BG Brainiac"
@ -737,6 +739,7 @@ gameList=(
"BG Cribbage"
"BG Cribbage Solitaire"
"BG Crossword Puzzle"
"BG Elevens Solitaire"
"BG Free Cell Solitaire"
"BG Hearts"
"BG Klondike Solitaire"
@ -748,12 +751,17 @@ gameList=(
"BG Poker Solitaire"
"BG Pyramid Solitaire"
"BG Scorpion Solitaire"
"BG Simon"
"BG Spider Solitaire"
"BG Scrabble"
"BG Sudoku"
"BG Tri-Peaks Solitaire"
"BG Uno"
"BG Word Builder"
"BG Word Jumble"
"BG Word Solitaire"
"BG Word Target"
"BG Word Yahtzee"
"BG Yahtzee"
"Bloodshed"
"Bombercats"
@ -959,6 +967,14 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files/Beatstar Pro" "${cache}/beat_windows.zip"
add_launcher "c:\Program Files\Beatstar Pro/beatstar.exe"
;;
"BG 2048")
bgInstaller="BG204832Setup10a.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\BG2048B/BG2048.exe"
;;
"BG 15 Puzzle")
bgInstaller="FPB32Setup10a.exe"
export bottle="bg"
@ -967,6 +983,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\FifteenB\FifteenB.exe"
;;
"BG Aces Up Solitaire")
bgInstaller="ASB32Setup10.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\AcesUpB/AcesUpB.exe"
;;
"BG Battleship")
bgInstaller="BGB32Setup10.exe"
export bottle="bg"
@ -1031,6 +1055,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\CrosswordB\CrosswordB.exe"
;;
"BG Elevens Solitaire")
bgInstaller="ESB32Setup10.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\ElevensB\ElevensB.exe"
;;
"BG Free Cell Solitaire")
bgInstaller="BGF32Setup20.exe"
export bottle="bg"
@ -1119,6 +1151,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\ScorpionB\ScorpionB.exe"
;;
"BG Simon")
bgInstaller="BGS32Setup10.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\SimonB\SimonB.exe"
;;
"BG Spider Solitaire")
bgInstaller="SPB32Setup10b.exe"
export bottle="bg"
@ -1143,6 +1183,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\SudokuB\SudokuB.exe"
;;
"BG Tri-Peaks Solitaire")
bgInstaller="TPB32Setup10a.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\TriPeaksB/TriPeaksB.exe"
;;
"BG Uno")
bgInstaller="BGU32Setup11a.exe" "http://www.spoonbillsoftware.com.au/bggames.htm"
export bottle="bg"
@ -1151,6 +1199,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\UnoB\UnoB.exe"
;;
"BG Word Builder")
bgInstaller="BWB32Setup10.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\WordBuilderB\WordBuilderB.exe"
;;
"BG Word Jumble")
bgInstaller="BWJ32Setup10.exe"
export bottle="bg"
@ -1159,6 +1215,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\WordJumbleB\WordJumbleB.exe"
;;
"BG Word Solitaire")
bgInstaller="WSB32Setup10.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\WordSolitaireB\WordSolitaireB.exe"
;;
"BG Word Target")
bgInstaller="WTB32Setup10a.exe"
export bottle="bg"
@ -1167,6 +1231,14 @@ case "${game}" in
wine "${cache}/${bgInstaller}" /silent
add_launcher "c:\Program Files\Games\WordTargetB\WordTargetB.exe"
;;
"BG Word Yahtzee")
bgInstaller="BWY32Setup10.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\WordYahtzeeB/BGWordYahtzee.exe"
;;
"BG Yahtzee")
bgInstaller="BGY32Setup10a.exe"
export bottle="bg"