Mods / RelightableTorch
Author: Erik
Side: Both
Created: May 26th 2021 at 4:07 PM
Last modified: Nov 28th 2021 at 2:29 PM
Downloads: 1358
Follow Unfollow 3
Latest file for v1.15.10:
RelightableTorch.zip
1-click install
A very simple mod that makes burning torches to into their relightable form after 72 hours instead of the burned out one. There are no changes to anything else, the burn time is still the same, the torch is just relightable. Should be compatible with all versions of Vintage Story.
Burned out torches are something that always has annoyed me. At best they can easily prevented by destroying and replaying burning torches before they go out and are at worst they mean finding a few new sticks (which are also annyingly uncraftable). Having torches be relightable perserves the intended tedium of relighting torches, but removes the need to either exploit the system or constantly having to craft new torches.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.1.0 | 684 | Nov 28th 2021 at 2:29 PM | Show | RelightableTorch.zip | Install now | |
v1.0.0 | 674 | May 26th 2021 at 4:12 PM | Show | RelightableTorch.zip | Install now |
remade this for 1.19.8
i'll remove my mod if this get updated
mods.vintagestory.at/show/mod/15835
Doesn't work for 1.16.
Yeah, don't edit vanilla assets as-is as they will get overwritten with updates and may cause problems with multiplayer. Running it through the mod maker, as you said, is the better choice.
Anyone having problem with this mod can go to the file: Vintagestory\assets\survival\blocktypes\wood\Torch.json
you can open the file with notepad but preferably notepad++
and find a line 11-17:
attributes: {
convertToWaterExtinguished: "torch-extinct-*",
transientProps: {
convertFrom: "torch-*",
convertTo: ( cant remember the original line :/ probably something like burnt out... )
inGameHours: "72",
},
and replace the lines with this:
attributes: {
convertToWaterExtinguished: "torch-extinct-*",
transientProps: {
convertFrom: "torch-*",
convertTo: "torch-extinct-*",
inGameHours: "72",
},
As you can see it replaces the burnt out state with the extinquished one and theres also the condition 72 hours which you can change aswell if you want... ofcourse this edits the game files themselves so use at your own discretion :D You can probably run it through the modmaker in the base folder of the game which should recreate this mod for you... in theory at least :)
All the credits to the author ofcourse my intention is only to help people fix their problem for themselves :)
Such a good concept but I can't get it to work. All my torches still go to burned out not extinguished (and yes these are torches created and placed after the mod was installed). Does this not work with 1.15? Or am I missing something obvious like toggling a setting or something?
Thank you very much for this!
RE: How difficult would it be to include the modded 'resin torches'?
It should probably be easy to do so, but the resin torches from "Resin Renaissance" don't burn out at all (which is probably a bug), so I can't change what happens when it burns out :P
How difficult would it be to include the modded 'resin torches'?
Love this mod tho, long time coming.
this is brilliant :D much prefferable behavior