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
Надеюсь, в этом году уже сделаю. Так планировал. :)