From b6194fab54662c94026c737449c9e1ca9fe897bb Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 25 Dec 2020 16:16:55 -0500 Subject: [PATCH] Testing Super mario Bros. --- audiogame-manager.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index eb2e360..118f65c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -521,6 +521,7 @@ gameList=( "Slender Lost Vision" "Super Egg Hunt" "Super Liam" + "Super Mario Bros" "Survive the Wild" "Swamp" "Technoshock" @@ -531,6 +532,7 @@ gameList=( "Top Speed 3" "Triple Triad" "Undead Assault" + "World of War" ) # With no arguments, open the game launcher. @@ -1009,6 +1011,13 @@ EOF wine "${cache}/superliamsetup.exe" /silent add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe" ;; + "Super Mario Bros") + export winVer="win7" + install_wine_bottle speechsdk + download "https://www.agarchive.net/games/jeqoconGames/super%20mario%20bros.7z" + 7z e -o"$WINEPREFIX/drive_c/Program Files/Super Mario Bros" "${cache}/super mario bros.7z" + add_launcher "c:\Program Files\Super Mario Bros\Mario.exe" + ;; "Survive the Wild") export winVer="win7" install_wine_bottle speechsdk @@ -1092,6 +1101,13 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\undead_assault\Undead Assault.exe" ;; + "World of War") + export winVer="win7" + install_wine_bottle speechsdk + download "https://www.agarchive.net/games/nyanchan/world%20of%20war%20English.7z" + 7z e -o"$WINEPREFIX/drive_c/Program Files/World of War" "${cache}/world of war English.7z" + #add_launcher "c:\Program Files\" + ;; "Make a One Time Donation") open_url "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stormdragon2976@gmail.com&lc=US&item_name=Donation+to+Storm+Games&no_note=0&cn=¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" ;;