Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to build a Traditional Chinese ran server.

Newbie Spellweaver
Joined
Aug 3, 2011
Messages
36
Reaction score
0
1、I edit the param.ini file like this:
Code:
[SERVER SET]
LoginAddress = 192.168.1.112
HttpAddress = http://grandgaming.net/
strNewsURL = http://grandgaming.net/rules.php
strConnectionURL = 64.74.97.153
bUsePassiveDN = 0
nChinaRegion = 8
;
[GUI OPTION]
; FontType = [D3DFONT,D3DXFONT]
; LangSet = [def=0, chn_tra=1, jp=2, kr=3, chn_sim=4, th=5, vn=6]
; GDIFont = [蹈框眉,Fixedsys]
strFontType = D3DXFONT
[B]dwLangSet = 1[/B]
[B]strGDIFont = MingLiu[/B]
bShadowFont = 1
;
[TEXT FILE]
; 惫啊喊 可记篮 XML颇老狼 怕弊 可记苞 老摹秦具 茄促.
[B]strCountry = tw[/B]
strLauncherText = Launcher.xml
strGameInText = gameintext.xml
strGameExText = gameextext.xml
strGameWord = gameword.xml
strServerText = servertext.xml
strUIOuterCfg = UIOuterCfg.xml
strUIInnerCfg01 = UIInnerCfg01.xml
strUIInnerCfg02 = UIInnerCfg02.xml
strUIInnerCfg03 = UIInnerCfg03.xml
strUIExtCfg = UIExtCfg.xml

2、I translate all the english str to traditional chinese in "gameintext.xml"、" gameextext.xml"、"gameword.xml" files.

3、seach and replace "pe" to "tw"

but i got a lot of errors like "[GAME TEXT ERROR]Not exist text keyword : IDS_MESSAGE"。

please help me to slove this. thx
 
Newbie Spellweaver
Joined
Nov 18, 2010
Messages
46
Reaction score
0
1、I edit the param.ini file like this:
Code:
[SERVER SET]
LoginAddress = 192.168.1.112
HttpAddress = http://grandgaming.net/
strNewsURL = http://grandgaming.net/rules.php
strConnectionURL = 64.74.97.153
bUsePassiveDN = 0
nChinaRegion = 8
;
[GUI OPTION]
; FontType = [D3DFONT,D3DXFONT]
; LangSet = [def=0, chn_tra=1, jp=2, kr=3, chn_sim=4, th=5, vn=6]
; GDIFont = [蹈框眉,Fixedsys]
strFontType = D3DXFONT
[B]dwLangSet = 1[/B]
[B]strGDIFont = MingLiu[/B]
bShadowFont = 1
;
[TEXT FILE]
; 惫啊喊 可记篮 XML颇老狼 怕弊 可记苞 老摹秦具 茄促.
[B]strCountry = tw[/B]
strLauncherText = Launcher.xml
strGameInText = gameintext.xml
strGameExText = gameextext.xml
strGameWord = gameword.xml
strServerText = servertext.xml
strUIOuterCfg = UIOuterCfg.xml
strUIInnerCfg01 = UIInnerCfg01.xml
strUIInnerCfg02 = UIInnerCfg02.xml
strUIInnerCfg03 = UIInnerCfg03.xml
strUIExtCfg = UIExtCfg.xml

2、I translate all the english str to traditional chinese in "gameintext.xml"、" gameextext.xml"、"gameword.xml" files.

3、seach and replace "pe" to "tw"

but i got a lot of errors like "[GAME TEXT ERROR]Not exist text keyword : IDS_MESSAGE"。

please help me to slove this. thx


Any error or omission in the Gui what are the error, you just need to find the error message at the clien will see, often due to lack of letters or signs are vulnerable
 
Upvote 0
Chinese Developer
Banned
Joined
Apr 6, 2019
Messages
358
Reaction score
53
just double confirm option.ini fonttpye and param.ini dwlangset and fonttype
 
Upvote 0
Back
Top