Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is the mod infuriating by the nature of what it does, or has it been behaving improperly?
SecretFear, you're welcome!
The animation used in the thumbnail for Comfy Sleeping is from one of the True Actions mods for sitting and laying. I know its for b41, but I'm unsure if its been updated for b42, or if theres another mod with similar functions.
As far as I know and can tell, there *shouldn't* be any hard incompatibilities with any mod, as Comfy Sleeping doesn't change any vanilla files or code that would totally break its base functionality. At worst, the Sleep context options UI might fail to report the comfort level and pillow status, but that should be it. I don't see a way for the mentioned 'Antibodies v1.92' to be incompatible.
May also be an issue with how Comfy Sleeping gets started and initialises things in the background... I reorganized a bunch of the code and ended up creating a bug that basically broke the mod for a while, but that should've been fixed in one of the last updates.
Might think it's a compatibility issue, first off I was thinking about ''Antibodies v1.92'' that lets you heal the knox virus by treating yourself (eating well, sleeping, hygiene) etc.
I'm doing a 300+ mods game atm, might be something else tho'.
I tried to re-make a character and same applies to him, but I was not bitten and so my theory about antibodies fkng up your mod is kinda not applying...
Don't know how to help through this
Assuming your character reports as 'ok' or 'snug as a bug' in the sleeping context menu when going to sleep, there should be no reason this is happening, so I'm a bit lost with what is happening.
I've never been able to find any steps to reproduce this issue in my own saves and I've been playing with Comfy Sleeping since I uploaded it... If anyone runs into the issue and could give steps leading up to the issue, or reproduce-able steps to cause the issue, it would be a massive help to figuring out what is causing this bug.
In the first gameplay hours no problem, I can sleep and my fatigue and endurance will go up and down as normal.
After several hours, for no reason (maybe Antibodies mod is causing the incompatibility) I sleep and fatigue's blocked at 0.70 (so my status is tired, always) and endurance doesn't recover too, (blocked at 0.40, so I'm exhausted always).
I fixed it by disabling for my save this Comfy Sleeping mod.
You're welcome if I helped.
Possibly, could be PZ, or a hidden bug or something with Comfy Sleeping. Figuring that out or debugging another persons situation is a bit difficult though haha.
I've had sleep bug out a few times in MP, and to my knowledge, restless sleeper doesn't work as intended like it does in SP, but I could be wrong.
Could be a one off thing or game bug, but if you find out odd behaviour with Comfy Sleeping specifically, do let me know.
That is part of Lifestyle though, so yes it would fall on the other mod author to implement the wardrobe function for tents and other sleeping locations, if they choose to of course.
Sorry the mod wasn't for you, and best of luck in your survival adventures!
jamie bertle, slowed down how so? Does the update between changing clothing and seeing your comfort level update appear slow? Should be no issue with Lifestyle, I use it as well and all appears well.
To you too, have a wonderful day!
In regards to True Actions, yes your comfort and the pillow bonus is still calculated even if its not dosplaying in the UI. My recommendation for this is to check comfort first, then lie down and sleep.
As for a fix or compatability patch, I would like to, but I'm not sure as to why its being caused when lying down. I don't have a ton of time to look into a fix either, but I've noted this issue so when I'm able to, I can take a look into it.
When using True Actions to lie down, I noticed the comfort status isn't printed, which makes me wonder, do you know if it is calculated when you sleep this way? If not, is there some method to enable it or plans for compatibility in the future?
Do you have steps for reliably reproducing it?
Google에서 번역:
원하시면 옵션에서 비활성화할 수 있습니다. 비무장 상태로 잠을 자는 것은 필수 사항이 아닙니다.
CS refreshes your comfort once per in-game minute based on the clothes you have, moodle severities/levels, and clothing blood/dirt levels. I honestly have no idea how it'd get stuck.
If you're feeling confident code-wise, adding 'p:Say("Comfort: " .. tostring(getCurrentComfort()))' to 'ComfySleeping_Client.lua' in \steamapps\workshop\108600\2998737588\mods\ComfySleeping\media\lua\client could provide good insight as to what your character thinks their comfort level should be.
Note: Player comfort is independent from the bed they sleep on, it has no direct effect on the comfort value CS calculates, as Vanilla PZ handles that already with the bedding quality.