-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Crafting checks for nearby fire at the start and at the end #7126
Comments
I wish we could have longer-lasting fires with logs and shorter-lasting ones with wrappers and whatnot. That's a vote for countable duration. |
Say, you make fire with ~10 initial charges using lighter or matchbox. Then fire starts damaging flammable stuff on the tile and for each damage level gets additional charges depending on item properties. Each turn decreases number of charges left by some amount. So you know that 1 piece of paper will last exactly 2 turns, splintered wood - 10 turns, etc (for example). This is not very realistic, though. If you drop 10 sticks and set them aflame - fire would be stronger, but not exactly 10 times longer than with 1 stick. It will be about 10 times longer only if you would throw new sticks as the fire starts to die out. But that is pretty tedious so could probably be ignored. Then there is the weather... |
Alternately it could record that it's using nearby fire, and if it goes out |
An interesting fact is that one can sterilize water using a clear container and uv-light from the the sun. |
Agreed, definitely the way to be moving forwards. |
That may be fine to boil water, but fire is too unpredictable to craft anything time-consuming. Unless player has some way of keeping fire fed this will make fires useless for non-basic crafting. Or it could work if player could continue crafting last recipe where he stopped and not from scratch. This one is very desirable either way. |
I still say we should be able to keep fire fed. |
Starting another fire is functionally pretty similar. I suppose one could move the check to "is the fire about to go out?" and change the prompt accordingly. |
That would be the intended thing, yes. Alternatively do it as (or in addition to) what KA101 suggests, where it triggers right before the fire goes out rather then after it does so. |
With the advent of the side effect of #23299 this might be possible now -- side effect being that crafting stops if the light level changes. Maybe it could stop if your fire source disappears as well? |
Big problem. Players cannot yet automatically manage a fire while crafting. Fixing this issue needs that before it can be worked on. Also the PR side effect a bug, see: #23569 |
Another possibility might be for running out of fire mid-craft to interrupt with a dialog for "feed fire", that would cancel the fire-end and craft-end events and move the menu-selected object onto the fire square being used. It special-cases something that should be general, but it's also less typing to get to the desired end result. |
There is a construction item called "Mark firewood source" that enables auto refiling while crafting. The idea is good, but in practice I found it to be a micromanagement chore. Why? Because sometimes you want to disable auto-refiling, and the enable it again. So you basically remove it and construct it again - not a big deal. The big deal is that, when you construct it it moves all of the wood to adjacent tiles. So the process looks like this:
To disable:
And that is a lot of micromanagement for something that is supposed to automate stuff. |
@EvgenijM86 That's definitively a problem, but that deserves its own issue as it is outside the scope of this one. |
I haven't been closely following the development for the last two years, but if nothing changed regarding this issue, this may be relevant. |
I start a fire. This is enough to start and finish crafting, even if the fire goes off halfway through. So I can cook normally.
However, if I have an integrated toolset, I will lose some power at the end if the fire is no longer there. If I have no power left, I will still be able to finish crafting normally without it. If there is any other substitutes for a fire in a recipe, they will also be used. With a prompt if you have multiple options.
I propose to remove the end-check for fire to prevent unnecessary power/charges loss. Removing starting check instead is a bad option currently, I'd say, since this creates strong possibility of not being able to finish crafting when you already spent your time doing it.
If fire was more predictable (had countable duration), this could be used to determine if it will last enough for your crafting purposes, so that recipes can be made to require more or less fire and not just the fact that the fire exists at this particular moment. Don't know how to go about the weather, though.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: