Jump to content
  • 0

Removing the help message text on login


Tranquility

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   17
  • Joined:  01/29/15
  • Last Seen:  

Hello everyone,

 

I have been searching around and found this topic about the subject, but changing langtypes isn't always ideal.

So I investigated to null-out the HelpMsgStr in the client and this indeed works without having to modify any lua files, however it also ruins the /h command in-game.

One more thing, I noticed only 1 line remains intact in all these modifications, but apparently it isn't taken from the helpmsgstr.lua, which is:

"Please remember, programs running in the background while playing may affect the game's performance."

 

Question: Is it possible to remove the help message on login in another way?

If it is just changing the langtype, my improvised hex or removing the information in the helpmsgstr.lua then I guess we'll have to do with no help message at all =P

 

Any insights on this?

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  156
  • Reputation:   62
  • Joined:  11/24/14
  • Last Seen:  

by disabling it ingame (public log) :

image.jpg

 

or through ChatWndInfo_U.lua :

option1 = 0,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

I think your using 0 langtype on your clientinfo? try to change it to 1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   17
  • Joined:  01/29/15
  • Last Seen:  

Thanks for mentioning that.

However, I know that changing the langtype works, but I am wondering what makes it appear in langtype 0 and rather solve the issue than work around it.

Is this defined server side somewhere?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   17
  • Joined:  01/29/15
  • Last Seen:  

My hero :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/07/13
  • Last Seen:  

My Hero²

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...