Solved NPC Dialog Text Problem

Status
Not open for further replies.

rhyxx

New member
Registered
Joined
Oct 5, 2024
Messages
8
Reaction score
1
Points
3
Ola! I'm newbie here.
I'm trying to setup Retail v21.2 and i had a problem in regards with the NPC Dialog.

Can someone help me here im totally noob as of now and trying to educate myself.
 

Attachments

  • Untitled.png
    Untitled.png
    993.9 KB · Views: 32
Solution
Retail 21.2 is not fully translated. You will have to translate the files that are still in Korean into English manually and/or with the help of Google or something similar.
The main one is the "WorldDialog.txt" file.

If you want to do a full translation for the entire game, you will also need to look at these files:
12.png

As for the files that appear missing in the log...
Go to Source/GameSource/_interface/Tolltip.h

change:

Hey There!
Please login and(or) register to see this awesome content today.

to
Hey There!
Please login and(or) register to see this awesome content today.

(basically remove "SECOND_TT" which ends up increasing the value of MAX_TT, causing the error in CToolTip::InitTexture())
Retail 21.2 is not fully translated. You will have to translate the files that are still in Korean into English manually and/or with the help of Google or something similar.
The main one is the "WorldDialog.txt" file.

If you want to do a full translation for the entire game, you will also need to look at these files:
12.png

As for the files that appear missing in the log...
Go to Source/GameSource/_interface/Tolltip.h

change:

Hey There!
Please login and(or) register to see this awesome content today.

to
Hey There!
Please login and(or) register to see this awesome content today.

(basically remove "SECOND_TT" which ends up increasing the value of MAX_TT, causing the error in CToolTip::InitTexture())
 
  • Like
Reactions: rhyxx
Solution
Retail 21.2 is not fully translated. You will have to translate the files that are still in Korean into English manually and/or with the help of Google or something similar.
The main one is the "WorldDialog.txt" file.

If you want to do a full translation for the entire game, you will also need to look at these files:
View attachment 723

As for the files that appear missing in the log...
Go to Source/GameSource/_interface/Tolltip.h

change:

Hey There!
Please login and(or) register to see this awesome content today.

to
Hey There!
Please login and(or) register to see this awesome content today.

(basically remove "SECOND_TT" which ends up increasing the value of MAX_TT, causing the error in CToolTip::InitTexture())

Thanks! I Fixed the problem because of your help.
 
This was fixed in another post I'm on the phone or id link you to it. Someone provided a translated file it's somewhere around here lmao.

Also be aware the 21 files do have issues, it can also be duped on as well...
 
Status
Not open for further replies.