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

MortalityControl

Allows toggling mortality in BONEWORKS.

Date uploaded 4 years ago
Version 1.1.0
Download link apfel-MortalityControl-1.1.0.zip
Downloads 217
Dependency string apfel-MortalityControl-1.1.0

This mod requires the following mods to function

gnonme-ModThatIsNotMod-0.2.5 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.5

README

Mortality Control

Removes immortality. Requires MelonLoader 0.4 and ModThatIsNotMod.

Settings

You can change whether the mod disables immortality (NoImmortality) in your MelonPreferences.cfg.
ModThatIsNotMod's BoneMenu is also supported.

Compiling

Requires:

  • .NET Framework 4.7.2 SDK
  • CMake 3.10 or newer
  • A copy of BONEWORKS with MelonLoader and ModThatIsNotMod installed
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.0.0: Initial release.