You are viewing a potentially older version of this package. View all versions.
apfel-NoForceGrab-1.1.0 icon

NoForceGrab

Removes Force Grabbing from all objects

Date uploaded 5 years ago
Version 1.1.0
Download link apfel-NoForceGrab-1.1.0.zip
Downloads 205
Dependency string apfel-NoForceGrab-1.1.0

This mod requires the following mods to function

gnonme-ModThatIsNotMod-0.2.4 icon
gnonme-ModThatIsNotMod

A mod for loading in custom items, making life easier for other mod creators, and a whole lot more.

Preferred version: 0.2.4

README

No Force Grab

Removes Force Grabbing from every object in BONEWORKS. Requires MelonLoader 0.4 and ModThatIsNotMod.

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.

No Force Grab can also be configured through the BoneMenu.

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.

ChangeLog

1.1.0:

  • Added BoneMenu support
  • Cleaned up some code

1.0.0: Initial release. Later MIT-licensed.