From 24d85389accacd58708a6eabb472577cef12c804 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 7 Sep 2023 17:21:08 -0400 Subject: [PATCH] Skateboarder Pro added, but not yet launching, so commented for now. --- audiogame-manager.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4504001..2bc5720 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -363,7 +363,8 @@ get_bottle() { "challenge-of-the-horse"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13";; # tunmi13-64bit games group "battlefield-2d"*) ;& - "haunted-party"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13-64bit";; + "haunted-party"*) ;& + "skateboarder-pro"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13-64bit";; # Dan Z games group "lost"*) ;& "maze-craze"*) ;& @@ -1182,6 +1183,7 @@ gameList=( "Shadow Line" "Shooter" "Silver Dollar" + #"Skateboarder Pro" "Slender Lost Vision" "Sonic the Hedgehog" "Sonic Zoom" @@ -2858,6 +2860,16 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\shooter\shooter.exe" ;; + "Skateboarder Pro") + download "https://tunmi13.com/projects/sb_pro_rw.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + export WINEARCH=win64 + export winVer="win8" + export bottle=tunmi13-64bit + install_wine_bottle sapi + unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/sb_pro_rw.zip" + find "${WINEPREFIX}/drive_c/Program Files/bf" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + #add_launcher "c:\Program Files\" + ;; "Sonic the Hedgehog") export winVer="win7" download "https://www.agarchive.net/games/jeqoconGames/sonic%20the%20hedgehog.7z"