diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 71339ac..d72b19b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1021,9 +1021,9 @@ gameList=( "Sequence Storm" #"Shades of Doom 1.2" "Shades of Doom" + "Shooter" "Silver Dollar" "Slender Lost Vision" - "Shooter" "Sonic the Hedgehog" "Sonic Zoom" #"Space Defender" @@ -1053,6 +1053,7 @@ gameList=( "VIP Mud" "Warsim" "Windows Attack" + #"Wolf Games Launcher" #"World of War" ) @@ -2662,6 +2663,15 @@ EOF cp "${cache}/WA.exe" "$WINEPREFIX/drive_c/Program Files/" add_launcher "c:\Program Files\WA.exe" ;; + "Wolf Games Launcher") + download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + export WINEARCH=win64 + export winVer="win7" + install_wine_bottle + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/wg-release.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + add_launcher "c:\Program Files\wg-release\WolfGames.exe" + ;; "World of War") export winVer="win7" install_wine_bottle speechsdk