From 9dbfb4f212c750977b0e07877cb5db8325f62e2f Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 27 Feb 2022 01:09:34 -0800 Subject: [PATCH] Add a few fixes to three d velocity, sadly still not working yet --- audiogame-manager.sh | 3 +++ 1 file changed, 3 insertions(+) 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" "{}" \;