Posts: 235
Threads: 34
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Nov 2011
Reputation:
0
hi all, i m trying to put options to change language at my launcher, and i need understand this.
my problem:
i have changed my nation to
Login Server = 8
Game Server = 8
ps.dta Country 8
t_clientversion = 0 to 20000
but the client show me a msg invalid version.
what i need to change for now?
i think need make changes at the engine. but how make this? how i change nation at the engine?
Posts: 44
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2013
Reputation:
0
newproject_data -> t_clientversion -> change value to min -> 1 | max -> 20000
Posts: 235
Threads: 34
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Nov 2011
Reputation:
0
thx @VRocker the noob i m
the brasil = 10
@VRocker show me this. 10 = 0a in hex
Posts: 28
Threads: 4
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
only need change to nation id in game server, login server and client change all "_usa", only rename for "_brz"
Posts: 235
Threads: 34
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Nov 2011
Reputation:
0
already fixed. thx all
@VRocker show me this. 10 = 0a in hex
Posts: 174
Threads: 45
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
How to change to thai version? or change type of keybord to thai lang?
Posts: 235
Threads: 34
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Nov 2011
Reputation:
0
//#define LC_KOR 0 // ±¹³»
//#define LC_TWN 1 // ´ë¸¸ - Çõ¸Ã
#ifdef LC_TWN
#define LC_TWN2 2 // ´ë¸¸ - õÇôë¶õ, LC_TWN°ú µ¿½Ã¿¡ ¼³Ã¤Çؾß ÇÔ
#endif // LC_TWN
//#define LC_CHN 3 // Ãß±¹
//#define LC_TLD 4 // ű¹
//#ifdef LC_TLD
//#define LC_TLD_ENG 5 // ű¹ ¿µ¾î
//#endif // LC_TLD
//#define LC_JPN 6 // Àú»
//#define LC_MAL 7 // ¸»·¹À̽þÆ
#ifdef LC_MAL
#define LC_MAL_ENG 8 // ¸»·¹ÀÌ½Ã¾Æ ¿µ¾î
#endif // LC_MAL
//#define LC_USA 9 // ¹Ì±¹
//#define LC_BRZ 10 // ºê¶óÃú
//#define LC_HBK 11 // È«Äá
#ifdef LC_HBK
#define LC_HBK_ENG 12 // È«Äá ¿µ¾î
#endif // LC_HBK
//#define LC_GER 13 // µ¶ÀÃ
Posts: 174
Threads: 45
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
What nation offset ps.dta?