DayZ
73 ratings
CRDTN Fire Regen
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
6.254 KB
13 Jul, 2023 @ 1:11am
18 Jul, 2023 @ 4:28pm
8 Change Notes ( view )

Subscribe to download
CRDTN Fire Regen

In 1 collection by freeman
CRDTN Gameplay
27 items
Description
NON COMMERCIAL OPEN SOURCE
Source code HERE[github.com]

Discover a haven amidst the wastelands! Introducing a simple yet powerful addition to your game: the Fire Heal Modifier. Seek out a secure spot, ignite a fire, and find solace near the warmth of an oven. Experience the thrill of quicker rejuvenation, surpassing the challenges of the desolate wilderness. Discord here[discord.gg]

Functionality:
- Small server side mod (no need for clients to download)
- Config file for the unique settings
- Regeneration of HP or BLOOD when being nearby a fireplace
- Can be restricted only to indoor fire places
- Can be restricted to Hunger and Thirst levels

Stat levels for Thirst and Hunger thresholds
GREAT = 0
HIGH = 1
MEDIUM = 2
LOW = 3
CRITICAL = 4

- If the hunger/thirst threshold is not being passed, it won't activate the regeneration modifier.

Default config:

{ "HealRadius": 10.0, "HealTreshold": 100.0, "BloodTreshold": 5000.0, "HungerThreshold": 1, "ThirstThreshold": 1, "HealthRatePerTick": 10.0, "BloodRatePerTick": 10.0, "IndoorOnly": 0, "TickIntervalInactive": 10.0, "TickIntervalActive": 2.0, "NotificationHealEnded": "Goodbye my lovely fireplace!", "NotificationHealStarted": "Ho Ho Ho... I'm getting much better now.", "NotificationHungerAndThirst": "Player is too hungry or thirsty to heal", "NotificationHealthIncrement": "Player's health is increasing", "NotificationBloodIncrement": "Player's blood is increasing", "NotificationHealthReached": "Player's health is full", "NotificationBloodReached": "Player's blood is full" }

You can setup the config file up to your requirements. If you leave the notification fields empty, no notifications will be shown. TickIntervalInactive is the interval of modifier being ticked until is Active. Be careful about this value and do not set it under 1.0. It's not really necessary to make tick so often.

Documentation here[dayz.foxapo.com]
Github here[github.com]

Thank you for checking out my Mod. Creating and maintaining mods takes time and effort, but I enjoy every moment of it. If you've found my Mod useful, entertaining, or it has enhanced your gaming experience in any way, and you feel inclined to support my work, I would sincerely appreciate any contribution you can make.

Donations are completely optional and not expected, but they do go a long way in helping me continue developing and improving this Mod. Your generosity enables me to invest more time and resources into creating new features, fixing bugs, and providing ongoing support to the community.

If you're interested in making a donation, you can find a link below. Every contribution, no matter the size, is highly valued and gratefully received. Your support means a lot to me, and it motivates me to keep pushing the boundaries of what's possible.

Thank you for considering a donation, and thank you for being a part of this amazing community. Happy gaming!

Donate here[paypal.me]
22 Comments
porohok66 2 Oct @ 9:00am 
работает в 25 году?
andrew 14 Oct, 2024 @ 2:38pm 
Hi is there any conflict with zen sleep as that uses the fire too thanks 🙏
Shadow 8 Sep, 2024 @ 8:33pm 
now this is a warmth thing
Büskermolen 4 May, 2024 @ 1:27am 
Undefined function 'FireRegenServer.GetRPCManager'
Otchevash 28 Sep, 2023 @ 7:07am 
hello! can I repackage my server's mod?
Sado123 27 Jul, 2023 @ 3:02pm 
Türkiye'nin tüm DayZ oyuncularına açık Steam grubumuza davetlisiniz. DayZ oynarken yeni bir takım arkadaşına ihtiyaç duyuyorsanız burda bulabilir, birlikte başka oyunlar oynayabilirsiniz.

https://gtm.steamproxy.vip/groups/dayzturkiyetoplulugu

Hi survivors 🙂 If you want to stay alive come in our steam group or maybe just you need help about how you install the mods or how you can do fire in dayz. You can get any helps about dayz only you need to come in our steam group and play in our server.
Elderson McSweeney 26 Jul, 2023 @ 11:06am 
Great mod. Can you make a way for us server owners to place a perma fire in staged areas to use as resting places, vs every fire made being able to do regen? It would help with PvE servers creating gathering points.
Feely4 23 Jul, 2023 @ 2:25am 
Deceased, take it
/profiles/CRDTN/FireRegen/World.json

{
"HealRadius": 5.0,
"HealTreshold": 100.0,
"BloodTreshold": 5000.0,
"HungerThreshold": 1,
"ThirstThreshold": 1,
"HealthRatePerTick": 5,
"BloodRatePerTick": 50,
"IndoorOnly": 0,
"TickIntervalInactive": 10.0,
"TickIntervalActive": 10.0
}
Deceased 22 Jul, 2023 @ 4:58pm 
That works too I suppose, but a config would be nice nonetheless! :)
freeman  [author] 22 Jul, 2023 @ 4:55pm 
@Deceased - if you want to disable the notifications, just leave the notifications fields empty :)