Latest versions of MelonLoader are known to have issues with some games. Use version 0.5.4 until the issue has been fixed!
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 5 years ago |
| Version | 1.0.0 |
| Download link | apfel-NoForceGrab-1.0.0.zip |
| Downloads | 245 |
| Dependency string | apfel-NoForceGrab-1.0.0 |
README
No Force Grab
Removes Force Grabbing from every object in the game that supports it.
Settings
# ...
[NoForceGrab]
DisableForceGrabRemoval = false
WaitTime = 2000
# ...
DisableForceGrabRemoval disables the removal of Force Grabbing.
WaitTime sets how long the update routine has to wait before searching for Force Grab components, in milliseconds.
Compiling
Requires:
- .NET Framework 4.7.2 SDK
- CMake 3.10 or newer
cmake -B build # Creates a build folder, use -DBONEWORKS_DIR=<path> if you installed BONEWORKS somewhere outside of C:\Program Files (x86)\Steam\steamapps\common
cmake --build build --config Release # Builds the Release configuration.