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

TorchesAndResin

Standing wood/iron/wall torches and hangng/floor braziers are refueled with 10,000 resin.

Date uploaded 2 years ago
Version 1.3.0
Download link ComfyMods-TorchesAndResin-1.3.0.zip
Downloads 4743
Dependency string ComfyMods-TorchesAndResin-1.3.0

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

TorchesAndResin

Standing wood/iron/wall torches and hanging/floor braziers are refueled with 10,000 resin.

Installation

Manual

  • Un-zip TorchesAndResin.dll to your /Valheim/BepInEx/plugins/ folder.

Thunderstore (manual install)

  • Go to Settings > Import local mod > Select TorchesAndResin_v1.3.0.zip.
  • Click "OK/Import local mod" on the pop-up for information.

Instructions

  • This will set the fuel for several torch and brazier prefabs to 10,000 resin.
    • Fuel will be set when prefab is placed or on entering the sector as the sole instance owner.

Notes

Changelog

1.3.0

  • Added a Fireplace.Awake prefix patch that sets an eligible torch's m_startFuel to 10000.
  • Added manifest.json, changed the icon.png and updated this README.md.
  • Modified the project file to automatically create a versioned Thunderstore package.

1.2.0

  • Updated for Hearth & Home.
  • Added a Transpiler to the Fireplace.Awake() method to change the initial UpdateFireplace.Invoke() from 0s to 0.5s.

1.1.0

  • Added braziers to list of torches supported.
  • Use ZNetView.m_prefabName instead of GameObject.name.

1.0.0

  • Updated project template and references to use latest DLLs.