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
Thanks! I missed the notes since alpha test. And WarDog actually remade it back, but I felt I needed more for RP, so I tried extending it a bit. Still needs more cool features. I hope I find time some day.
Not sure I get the idea. Can you give example?
Thanks. Yes, sorry, but the mod must support the text data of my mod. Crates save only known vanilla data. Notes use non-vanilla variables. What mod do you use? I could look inside it and at least try to invent some compatibility patch.
Ah, yes. It is not working on those objects. Developers did not make the geometry for such placement.
I seems attaching the note on anything else than crafted doors/gates/walls works fine
What other mods do you have? Probably something conflicts.
This mod is not rquiring any other versions or DZR mods. CF is the only dependency.
Thank you! Glad you like it.
Is your server running Linux?
Did you try to remove both folders and restart? Also, try not using your FTP to remove them. Use direct Linux access, remote desktop or ssh console.
thank you for providing this mod, it is really nicely done.
I joined the discord but did not find a way to open a ticket and need some help with the mod, if possible.
After installing the mod I noticed, that in my FTP the mod folder "@dzr_notes" is available twice in my server directory.
Both folders contain the same contents, but one has the date of its first installation 05-07-2025
and the other gets the date of the most recent restart.
When removing the oldest folder, all previous wirtten notes will disappear from the game but remain accessible in /profiles/DZR/logs.
Is this supposed to happen?
Thank you in advance.
See my new example in the discusions.
WrittenNoteData m_NoteContents
WrittenNoteData m_NoteContents2
When you make the second note, either use different name fo your variable, or remove the "WrittenNoteData" part before m_NoteContents. Multiple declaration is when you declare:
WrittenNoteData m_NoteContents
WrittenNoteData m_NoteContents
like this.
If you want to reuse your variable, do not decalre it, use again. Liek this:
WrittenNoteData m_NoteContents
m_NoteContents
Надеюсь, в этом году уже сделаю. Так планировал. :)
Скоро исправлю.
try my fix
so outside the dzr_notes_cfg_CFG
Not 1.28 compatible, causes crash.
Плиз фикс
К сожалению, это ограничение движка. Не даёт передать больше 512 байт от сервера к клиенту и обратно. Просто отрезается. Есть у меня прототип в разработке, там 2-5 тыщ знаков помещается, но там не всё так просто. Когда-нибудь доберусь и доделаю. Пока занят.
Stack trace:
BaseFortifications/scripts/4_World/fort_hologram.c:186
What is on line 186 of file fort_hologram.c in the BaseFortifications mod? The error is there. The first script in the stack is the resulting error. My mod is listed just because it also check the action value. But my line 36 is
return super.ActionConditionContinue(action_data);
Which means, "return whatever was called before me".
Before that I call
if (action_data.m_MainItem.IsKindOf("Paper"))
{
return true;
};
That is only dealing with paper.
Class: 'Hologram'
Function: 'EvaluateCollision'
Stack trace:
BaseFortifications/scripts/4_World/fort_hologram.c:186
scripts/4_World/classes\useractionscomponent\actions\continuous\deployactions\actiondeployobject.c:59
czzzz_DzrNotesScripts/4_World/classes\useractionscomponent\actions\actiondeployobject.c:36
scripts/4_World/classes\useractionscomponent\actionbase.c:912
scripts/4_World/classes\useractionscomponent\animatedactionbase.c:406
scripts/4_World/classes\useractionscomponent\actions\actioncontinuousbase.c:23
Yes. This happens when your server database has different scripted variables in some item. If I add a net synced variable to Paper and it was not registered in your database, it will warn you and attempt to fix it inside the database on server start. It also may not fix and crash if there are a lot of items, so it may require a wipe.
Not a coding error, just how engine works unfortunately.
---------------------------------------------
Log C:\Program Files (x86)\Steam\steamapps\common\DayZServer\ServerProfile\crash_2025-03-19_20-52-34.log started at 19.03. 20:52:57
------------------------------------
DISTURBED, 19.03 2025 20:52:57
[EntityAI::OnStoreLoad] :: [WARNING] :: Scripted variables corrupted upon "Paper".
Entity will not be loaded correctly.
Function: 'main'
Stack trace:
$CurrentDir:mpmissions\dayzOffline.chernarusplus\init.c:6
Runtime mode
CLI params: config serverDZ.cfg port 2302 profiles C:\Program Files (x86)\Steam\steamapps\common\DayZServer\ServerProfile adminlog freezecheck noFilePatching cpuCount 8 mod @CF;@Airdrop-Upgraded;@VPPAdminTools;@VanillaPlusPlusMap;@dzr_notes scrAllowFileWrite
I will try separating that feature from the bigger update.
This parameter will be available in the next big update. Cannot tell when, but I hope to finish it in a month or two. It will allow a lot more characters in notes and other cool stuff.
Can you send me you crash and script logs to Telegram or Discord (links in the description above)?