Project Zomboid

Project Zomboid

Hypothermia Kills
49 Comments
path 26 May @ 5:56am 
hey, just to make you aware, a user by the name of Powietrze has reuploaded your mod under the name Frozen Death, it is an exact copy of your mod with the name changed and no further edits made
RaFeE™ 24 Dec, 2024 @ 8:37am 
Yo could you make another mod or just update this one to have hyperthermia kill the player? Thanks
Spenglerian 26 Oct, 2024 @ 4:26am 
@fin fin fin, I made an updated version of this mod . It uses more sensible damage scaling and is designed to be more realistic. You can customize everything in the sandbox settings.
Spenglerian 25 Oct, 2024 @ 11:42am 
@Oldman check out definitive zombies - it allows you to do exactly that
Oldman 16 Sep, 2024 @ 7:50pm 
Would be nice if this mod also caused the zeds damage or to be slowed, changing the threat in winter.
cznorton2 22 Aug, 2024 @ 6:21pm 
The harder version made me have a nasty cold because it was a bit foggy outside lmao.
wazzupbeijing 7 Aug, 2024 @ 6:34pm 
even the harder version is way too easy,
i personally removed the %15 health statement from your code and it worked a lot better but still it was not enough, my characters usually died in 18 to 24 in-game hours (they didnt wear any winter clothes- default spawning clothes mid winter)
so i increase the chance of getting damage to %50 of time yet still it took 7-11 hours them to die it wasnt still enough if you consider they werent wearing any winter clothing so i icnreased it even more
monkey with keyboard 19 Jul, 2024 @ 12:55pm 
They said hyperthermia, not hypo.
Ichinin 15 May, 2024 @ 11:19pm 
Does what it says. Hypo slowly drains your health. Tested with Build 41.78 and Multiplayer.
Oppolla 2 Feb, 2024 @ 11:40pm 
I'm walking around outside without a jacket at -30C and I'm still not hypothermic. The game clearly does not understand the cold. Maybe there should be a hardcore setting in this mod where you start dying at the 'Chilly' moodlet
WaKKO151 29 Jan, 2024 @ 6:14am 
If I want to use hardmode do I have to enable the original mod???
sneezking 16 Jan, 2024 @ 6:03pm 
Same question as Duffy from July of 23, if we're using the hard version, which mod ID do we use? Unclear from the description. Thanks for your work!
Zefiruz 11 Jan, 2024 @ 12:20pm 
Mods que deberían ser vanilla.
Viberipper 25 Dec, 2023 @ 2:22pm 
good mod but it would be nice to have a setting to where it damages you when you get hypothermic, id like to be able to set it to where i lose health sooner for allowing myself to get to hypothermic. Great mod though its a nice not having to run cryogenic winter
mooz 22 Dec, 2023 @ 7:53pm 
i currently am
it is rather hard
Skyfry428 16 Oct, 2023 @ 1:47pm 
Anyone been able to do a run with this and Cryogenic Winter?
luliela 31 Aug, 2023 @ 2:17pm 
Hyperthermia next? :)
Hermago 10 Jul, 2023 @ 8:16am 
next mode... eat a lot of food kill? :steamhappy:
Dulfy 19 Jun, 2023 @ 8:51am 
If you want to use Hard Mode, do you need to enable or disable the original mod?
windows 1 Jun, 2023 @ 12:45am 
The most beautiful way to die is to be preserved, after all...
You can still see the beauty of your pale soulless corpse, I guess.
nice 28 May, 2023 @ 6:43pm 
laaaa la la la wait till i get my money right laaaa la la la then you cant tell me nothing riiight
Mav 8 Apr, 2023 @ 1:16pm 
@spoon awesome, I just installed this mod since it looks awesome, but still didnt get to winter to actually "test it", but since I saw that event on the server console. I was just asking because of that
Liberian Batman 8 Apr, 2023 @ 5:36am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
spoon  [author] 8 Apr, 2023 @ 5:29am 
@Liberian Batman @Mav Just released an update with a fix for that stack trace. Tested it in both SP and MP and I didn't get that error in my logs anymore.
spoon  [author] 7 Apr, 2023 @ 7:32am 
@Liberian Batman @Mav Didn't see this error in-game debug console nor did I get that red box error - but it was printed out into the text file log report. Not sure what does this mean? Script itself seems to be working just fine tho.
Liberian Batman 7 Apr, 2023 @ 4:43am 
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:65)
at zombie.GameTime.update(GameTime.java:671)
at zombie.gameStates.IngameState.UpdateStuff(IngameState.java:566)
at zombie.gameStates.IngameState.updateInternal(IngameState.java:1623)
at zombie.gameStates.IngameState.update(IngameState.java:1333)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101)
at zombie.GameWindow.logic(GameWindow.java:298)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`
Liberian Batman 7 Apr, 2023 @ 4:43am 
`attempted index: getMoodles of non-table: null
function: AddHypothermiaDamage -- file: SpoonHypothermiaCode.lua line # 7 | MOD: Hypothermia Kills - Hard Version
java.lang.RuntimeException: attempted index: getMoodles of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:641)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
Liberian Batman 7 Apr, 2023 @ 4:42am 
I'm getting an error with this mod
Mav 6 Apr, 2023 @ 6:39pm 
Hello, any if you if having this error on their server console with this mod?

