Testing Super mario Bros.

This commit is contained in:
Storm Dragon 2020-12-25 16:16:55 -05:00
parent db2d8e2827
commit b6194fab54

View File

@ -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=&currency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"
;;