You are viewing a potentially older version of this package. View all versions.
SnowliDev-MuckUpgradeBuildings-1.2.0 icon

MuckUpgradeBuildings

This mod adds a hammer to upgrade and repair buildings with resources. Now with multiplayer!

Date uploaded 4 years ago
Version 1.2.0
Download link SnowliDev-MuckUpgradeBuildings-1.2.0.zip
Downloads 559
Dependency string SnowliDev-MuckUpgradeBuildings-1.2.0

This mod requires the following mods to function

BepInEx-BepInExPack_Muck-5.4.1100 icon
BepInEx-BepInExPack_Muck

BepInEx pack for Muck. Preconfigured and ready to use.

Preferred version: 5.4.1100

README

UpgradeBuildings for Muck

This mod adds a hammer to upgrade, repair and instantly break buildings with resources. Currently, you can only upgrade building structures (walls, stairs, ...) for mor hp.

Changelog

  • changed wall upgrades to Wood (Wood, Birch, Fir, Oak, Dark Oak)
  • Added hammer
  • Added multiplayer
  • added upgradable building structures.

Installation

This mod requires BepInEx.

Extract the files and place the entire MuckUpgradeBuildings folder in the BepInEx plugin folder.

You can also install it automatically using the Thunderstore Mod Manager.

Usage in game

Craft the Build Hammer using 5 Wood in the Workbench.

This hammer can then be used on all placable build structures.

Left click (hit) to repair the structure using 1 resource (e.g. 1 Wood) Hold right click to open the upgrade menu

  1. upgrade to the next level for 2 resources (e.g. 2 Birch Wood)
  2. repair the structure for 1 resource
  3. instantly destroy the structure (same as hitting it until it breaks)

release right click to choose the option

Structure levels

  • Wood
  • Birch Wood
  • Fir Wood
  • Oak Wood
  • Dark Oak Wood

Multiplayer

This mod now also works in multiplayer! Everyone can upgrade, repair and destroy all structures.

For developers

You can add your own upgrade levels! Just include this dll as dependency and call the UpgradableBuild.addLevel function in the Awake function of your plugin. Make sure to also add this plugin as BepInDependency (dev.snowli.plugins.muckupgradebuildings).