Sign in to follow this  
Filcz

Adding new journal entry

Recommended Posts

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 :)

Journal.PNG.ea4c6cb958ecf8572625c5d114249d5e.PNG

Share this post


Link to post
Share on other sites

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.)

  • Thanks 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this