function: AddHypothermiaDamage -- file: SpoonHypothermiaCode.lua line # 5 | MOD: Hypothermia Kills

ERROR: General , 1680824265512> 539,847,547> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: getMoodles of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1680824265513> 539,847,548> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: getMoodles of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:641)


Thank you.
LambVORTEX 6 Apr, 2023 @ 1:21pm 
Combine this mod with the Cryogenic Winter mod for extra fun

Also do it on the CDDA challenge
spoon  [author] 6 Apr, 2023 @ 11:17am 
@Carlos Yep. Can add and remove safely.
Carlos 6 Apr, 2023 @ 8:49am 
does this mod work with a current game? asking before i turn it on
Tatitooo 5 Apr, 2023 @ 7:15pm 
i have VIH
spoon  [author] 5 Apr, 2023 @ 1:19pm 
@AsN Just one, they are not dependent of one another.
Molly V2 5 Apr, 2023 @ 11:39am 
maybe it doesent kill by default, I do know it can hurt you but I guess it just stops after a specific point.
AsN 5 Apr, 2023 @ 11:17am 
To have the Hard Version, do I need both Mod IDs or just the Hard one?
nice 5 Apr, 2023 @ 10:05am 
im bored so i posted it
nice 5 Apr, 2023 @ 10:05am 
r░░░░░███████ ]▄▄▄▄▄▄▄▄ ??? is building an army.
▂▄▅█████████▅▄▃▂ .....☻/︻╦╤─ This tank & ??? are against spammers.
Il███████████████████]. /▌ Copy and Paste this all over the
◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤.... / \ workshop if you are with us.
garfywarfy 3 Apr, 2023 @ 7:39pm 
I already see a few comments but I agree, I would love to see a heatstroke addon for this :spiffo:
404_coffee.exe 2 Apr, 2023 @ 10:00am 
This makes me very happy :)
Kenpa 1 Apr, 2023 @ 7:43pm 
I just want to acknowledge and salute that righteous mullet in the preview video.
doodad 1 Apr, 2023 @ 4:46pm 
Finally the cold actually becomes a threat to survival in permafrost playthroughs. Thanks for this.
󠀡󠀡 1 Apr, 2023 @ 5:09am 
According to the wiki, hypothermia can't lower health below 1. I imagine this mod makes it so that there's no limit and being a popsicle for too long will just kill you
Quill 31 Mar, 2023 @ 9:05pm 
@ThePhantomX64 it'll lower your health by a lot but Hypothermia by itself will not kill you in Vanilla
StrangeSeven 31 Mar, 2023 @ 7:58pm 
@bigcool3571 I believe you already can die by heatstroke
bigcool3571 31 Mar, 2023 @ 7:48pm 
Would it be possible to do one for Heatstroke aswell?
ThePhantomX64 31 Mar, 2023 @ 7:00pm 
Wait, this system is not in the game?!
spoon  [author] 31 Mar, 2023 @ 9:46am 
@melixrism Boggles my mind too.
melixrism 31 Mar, 2023 @ 9:31am 
Hard to believe this is not in the game, huh!