Filcz Posted June 12, 2018 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
Kexikus Posted June 12, 2018 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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.