[Release] 2018 Clients translated tipbox

Cabrera

New member
Messages
81
Points
0
Age
30
Location
Under Your Bed~
Emulator
Hercules
Hello everyone, I present to you a modified tip box which has been completely translated to English. 

Tested on: 2018-04-04c RagexeRE and worked like a charm.

In your System folder in Client side, replace your tipbox.lub with my translated tipbox i have attached below:

View attachment tipbox.lub

Then, Patch your client with whatever settings you want and then open the patched client in hexeditor ( I used XV132 for this)

IMPORTANT NOTE : Make sure you hex a "patched" client. DO NOT do it on an unpatched client or else NEMO will show errors for random "recommended patches" that you select while patching it.

Find the following and replace with hex for english translation :

for checkbox: BD C3 C0 DB C7 D2 20 B6 A7 20 BF AD B1 E2
English translation: 53 61 76 65 20 54 69 70 3F 20 20 20 20 20

for close button : B4 DD B1 E2
English translation : 44 6F 6E 65

(korean translation of close has only 4 strings so I had to replace it with "Done" to match the string size -_-)


OR go to your NEMO folder/patches/TranslateClient.txt and add this at the end of it then patch your clients: (Thanks to @Asheraf for telling me about this xD)

M: Translate Tip box
------------------------------

F: BD C3 C0 DB C7 D2 20 B6 A7 20 BF AD B1 E2
R: 'Save Tip?'

F: B4 DD B1 E2
R: 'Done'


if you did everything as said, this will be your result :

Old tip box:

screenshot.jpg

New translated tipbox:

Screen new.jpg

-- On a funny Note, I had no clue what the korean translation for the Check box was LOL so I just randomly translated it to "Save tip?" instead cuz it was a logical solution LMAO 

 
Last edited by a moderator:
-- On a funny Note, I had no clue what the korean translation for the Check box was LOL so I just randomly translated it to "Save tip?" instead cuz it was a logical solution LMAO 
It means something like "Open Tips on Login" but isn't functional. 

Anyways, I recently played a lot with the Tipbox and even "translated" the screenshots (basically I did a setup with same char in same situation etc.). But what brought me here is the problem with putting Links in the Tipbox. I saw in your release you did no linking at all. Did you encounter it as well?

The Problem is, it puts the Link Text twice and messes up as the blue text is not overlaying the original one, but is a bit more to the right.

e3238ca9d461225f6ac58ea1463cd129.png


anyone got an idea how to fix that link text?

edit: i found the \n to be the cause of the problem. without it:

c77d8dd3a80b4a69493a3b7961187268.png


 
Last edited by a moderator:
It means something like "Open Tips on Login" but isn't functional. 

Anyways, I recently played a lot with the Tipbox and even "translated" the screenshots (basically I did a setup with same char in same situation etc.). But what brought me here is the problem with putting Links in the Tipbox. I saw in your release you did no linking at all. Did you encounter it as well?

The Problem is, it puts the Link Text twice and messes up as the blue text is not overlaying the original one, but is a bit more to the right.



anyone got an idea how to fix that link text?

edit: i found the \n to be the cause of the problem. without it:

Mine did it from scratch. putting more information and pictures



 
Interesting. I wonder if it's my class clientversion or a diff I use.

But yours can also display those >> arrows, which Langtype do you use? They don't work in Langtype 1

 
@Ridley  @Haikenz Hi! I just want to ask how did you manage to change the picture at the left side of the tip box?

I am using 2018-06-21aRagexeRE client, and the default translation from zackdreaver but the image doesnt seem to load and it's looking for a sprite file which i'm so confused. Someone help me please!

Untitled.jpg

 
Last edited by a moderator:
@Haikenz how did you manage to do that arrow thingy (>>) and how did you manage to make the text and the link overlap each other, because the link is a little bit on the right of the text. Can you please teach us on how did you do it? thanks!

 
Has anyone managed to solve the overlayer text problem?
This just workaround, The newline "\n" is causing overlapping text, so just move the symbol, e.g. ▶ out of <TIPBOX>.

For example:

"This is normal text\nSecond Line\n▶ <TIPBOX>Just The Tip <INFO>LINK_ID</INFO></TIPBOX>"


I try this and it's worked!

 
Last edited by a moderator:
Back
Top