Change Language ....

All Helbreath Client Source Discussion here.
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

Can I have your files?
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
gwaycc
just visiting
Posts: 9
Joined: Fri Apr 09, 2004 1:39 pm

Post by gwaycc »

Remove the code in Game.cpp

if( (cMsgType==0) || (cMsgType==2) || (cMsgType==3) )
{
if( m_Misc.bCheckIMEString(cTemp)==FALSE ) return;
}

and


if( (G_cTxt[0]=='!') || (G_cTxt[0]=='~'))
{ if( m_Misc.bCheckIMEString(G_cTxt) == FALSE ) return;
}
schooltv
noob
Posts: 17
Joined: Thu Apr 20, 2006 8:19 am

Post by schooltv »

gwaycc wrote: Remove the code in Game.cpp

if( (cMsgType==0) || (cMsgType==2) || (cMsgType==3) )
{
if( m_Misc.bCheckIMEString(cTemp)==FALSE ) return;
}

and


if( (G_cTxt[0]=='!') || (G_cTxt[0]=='~'))
{ if( m_Misc.bCheckIMEString(G_cTxt) == FALSE ) return;
}
Then how to do?

Can you tell me?
jaysmart
noob
Posts: 16
Joined: Thu Nov 04, 2004 4:31 am

Post by jaysmart »

gwaycc wrote: Remove the code in Game.cpp

if( (cMsgType==0) || (cMsgType==2) || (cMsgType==3) )
{
if( m_Misc.bCheckIMEString(cTemp)==FALSE ) return;
}

and


if( (G_cTxt[0]=='!') || (G_cTxt[0]=='~'))
{ if( m_Misc.bCheckIMEString(G_cTxt) == FALSE ) return;
}
thanks ,The problem resolve
schooltv
noob
Posts: 17
Joined: Thu Apr 20, 2006 8:19 am

Post by schooltv »

jaysmart wrote:
gwaycc wrote: Remove the  code in Game.cpp

if( (cMsgType==0) || (cMsgType==2) || (cMsgType==3) )
{
  if( m_Misc.bCheckIMEString(cTemp)==FALSE ) return;
}

and


if( (G_cTxt[0]=='!') || (G_cTxt[0]=='~'))
{        if( m_Misc.bCheckIMEString(G_cTxt) == FALSE ) return;
      }
thanks ,The problem resolve
Can you tell me?
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

schooltv wrote:
jaysmart wrote:
gwaycc wrote: Remove the  code in Game.cpp

if( (cMsgType==0) || (cMsgType==2) || (cMsgType==3) )
{
  if( m_Misc.bCheckIMEString(cTemp)==FALSE ) return;
}

and


if( (G_cTxt[0]=='!') || (G_cTxt[0]=='~'))
{        if( m_Misc.bCheckIMEString(G_cTxt) == FALSE ) return;
      }
thanks ,The problem resolve
Can you tell me?
Keep on quoting, you'll maybe find it.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

Code: Select all

#if DEF_LANGUAGE == 1	// ¾ð¾î:Taiwan
	m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, CHINESEBIG5_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "MingLiu");
#endif
#if DEF_LANGUAGE == 2	// ¾ð¾î:Chinese
	m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, GB2312_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "MingLiu");
#endif
#if DEF_LANGUAGE == 3	// ¾ð¾î:Korean
	m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, HANGUL_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "¹ÙÅÁ");
#endif
#if DEF_LANGUAGE == 4	// ¾ð¾î:English
	//m_hFontInUse = CreateFont(16,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "Comic Sans MS");
	m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "Verdana");
#endif
#if DEF_LANGUAGE == 5	// ¾ð¾î:Japanese
	m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "MS PGothic");
#endif
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
jaysmart
noob
Posts: 16
Joined: Thu Nov 04, 2004 4:31 am

Post by jaysmart »

James! wrote:
jaysmart wrote:
Cleroth wrote: You have to change the font for the Japanese characters to be shown. MSGothic or something.
m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "MS PGothic") ;
???
Nice , Thanks :D
james
Do you have 3.51 lan_chi.h ?
give me :D
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

jaysmart wrote:
James! wrote:
jaysmart wrote: m_hFontInUse = CreateFont(12,0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, NONANTIALIASED_QUALITY, VARIABLE_PITCH, "MS PGothic") ;
???
Nice , Thanks :D
james
Do you have 3.51 lan_chi.h ?
give me :D
test the lang_chi.h of hb2 sources ;)
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
jaysmart
noob
Posts: 16
Joined: Thu Nov 04, 2004 4:31 am

Post by jaysmart »

James! wrote:
Nice , Thanks :D [/QUOTE]
james
Do you have 3.51 lan_chi.h ?
give me :D [/QUOTE]
test the lang_chi.h of hb2 sources ;) [/quote]
hb2 lan_chi.h ===2.20 lan_chi.h
:huh:
conguers
just visiting
Posts: 6
Joined: Wed Apr 26, 2006 12:51 pm

Post by conguers »

yes
isolator
noob
Posts: 28
Joined: Fri Aug 05, 2005 2:37 am

Post by isolator »

is there any chinese helbreath private server up and running?
url plz
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

It's possible to add "ä" "Ä" to language?
Like in finnish language we using "ä" and "Ä".
Can I have some way add these?
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
nachito
just visiting
Posts: 2
Joined: Thu Nov 02, 2006 10:22 pm

Post by nachito »

i need lan_arg.h :)
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

I have most languages, I'll find them and release. I might have to re-make them. And they may be bad because i'm not fluent in most languages..
Post Reply