-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Wearing leg clothing lowers temperature #42563
Comments
What are fur trousers? We do not have them in vanilla or in-repo mods. |
It seems that as soon as you load a game you get temperatures way lower than what should. Sometimes I save with a part at 25 warmth and load with the same part at -60. It makes some food "cold" or even "frozen". Maybe this isn't this issue? |
pardon sir, "fur pants", i also say armour and colour 😏 |
issue persist on |
There's currently a bug with setting weather on save game load. index d581bef62e..836221693b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -2935,6 +2935,8 @@ bool game::load( const save_t &name )
validate_camps();
validate_linked_vehicles();
update_map( u );
+ weather.set_nextweather( calendar::turn );
+
for( auto &e : u.inv_dump() ) {
e->set_owner( get_player_character() );
} |
i am not sure if this will not have any long term side effets |
Have you tried using a towel to see if the clothes are wet and thus causing the infinite wetness/cold? |
it deceases the amount of cold from -61 to -31, however there is no indicator what kind of clothing is actually wet? Also fur pants were spawned inside the shelter to debug the issue so i am sure those are not wet. There may be issue that some other parts of clothing can be wet and contribute to overall coldness. also this is very weird that only legs are affected, torso and others are mostly ok-ish |
@Ramza13 Could I request your review on the proposed patch above? You've been in the weather code recently. |
So this is probably related to my weather changes. I changed the way weather is updated and I think on game load that some values aren't getting updated. I'll try to fix it. The patch above will fix the bug but break some json functionality. No one is using that functionality right now and I am actually working on a PR that will change it all anyway so I'm not sure it matters |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically closed due to lack of activity. This does not mean that we do not value the issue. Feel free to request that it be re-opened if you are going to actively work on it |
#45482 looks like the same issue, but has a save and can be reproduced. |
Description
Wearing more pieces of clothing lowers bodypart temperature
Steps To Reproduce
Expected behavior
duh...
i guess the opposite to the effect mentioned above
Versioning :
screenshots:
general state
before
afrer
The text was updated successfully, but these errors were encountered: