安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題






"Good day. Thank you very much for the mod. It's simply fabulous. Completely disabling stamina, like in other mods, seems like cheating. You've got it just right, it's excellent, exactly what I needed. I installed it, adjusted it to my weight and gear, and it turned out great. My hero was previously a pathetic weakling... now he's a Fighter, a Veteran, a seasoned warrior..."
your opinion!
It disables the ability to be able to push cars as you forgot to add:
m_StaminaConsumers.RegisterConsumer(EStaminaConsumers.PUSH, 0);
into the overridden RegisterStaminaConsumers() function.
You also forgot to add:
m_StaminaModifiers.RegisterExponentialEx(EStaminaModifiers.PUSH_CAR,data,);
into the RegisterStaminaModifiers() function.
Hope this helps.
https://dayzexplorer.zeroy.com/staminahandler_8c_source.html
like a config to set an admin vest, hat, or something we define as custom values?
Whenever I spawn with body armor and a 10 kg backpack I have 55 % stamina.
If I spawn without body armor and put body armor and 10 kg Backpack on, I have 20 % Stamina.
I can reproduce this everytime.
I really liked your mod. Tell me, can I use it for free? And is it possible to pack it into your server mod? (with links to your mod in the description)
Sincerely, Anastasia.
When using EpiPen, stamina is still drained. Does anyone have a workaround?
Would be great if this got sorted. If not, someone might need to repack if tannerng isn't going to maintain it.
override protected void RegisterStaminaConsumers()
override protected void RegisterStaminaModifiers()
Just add the ROLL line from orignal 1.13 StaminaHandler.c