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
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)?
When I write on paper it's ok, but when I attach it to the board it crashes server?
Спасибо! Рад, что сделал что-то полезное :) Щас раскачаюсь после праздников и в этом году хочу ещё пару-тройку классных модов сделать. Мод на квесты, триггеры и порталы с экранами прогрузки. Мод на готовку. И к нему допилим мод на запахи. А то там только два запаха, это скорее технодемка, прототип был.
Ну и записки скоро мощно обновятся. Мучаюсь с последними багами.
Там вообще конфликтный мод какой то, у меня этого еще мод один перестал корректно работать.
Я просто был уверен, что удалил ранее тот мод, поэтому не мог понять что происходит и написал. А потом решил еще раз перепроверить и вот.
Не за что. А что было? Расскажи, пожалуйста. Может кому тоже поможет разобраться.
Надо смотреть логи. На простой бумаге работает? Записка админская наверное?
Напиши в телегу @Zvukoper
Разберёмся. Но логи точно нужно смотреть на клиенте и на сервере.
Подскажите, появилась такая проблема. В игре, когда перетаскиваешь ручку на листок чтобы написать, открывает листок и написано: Error Loading text и нельзя ничего написать, при закрытии игра начитает виснуть, прочитать написанные записки также нельзя. До сегодня использовал мод и таких проблем не было. Что может быть?