DayZ
ZenSleep_ST
77 条留言
GloryStar  [作者] 7 月 23 日 上午 10:37 
@Otis B. Driftwood you haven't updated
Otis B. Driftwood 7 月 23 日 上午 1:39 
Today's update is causing issues on our sever.

Client has a more recent version bla bla bla and this:

(ClientVersion: 1 | ServerVersion: 3)
Alastrianna 6 月 26 日 下午 3:01 
🌸Thank You, Beautiful mod💖I leave a Like and a Heart💖
GloryStar  [作者] 6 月 9 日 上午 8:24 
because you can't sleep during the day 100%
Lex Talionis 6 月 9 日 上午 7:40 
Mod works great but the not being able to sleep because it's daytime is odd. I've got eyelids... and I even tried with a burlap sack over my head and it's still too bright.
Wehy_23 6 月 8 日 下午 12:52 
hi i want to ask if you have any tutorials for GUI for dayz
MORENOBLAK 4 月 17 日 上午 6:11 
hola buenas se puede empacar
GloryStar  [作者] 4 月 11 日 上午 2:07 
@Zenarchist Thank you for the wonderful mods
Zenarchist 4 月 11 日 上午 1:26 
Thanks man! Appreciate this. No problem with it at all, this is why I release my mods open-source so that when things break and I'm not around to fix them. I've been on a long break from DayZ modding but I'm working on a new sleep mod now.

It won't be ready for a while yet though so cheers for putting this out there in the meantime so players can continue listening to me and my sister breathe heavily into a microphone while they take a break to check discord

@CaptainAwesome you're probably missing @CF (community framework)
CaptainAwesome 4 月 10 日 上午 9:23 
Why do I get this error?

Can't compile "World" script module!

ZenSleep/scripts/4_world/entities/manbase/playerbase.c(133):
Undefined function 'PlayerBase.GetRPCManager'
GloryStar  [作者] 3 月 12 日 下午 1:09 
@Christo This is a complete mod
Christo 3 月 12 日 下午 12:07 
Do I actually need to install the "main MOD" Zen Sleep on the server? Or is your fix sufficient?
Owner | RP Vanilla+ 3 月 8 日 上午 3:27 
Is the vanilla chat working now after the last update?
GloryStar  [作者] 3 月 7 日 下午 5:26 
the flag that you described above affects the mouse on the contrary, I implemented my version in recent updates in order to remove the factor of the sleep panel's influence on the mouse, because it is not needed! and as I said earlier, the assembly below has NO conflict
Jay 3 月 7 日 下午 5:14 
removing the ignorepointer has fixed the issue of the chat scroll:

if (m_SleepModHudPanel)
{
m_SleepModHudPanel.SetFlags(m_SleepModHudPanel.GetFlags() | WidgetFlags.IGNOREPOINTER);
}

changed to:

if (m_SleepModHudPanel)
{
m_SleepModHudPanel.SetFlags(m_SleepModHudPanel.GetFlags() & ~WidgetFlags.IGNOREPOINTER);
}
GloryStar  [作者] 3 月 7 日 下午 5:11 
@Jay I just checked the server with this mod assembly:

"@CF",
"@VPPAdminTools",
"@GameLabs",
"@ZenSleep_1.27",
"@Dabs Framework",
"@DayZ-Expansion-Core",
"@DayZ-Expansion-Chat",

and everything works, the chat can be rotated both manually and with the mouse wheel with this mod, so you are looking for the problem in the wrong place!
Jay 3 月 7 日 下午 4:07 
Hey dude, we identified a conflict with expansion chat and zen sleep which causes the inability to scroll the chat box. Do you think this is something you could potentially fix?
GloryStar  [作者] 3 月 7 日 下午 12:59 
now the config works as before if the config is set to -20 you will get exactly this provided that you drank a full can
Gamb1t 3 月 7 日 下午 12:55 
I liked the 1st ver, as for soda...mine set to 0, its never woke me up!
VikingDad2121 3 月 7 日 上午 6:27 
Do not smoke the joints. They put you to sleep perma until you log out, then when you log back in, it stunts you and half your screen is blurry like youre close to going uncon and you cant run.
Samy FIGUEROA 3 月 7 日 上午 5:28 
Someone can answer to my question ? ^^
Chimere 3 月 5 日 下午 2:19 
Solution for EnergyDrinks:
from OnConsume pass amount into ApplyZenSleepEffect(amount, consumer)
add amount into function parameter ApplyZenSleepEffect(float amount, PlayerBase player)

in ApplyZenSleepEffect add those lines below "float effect = ...." variable:
int qMax = this.GetQuantityMax();
float multiplier = qMax / amount;
float newEffect = effect / multiplier;

