Jump to content

Recommended Posts

Hi ^_^ ,

I need Change APP_TITLE From C++

The Normal :-

Root > localeinfo.py > APP_TITLE

XXo72pm.png

I need Change From Source Not Root

---------------------------------

 

I want  change the Clinet name From C++

metin2clinet.exe

And Thank's :)

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/13898-change-title-of-client-from-src/
Share on other sites

//@Src/Client/UserInterface/PythonApplicationModule.cpp
//1.) Search:
if (!rkApp.Create(poSelf, szName, width, height, Windowed))
//2.) Replace with:
//szName = APP_TITLE;
if (!rkApp.Create(poSelf, APP_TITLE, width, height, Windowed))

//@Src/Client/UserInterface/Locale_inc.h
#define APP_TITLE "Metin2 - Action Oriental MMORPG"

 

  • Love 1
  • 1 month later...
On 03/11/2016 at 0:18 PM, VegaS said:

//@Src/Client/UserInterface/PythonApplicationModule.cpp
//1.) Search:
if (!rkApp.Create(poSelf, szName, width, height, Windowed))
//2.) Replace with:
//szName = APP_TITLE;
if (!rkApp.Create(poSelf, APP_TITLE, width, height, Windowed))

//@Src/Client/UserInterface/Locale_inc.h
#define APP_TITLE "Metin2 - Action Oriental MMORPG"

 

dont work here

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.