You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a NH DialogueTree XML, if you copy paste dialogue from the vanilla game, it gets treated as totally new lines instead of being translated. According to Xen, this is a bug.
What was supposed to happen?
Lines were supposed to be translated since they are identical to existing lines in the vanilla game.
xen-42
changed the title
Copy-pasted vanilla dialogue does not get translated
Copy vanilla dialogue translations if English contents is identical
Oct 5, 2024
To implement this we'd need to load the english translation XML manually (it isn't loaded if your game is in French), then reverse the dictionary so we can get keys from values, see if there is a value matching our string, grab its key, then look up that key in the loaded language xml.
What Happened?
In a NH DialogueTree XML, if you copy paste dialogue from the vanilla game, it gets treated as totally new lines instead of being translated. According to Xen, this is a bug.
What was supposed to happen?
Lines were supposed to be translated since they are identical to existing lines in the vanilla game.
Platform
Steam
Mods
Logs
No response
The text was updated successfully, but these errors were encountered: