I have a question about these two settings in the config file: ## Restrict kiln output # Setting type: Boolean # Default value: false RestrictKilnOutput = true
## Amount of coal to shut off kiln fueling # Setting type: Int32 # Default value: 10 RestrictKilnOutputAmount = 20
I need to understand the intended behavior before I know if it is working or bugged. I think that if I make "RestrictKilnOutput" true it should somehow stop pulling fuel into the kiln when the coal is above a certain amount. But what is "RestrictKilnOutputAmount" checking? all coal in the area? all coal in boxes? all coal on the ground?
Please advise. At the moment it doesn't seem to be restricting anything.
After tinkering with these settings I think I've got it figured out.
This will have the kiln stop producing coal (ingesting more wood) if there's a chest nearby with enough coal to satisfy the "restrict kiln output amount".
Are people still able to use this mod? I installed it on my dedicated server last night but neither myself or my mate could get it to work. It will not pick from chest or ground (either fuel or ore). Many thanks
159 comments
Items are pulled from the chest, but are not added to the device. Resources just disappear out of the chest and are gone.
Wood disappears
Ore disappears
Coal disappears
Neither the Nexus or Thunderstore uploads work, in fact they both misbehave and quite quickly destroy any coal you might have in chests!
I was looking over the options in the Configuration Manager after installing the mod and after finishing I realized:
Use https://www.nexusmods.com/valheim/mods/2039, also available on the Thunderstore, same last updated date.
For those who really liked this mod here is a substitute:
https://www.nexusmods.com/valheim/mods/2039
It works fine for and its creator its active.
[Warning: Unity Log] 05/01/2024 04:57:18: Failed to find rpc method 44531401
Anyone know of an alternative?
I have a question about these two settings in the config file:
## Restrict kiln output
# Setting type: Boolean
# Default value: false
RestrictKilnOutput = true
## Amount of coal to shut off kiln fueling
# Setting type: Int32
# Default value: 10
RestrictKilnOutputAmount = 20
I need to understand the intended behavior before I know if it is working or bugged. I think that if I make "RestrictKilnOutput" true it should somehow stop pulling fuel into the kiln when the coal is above a certain amount. But what is "RestrictKilnOutputAmount" checking? all coal in the area? all coal in boxes? all coal on the ground?
Please advise. At the moment it doesn't seem to be restricting anything.
This will have the kiln stop producing coal (ingesting more wood) if there's a chest nearby with enough coal to satisfy the "restrict kiln output amount".