• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Anyone know why I'm getting this error

Sorrowthief

New member
I like to use the part of the quest code that makes the tooltip quest thing pop up with information for my players like the starter quest.

Code:
<action type="ShowTip" value="tutorialTipQuest18" />
The problem is after the first two tips any others that you add after that result in this error. I believe it's because journal entries are hard coded and don't save. I did not think the quest tips were Journal entries. In alpha 14 I had tons of these popup tips and it was never an issue or an error. I do not care if I loose the ability to make journal entries but I would like to be able to use as many popup tips as I see fit. Does anyone know a work around or perhaps something I can take out of the localization files to prevent this.

ErrorJournal.JPG

 
I believe new entries require dll changes. There was a tutorial around somewhere for a16, should still be the same basic thing.

 
You may be able to edit your "Localization - Quest.txt" to add the "tutorialTipQuest18" tag. (It would not display to others unless they have your Localization - Quest.txt file in their individual game directories, however)

Another possibility is to just use the text you want to display in the value="Your Text Here" and that might work. It does for things like name_key and desc_key for other XML tags.

 
Back
Top