DayZ
62 ratings
CRDTN Core
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
96.948 MB
9 Aug, 2023 @ 4:07pm
5 Dec, 2023 @ 12:42pm
19 Change Notes ( view )

Subscribe to download
CRDTN Core

In 1 collection by freeman
CRDTN Gameplay
27 items
Description
CRDTN Core

UPDATE
sVisual, sGunplay and sFramework issues?
Update all your SUDE mods to the experimental


Client/Server side mod as a foundation for other CRDTN mods. It's a simple package with various functions that can be used across multiple mods and server owners can benefit from those in their custom mods. This mod includes classes related to server side only as well. They are part of the implementation and relevant scripts are run on server only. You can also use this mod as allows server owners extend their game experience by adding my notification UI and custom sounds.

For those who are not very familiar with scripting, I would suggest to take a look on the documentation or join my discord and ask for help. It's a nice simple mod which can help you to get things sorted out and maybe understand better how to structure a simple mod.

REPACK IS NOT ALLOWED!
Repacking of this mod is strongly prohibited in any ways and does not bring you any benefit. Due to automatic detection you will be resulted with DMCA. Please make sure you're using the proper mod from this workshop page unless you're a partner and can get access to the source code so you can pack it yourself.

Features in nutshell:

- Rest Api Wrapper here[dayz.foxapo.com]
- File Logger here[dayz.foxapo.com]
- Event handler here[dayz.foxapo.com]
- Sound upon login to game
- Generic UI List Entry and UI Menu
- Post Processing requester
- Preparation of Camera utility class for easier manipulation with camera
- Support for Discord hooks

Support of Cyrillic (Russian letters)
"CRDTN_Notifications": "CRDTN_Core/Layouts/Notifications/notification_element_ru.layout",


Config $profiles/CRDTN/CRDTN_Core.json
{ "CRDTN_ServerName": ">> SERVER NAME <<", "CRDTN_IntroSoundSet": "CRDTN_SoundSet_StalkerSounds_Ambient_09", "CRDTN_NotificationsWrapper": "CRDTN_Core/Layouts/Notifications/notifications.layout", "CRDTN_Notifications": "CRDTN_Core/Layouts/Notifications/notification_element.layout", "CRDTN_UseVanillaNotifications": 0, "CRDTN_DisableIntroNotification": 0, "CRDTN_Debug": 1, "CRDTN_IntroMusic": 1, "CRDTN_AdminList": [ "avCdzuTN2GEbHlqfPk2wXFvUyxW7CVe50bFIWgDCvN0=" ], "CRDTN_Packages": { "COMMENT": "HERE COMES THE URLS FOR THE APIs - For example: http://localhost:9999/api", "service-api": "endpoint" } }

- If you don't like the notification look & feel, you can always use the vanilla notifications by putting the following value in the config to CRDTN_Notifications parameter
gui/layouts/new_ui/notifications/notification_element.layout

Usable sound sets

You can use various Sound Sets from the mod which are licenced or aquired songs with permission from their respective authors. Please bare in mind that commercial usage of these sound effects is strictly prohibited so before you want to use this song in your mod, please raise a support ticket on my discord and we can allow you to use it. There is no need to steal this thing and do it without a permission. Some songs are used from the bought asset packs for Unity and some are acquired with the permission from Good Malware or Magnality. Both authors are members of my discord channel so if you want to contact them, do not hesitate to join the discord and write them a message.

- Stalker Sounds CRDTN_SoundSet_StalkerSounds_Pda_Alarm CRDTN_SoundSet_StalkerSounds_Pda_Communication_Lost CRDTN_SoundSet_StalkerSounds_Pda_Guide_2 CRDTN_SoundSet_StalkerSounds_Pda_News CRDTN_SoundSet_StalkerSounds_Pda_Objective CRDTN_SoundSet_StalkerSounds_Pda_Tip CRDTN_SoundSet_StalkerSounds_Pda_Welcome CRDTN_SoundSet_StalkerSounds_Pda_Spot_Discovered - Various ambient noises CRDTN_SoundSet_StalkerSounds_Ambient_01 CRDTN_SoundSet_StalkerSounds_Ambient_02 CRDTN_SoundSet_StalkerSounds_Ambient_03 CRDTN_SoundSet_StalkerSounds_Ambient_04 CRDTN_SoundSet_StalkerSounds_Ambient_05 CRDTN_SoundSet_StalkerSounds_Ambient_06 CRDTN_SoundSet_StalkerSounds_Ambient_07 CRDTN_SoundSet_StalkerSounds_Ambient_08 CRDTN_SoundSet_StalkerSounds_Ambient_09 CRDTN_SoundSet_StalkerSounds_Ambient_10 CRDTN_SoundSet_StalkerSounds_Ambient_11 CRDTN_SoundSet_StalkerSounds_Ambient_12 CRDTN_SoundSet_StalkerSounds_Ambient_13 CRDTN_SoundSet_StalkerSounds_Ambient_14 CRDTN_SoundSet_StalkerSounds_Ambient_15 CRDTN_SoundSet_StalkerSounds_Ambient_16 CRDTN_SoundSet_StalkerSounds_Ambient_17 CRDTN_SoundSet_StalkerSounds_Ambient_18 CRDTN_SoundSet_StalkerSounds_Ambient_19 CRDTN_SoundSet_StalkerSounds_Ambient_20 - Alarm sound CRDTN_Core_SoundSet_Sound_Alarm - Music CRDTN_Core_SoundSet_Music_Zone CRDTN_Core_SoundSet_Music_InvisibleThreat CRDTN_Core_SoundSet_Music_OldOne

Usable fonts

You can also use the font from my mods which is public font called Rajdhani from google fonts.

// Light CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light16 CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light20 CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light22 CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light24 CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light26 CRDTN_Core/data/fonts/Rajdhani-Light/Rajdhani-Light28 // Medium CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium12 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium14 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium16 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium22 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium28 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium48 CRDTN_Core/data/fonts/Rajdhani-Medium/Rajdhani-Medium58 // Bold CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold12 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold14 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold16 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold22 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold28 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold48 CRDTN_Core/data/fonts/Rajdhani-Bold/Rajdhani-Bold58 Discord here[discord.gg] Documentation here[dayz.foxapo.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. [www.buymeacoffee.com] Thank you for considering a
12 Comments
Grabs ⊹ 11 Aug, 2024 @ 12:19pm 
Is it possible to put a custom sound at the beginning?
freeman  [author] 19 Nov, 2023 @ 3:26pm 
Notifications removed and placed as a separate mod. Now you should not have these annoying issues.
GeorgeJB 21 Oct, 2023 @ 9:30pm 
Changing the CRDTN_Notifications parameter to gui/layouts/new_ui/notifications/notification_element.layout does not work either
GeorgeJB 21 Oct, 2023 @ 8:25pm 
CRDTN Notifications still show with "CRDTN_UseVanillaNotifications":1,
THCheddar420 16 Aug, 2023 @ 4:20pm 
ive found the problem anyways ( compatibility problems with @CJ187-ArmedMines ) :)
freeman  [author] 16 Aug, 2023 @ 4:04pm 
Please, join the discord if you have issues and let me know. I strongly doubt that you have lags because of this. It's not taking the performance in general.
THCheddar420 16 Aug, 2023 @ 3:35pm 
and it wont remove?? even after completely removing it my server wont start without it??
THCheddar420 16 Aug, 2023 @ 3:26pm 
cool mod but ive had to remove it as im getting a lot of server lag!?
Шамп 12 Aug, 2023 @ 11:18am 
welp that's about as far as my modding knowledge goes for servers, for now I took it off so I can keep playing lol