Jump to content
Sign in to follow this  
Oxxy

HULD suggestions

Recommended Posts

HULD stands for "Hercules Ultimate Localization Design".

So, suggestions are:

  1. Add option to choose if u need to create translations for standart NPCs or not?
  2. Create command "@reloadlangdb", which will reset the db/translations.conf? So we don't have to restart server
  3. Ability to translate NPCs display name
  4. Make system messages and console messages be translatable?
  5. Make direct assign of variables work

.@md_name$ = _("Endless Tower");	   //---> doesn't work set .@md_name$, _("Endless Tower");   //---> tested, work fine for me

 

and few questions:

  1. is it possible to translate waitingrooms? like will they show translated things, or it isn't? if no - make them translatable
  2. is it possible to translate dispbottoms? if no - make them translatable
  3. is it possible to translate message script command(not mes, but message)? if no - make them translatable

Edited by Oxxy

Share this post


Link to post
Share on other sites

http://herc.ws/board/topic/9522-suggestion-to-scripts-in-order-to-help-localization/

http://herc.ws/board/topic/9501-suggestion-to-localization-thing/

 

by the default implementation as stated in the topic by ind, it just translate "mes" and "select" strings

Share this post


Link to post
Share on other sites

http://herc.ws/board/topic/9522-suggestion-to-scripts-in-order-to-help-localization/

http://herc.ws/board/topic/9501-suggestion-to-localization-thing/

 

by the default implementation as stated in the topic by ind, it just translate "mes" and "select" strings

goddamit, I should finally start to use "Search" button.

Btw, I know the possible solution to the problem of dispbottom and stuff. We can make @lang assign a PLAYER_LANG variable to some value. Like if you choose @lang English, then the variable PLAYER_LANG will be set to 1. if, for example, you choose @lang Russian, then the value will be set to 2. And then we can manage scripts with this variables. tho this will increase lines in script sometimes by significant amount.

 

if(PLAYER_LANG == 1) { dispbottom "Testing variable"; end; }if(PLAYER_LANG == 2) { dispbottom "Проверка переменной"; end; }

 

that would be pretty ok, if Ind doesnt want to waste really much time.

Edited by Oxxy

Share this post


Link to post
Share on other sites

that is not really necessary, I guess they only need time in order to make everything translatable :P but seems like they are on vocation so all we can do is wait

Share this post


Link to post
Share on other sites

that is not really necessary, I guess they only need time in order to make everything translatable :P but seems like they are on vocation so all we can do is wait

that's the problem actually.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.