diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d89d75c..1d5392d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2399,6 +2399,9 @@ EOF "Three D velocity") export winVer="win10" install_wine_bottle speechsdk + # Dotnet is evil. That is all. + LC_ALL=C winetricks -q dotnet472 + wineserver -k # Ha ha ha. download "https://github.com/munawarb/Three-D-Velocity-Binaries/archive/master.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/master.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;