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