Quest log ignores localization TextTable

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Maltakreuz
Posts: 40
Joined: Sat Jul 25, 2015 2:36 pm

Quest log ignores localization TextTable

Post by Maltakreuz »

I want to localize <no active quests> and <no completed quests> messages in quest log. This seems pretty straightforward task, since StandartUIQuestLogWindow already has a prop to assign TextTable exactly for theese two strings. But it simple does not work. Is this a bug? (I am pretty sure my text-table keys are spelled correctly.)

Can you confirm/decline this bug?
Is there any workaround for that?
For now i just leave theese fields empty, is a kind of workaround too.
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest log ignores localization TextTable

Post by Tony Li »

Hi,

The localization field needs to exactly match the quest log window's string. The No Active Quests Text field defaults to "No Active Quests". This means your text table key needs to be exactly "No Active Quests".

Make sure that the text table with this key is assigned to the quest log window. If no text table is assigned to the quest log window, it will check the text table assigned to the Dialogue Manager.
Post Reply