Jump to content
dragontechi

system notice

Recommended Posts

Hello @dragontechi!

 

For GameServer.exe version 1.36 this message is hardcoded in the .exe, for GameServer.exe version 1.38 it is in the file en_US.res (GM_WEATHER_CPP_00001).


Share this post


Link to post
Share on other sites
1 minute ago, V3ct0r said:

Hola @dragontechi!

 

Para GameServer.exe versión 1.36 este mensaje está codificado en el .exe , para GameServer.exe versión 1.38 está en el archivo en_US.res  ( GM_WEATHER_CPP_00001 ).

any way to modify it is that everything is glued

Share this post


Link to post
Share on other sites
1 hour ago, dragontechi said:

any way to modify it is that everything is glued

1) Decompile en_US.res to en_US.txt;

2) Find the following string:

GM_WEATHER_CPP_00001 { "Weather: Current sea{0} {1}nearby will occur{2}" }

3) Replace it with:

GM_WEATHER_CPP_00001 { "Weather: Current sea ({0}, {1}) nearby will occur {2}." }

4) Compile en_US.txt to en_US.res back.

 

 

 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites
50 minutes ago, V3ct0r said:

1) Decompile en_US.res to en_US.txt;

2) Find the following string:


GM_WEATHER_CPP_00001 { "Weather: Current sea{0} {1}nearby will occur{2}" }

3) Replace it with:


GM_WEATHER_CPP_00001 { "Weather: Current sea ({0}, {1}) nearby will occur {2}." }

4) Compile en_US.txt to en_US.res back.

 

 

 

excellent problem solved

image.png.3f236c26cb76e902b0b35e54555fe1b2.png

  • Thanks 1

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.


×
×
  • Create New...