From d4681baff46393583d425fd4cbe1c3a1ef60a6da Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Wed, 16 Feb 2022 17:27:49 -0800 Subject: [PATCH] Sonic the hedgehog working... I think. --- audiogame-manager.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f9b9e59..9232e76 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -975,6 +975,7 @@ gameList=( "Silver Dollar" "Slender Lost Vision" #"Shooter" + "Sonic the Hedgehog" "Sonic Zoom" #"Space Defender" "Super Dogs Bone Hunt" @@ -2233,6 +2234,16 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \; add_launcher "c:\Program Files\shooter\shooter.exe" ;; + "Sonic the Hedgehog") + export winVer="win7" + install_wine_bottle speechsdk + download "https://www.agarchive.net/games/jeqoconGames/sonic%20the%20hedgehog.7z" + 7z e -o"$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog" "${cache}/sonic the hedgehog.7z" + cp -v "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.wav "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.ogg "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.mp3 "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/sfx/ + cp -v "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.wav "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.ogg "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.mp3 "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/music/ + cp -v "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.wav "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.ogg "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/*.mp3 "$WINEPREFIX/drive_c/Program Files/Sonic the Hedgehog"/angles/ + add_launcher "c:\Program Files\Sonic the Hedgehog\sth.exe" + ;; "Sonic Zoom") export winVer="win7" install_wine_bottle speechsdk