You are viewing a potentially older version of this package. View all versions.
ComfyMods-GetOffMyLawn-1.0.1 icon

GetOffMyLawn

Set the health of player-placed items in the game to a configurable health value. Reduces monster attacks on player objects.

Date uploaded 2 years ago
Version 1.0.1
Download link ComfyMods-GetOffMyLawn-1.0.1.zip
Downloads 1985
Dependency string ComfyMods-GetOffMyLawn-1.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Set the health of player-placed items in the game to a configurable (default: 100,000,000) health value. Reduces monster attacks on player objects. Recommended mod for dedicated servers so that players passing by your building doesn't mean mobs tear your building down.

Recommended to use with

Usage Notes

  • Health will be set when you place the item or when you use the repair hammer on it. You can only change the health of building pieces that you own or are permitted on.
  • You can activate a ward to set the health value of all building pieces within range to the configured value.
  • You can use this mod to ignore stability. Copy a very large number into the health value such as 99999999999999. When you place objects if you're using the building health display mod you'll see that your building's health is now a large negative number. This has "glitched" the item so it will no longer check for stability. *Warning:*stability in the game helps keep buildings smaller to reduce lag. When you cheat stability you can create larger buildings, but this means more lag. Keep an eye on your instances with F2 if this is a concern for you. (Why this works: Stability ticks down HP over time. With high enough health it just takes such a long time to tick down(years) it doesn't matter.)
  • Great for boats. There are often "lag" issues with the game that cause boats to take more damage than they're supposed to. Just set your boat to high health. You can also set the value to low (like 10) and it will give your boat the normal health again. This allows you to destroy your boat, pick up the materials, and carry them to another place.
  • All items placed with the hammer have their health changed. If you're using a mod that spawns things with the hammer such as ore please keep in mind the ore will likely have high health. Simply disable GOML in the configuration manager if you're trying to place normal health ore veins for example.
  • Disabling the mod does not change the health of previously placed/repaired pieces. If you want to lower the health again you'll need to set the health value to low in GOML and repair the piece or activate a ward and everything in the ward radius will be set to that health.

Links

  • Source code available at:
  • Looking for a chill Valheim server?
  • Looking for a great Valheim server to play on?

Changelog

1.0.1

  • Added null-checks for Piece and Piece.ZNetView references in the ward-interaction method.

1.0.0

  • Updated for Hearth & Home.

CHANGELOG

Changelog

1.7.0

  • Updated for the v0.217.38 patch.
  • Moved changelog into CHANGELOG.md.
  • Bumped up <LangVersion> to C# 10.
  • Removed custom config drawer as the functionality is now in Configula mod.
  • Modified Piece repair logic to work with vanilla WearNTear visual updates and claim ZDO ownership on repair.
  • Minor code clean-up and refactoring.

1.6.0

  • Updated for v0.216.5 PTB patch.

1.5.0

  • Modified TargetPieceHealth config setting to use FloatConfigEntry with custom text-to-float parsing/validation.
  • Removed the ApplyDamageCount logging since it's no longer needed info.
  • Minor code clean up.

1.4.1

  • Repairs with negative damage should now take effect. Vanilla repair previously overwrote negative repair values.

1.4.0

  • Moved all configuration code into new PluginConfig class.
  • Moved all Harmony-patching code into their own patch classes.
  • Increased the default PieceHealth value to 1E+17.
  • Added manifest.json and updated this README.md.
  • Modified the project file to automatically create a versioned Thunderstore package.

1.3.1

  • Destroy carts & boats with the Hammer like regular build pieces.

1.2.1

  • Actually check the enablePieceHealthDamageThreshold config value for the WearNTear.ApplyDamage() patch.

1.2.0

  • Added new optimization/configuration option enablePieceHealthDamageThreshold.
    • Pieces with health that exceed 100K will not execute WearNTear.ApplyDamage() meaning they will not take any piece damage. Subsequently, they will not send a WNTHealthChanged message to the server.
    • This reduces the overall send and receive rates for every player on the server as they will no longer receive the message used only for syncing the visual condition of pieces across clients.

1.0.1

  • Added null-checks for Piece and Piece.ZNetView references in the ward-interaction method.

1.0.0

  • Updated for Hearth & Home.