and change:
player.InsertAgent(ZenSleep_Agents.TIREDNESS, effect);
to:
player.InsertAgent(ZenSleep_Agents.TIREDNESS, newEffect);
Chimere 3 月 5 日 下午 1:24 
Hello there,
problem with EnergyDrinks: Edible_Base OnConsume is called multiple times (6x), cause you are not consuming edible at once, but in parts, this results in 6 times more energy gain from EnergyDrinks. CAContinuousBase OnCompletePogress works properly cause its applying EnergyGain on action end - when is edible consumed, anyway this leads to behavior when almost empty sodacan / energy drink will give full Energy Gain. I would personaly remove code from CAContinuousBase and leave only the ApplyZenSleepEffect in OnConsume, anyway there needs to be added some calculation how much energy should be gained based on amount of drink consumed.
Dr. Kendo 3 月 3 日 下午 3:56 
@ Chimere
No, not running Deer Isle or ADM Diving mod! =)
Chimere 3 月 3 日 下午 2:51 
Hello,
just for info - Expansion Chat scroll function, any chance you guys running Deer Isle or ADM Diving mod? Cause they break Exp Chat scroll too.
Samy FIGUEROA 3 月 3 日 上午 3:02 
is the same config file like the original mod in ''profiles'' ?
Samy FIGUEROA 3 月 2 日 下午 10:58 
@danbjr488 Ok nice I will download the mod then
Owner | RP Vanilla+ 3 月 2 日 下午 3:02 
This mod remove ingame chat and server messages
Dr. Kendo 3 月 2 日 上午 11:28 
@GloryStar
No, the frozen DayZ-Expansion-Chat (when combined with ZenSleep) is well known since 2023, but have never been adressed by Zen (...as far as I know at least!).
However, it may well be another mod-conflict as well? Of course! =)
- but I never experience this problem with DayZ-Expansion-Chat other that when I use ZenSleep!
The chat always works fine again as soon as I uninstall ZenSleep ... ;)

However, the problem has been commented on the Workshop page for the original mod --> From ZenSleep Comment field:
1) splinter.fenix 13. feb. at 4.48
2) =FS=Kaliber 29. nov. 2024 at 14.59

Tnx for trying though ..., but I still hope you'll be able to find a solution for this eventually, GloryStar ... <3 :coolstar2022:
ҜĦΔØŦƗĆ 3 月 2 日 上午 8:28 
lovely thank you
GloryStar  [作者] 3 月 2 日 上午 5:13 
watch the updates and it wasn't Russian, it was Ukrainian.
ҜĦΔØŦƗĆ 3 月 2 日 上午 5:12 
it was still Russian the other day dude?
GloryStar  [作者] 3 月 2 日 上午 5:09 
Well, sort of, yeah, if it's not broken.
ҜĦΔØŦƗĆ 3 月 2 日 上午 4:51 
did this get english translation for the syringes ?
GloryStar  [作者] 3 月 2 日 上午 4:35 
@Dr. Kendo I just checked on my test server with a bunch of mods and without this mod and the DayZ-Expansion-Chat remains bogged down, so I guess the conflict is not with this mod but with other mods, what do the authors say about it? maybe even the Expansion itself needs to be updated.
Dr. Kendo 3 月 1 日 下午 6:13 
Hi, GloryStar :steamhappy:
It's awesome that you've started fixing this important mod now that Zen himself doesn't have time anymore!
Thank you so much, GloryStar <3 This will make many server owners and players happy!!

My question:
Have you also managed to fix (or do you plan to fix) the problem we experienced in the original mod, that froze the scroll function we have with DayZ-Expansion-Chat?
If not, I really hope this will be fixed as this is the only thing that made me remove the original version of the mod ... :sadstar2022:
I'll put this new version on my server immediately, as soon as the frozen chat-scrolling is fixed! :happystar2022:

<3 Slava Ukraine, we are with you all - now & forever! <3
Gamb1t 3 月 1 日 上午 5:03 
@GloryStar hey you could add these options pal ,left right and colour??!!
Gamb1t 3 月 1 日 上午 4:59 
@GypsyvGaming me to
GypsyvGaming 2 月 28 日 下午 4:08 
well I for one loved the green look
GloryStar  [作者] 2 月 28 日 下午 3:58 
I returned it to please the fact that everyone has a different opinion and the original author had it, so I returned it, yes, the drinks may not work as well as before, but they work
GypsyvGaming 2 月 28 日 下午 3:46 
did you change the color back to white because someone stated he wanted the original color back lol, green looked way better. Are the drinks working?
danbjr488 2 月 28 日 上午 11:57 
You have to setup drinks in the config to do what you want them to do... Just like in the original mod
Samy FIGUEROA 2 月 28 日 上午 11:51 
What about the drinks not working ?
Gamb1t 2 月 28 日 上午 9:25 
@GloryStar Couldn't find any reference to colour except 0 0 0 0.502 is that rgba?.. thanks anyway.
GloryStar  [作者] 2 月 28 日 上午 2:35 
@Gameb1te need repack mod and change color in dayz workbench
Gamb1t 2 月 28 日 上午 1:52 
@GloryStar Hi, how do I change the colour back to green?
Admiral_Cringe 2 月 27 日 下午 7:10 
Щиро дякую:steamthumbsup:
GypsyvGaming 2 月 27 日 下午 5:41 
Are you aware that drinks don't work?
Vinnyz 2 月 27 日 下午 1:42 
@GloryStar where to switch back the original colours of the hud?
◄◄☆ PRO100EXPERT ☆►► 2 月 27 日 下午 12:40 
и допустим кола с 10% сна пополняет за 2 гладка до 100% когда стоит в конфиге 20% с банки