-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oven Fire and Hot Tub Fire- Unlimited #62
Comments
This would be a great feature to add. My end game bases usually are heated by ovens. If they cannot be set to infinite fuel maybe add a max limit like the kilns and smelters |
Got the oven working, still can't even find any code relating to the hot tub. |
How long does it usually take to upload the changes to Thunderstore? |
Not sure. I'm just submitting code updates. I think I've found the hot tub, it thinks it's a smelter. |
Alright. I have no clue how the code works for the game. Really cool how you guys are doing this! Cheers! |
Release here for manual install: https://github.com/snorkyware/ValheimPlus/releases/tag/0.9.13-snorkyware |
This config update has the oven and hot tub options in it? |
Yes. Oven, hot tub, sap collector and shield generator. |
Instead of infinite fuel is there an option to increase its max fuel? Like how the smelters can be raised from 20 to 100? The oven can go from 10 as its max to 50 ish. Same with the shield generator. Is it possible to implement it? Thanks |
It certainly is possible. I'll have a look at it if I get a chance. |
Alright. Let me know what you find. I'd love to learn how to do this stuff. Seems really interesting. Though I have no clue how to use C# or access valheim files/code |
@snorkyware I d/l the new .dll and put it in my game files as I do with the V+ updates, but I didn't see the new config options in the V+.config file. Am I doing something wrong? |
Yes, V+ is old-fashioned by modern Valheim plugin standards, it doesn't use BepInEx configs which I think is the behaviour you're expecting. Add the new config options manually, referring to default config file:
|
@snorkyware. I'm terribly blind, I've went above and clicked on the config file you said the new addons were listed at the bottom of, and I just can't seem to find the code to copy/paste into mine like you said to do in the last post. I hate to ask, but can you link the exact file I need to look in to find the new code I need to paste into my config? For the life of me I just can't see it. |
That's because I shuffled all the branches around, trying to make acceptable pull requests. Sorry about that. |
The oven obviously has a flame/fire source, but it does not have an option to set to unlimited flame like the campfire/torches/etc.
It would be very nice if the Oven could have the same settings as the campfire/torches, so once at max fuel, it stays there and always runs without using any wood, or pull wood from storage, etc.
Same with the hot tub, it has a fuel source, but you always have to put wood in it to run.
The text was updated successfully, but these errors were encountered: