From 4ee362b1c03576606b2270fd2318df32b5c8891a Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Thu, 1 May 2025 04:17:32 -0700 Subject: [PATCH] Added game constant motion. This is temporary until sam releases a linux version. --- .install/Constant Motion.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .install/Constant Motion.sh diff --git a/.install/Constant Motion.sh b/.install/Constant Motion.sh new file mode 100644 index 0000000..bc72f38 --- /dev/null +++ b/.install/Constant Motion.sh @@ -0,0 +1,7 @@ +export WINEARCH=win64 +export winVer="win7" +download "https://samtupy.com/games/cm.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" +install_wine_bottle +unzip -d "$WINEPREFIX/drive_c/Program Files/ConstantMotion" "$cache/cm.zip" +find "$WINEPREFIX/drive_c/Program Files/ConstantMotion" -name "nvdaControllerClient64.dll" -exec cp -v "$cache/nvda2speechd64.dll" "{}" \; +add_launcher 'c:\Program Files\ConstantMotion\cm.exe'