From 1d0597fe4c2d322d6c02edc7be5f9f31eb2b3f4d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 10 Jan 2021 12:46:26 -0500 Subject: [PATCH] preparing for new release --- audiogame-manager.sh | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index a001036..19cd649 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -527,7 +527,7 @@ gameList=( "Duck Hunt" "Easter Quest" #"Entombed" - "Eurofly" + #"Eurofly" "Fantasy Story II" #"Fartman" "Finger Panic" @@ -537,15 +537,15 @@ gameList=( "Judgement Day" "Kitchensinc Games" "Kringle Crash" - "Light Battles" + #"Light Battles" "Light Cars" "Lockpick" "Lone Wolf" "Manamon" "Manamon 2" - "MudSplat French" + #"MudSplat French" "MudSplat English" - "MudSplat Swedish" + #"MudSplat Swedish" "Oh Shit!" "Pacman Talks" "Palace Punch Up" @@ -558,10 +558,11 @@ gameList=( #"River raiders" "RS Games" "Run For Your Life" + #"Sammy Center" "Sequence Storm" "Shades of Doom" -"Silver Dollar" -"Slender Lost Vision" + #"Silver Dollar" + "Slender Lost Vision" "Super Egg Hunt" "Super Liam" #"Super Mario Bros" @@ -576,7 +577,7 @@ gameList=( "Triple Triad" "Undead Assault" "VIP Mud" - "World of War" + #"World of War" ) # With no arguments, open the game launcher. @@ -1034,6 +1035,14 @@ EOF unzip -d "$WINEPREFIX/drive_c/Program Files/run for your life" "${cache}/rfyl_en.zip" add_launcher "c:\Program Files\run for your life\game.exe" ;; + "Sammy Center") + export winVer="win7" + install_wine_bottle speechsdk + download "http://www.samtupy.com/games/SCSetup.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + wine "${cache}/SCSetup.exe" /silent + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe" + ;; "Sequence Storm") read -p "Make sure sequence-storm-win64.zip is available in either your Downloads or Desktop directory and press enter to continue." continue for i in ~/Downloads ~/Desktop ; do