Filcz 0 Posted June 12, 2018 Hello! I wanted to add an entry to the journal in dialog with my npc. I have red a few tutorials but they weren't really clear to me. I know that I have to edit file global.jrl but here's the problem. I don't really know what to do with those StringRefs. In the tutorials it was just said that "name" node is for the entry name and "text" node is for whatever is inside. I will be very greatful for any help in this matter Quote Share this post Link to post Share on other sites
Kexikus 994 Posted June 12, 2018 That StringRef is a reference to a line in dialog.tlk. That gives you two options: 1. Add new lines to dialog.tlk using TalkEd and reference those lines for your journal. 2. Set the reference to -1 and define the line in the global.jrl. To do the latter, rightclick the StringRef value after you've set it to -1 and select "Add String" or something similar. That will add a localized string for English. Enter your text and you're good to go (as long as you're actually playing the game in English.) 1 Quote Share this post Link to post Share on other sites
Filcz 0 Posted June 12, 2018 Great it works! Thank you Quote Share this post Link to post Share on other sites