is it possible to code a Translation into cilent

All Helbreath Client Source Discussion here.
Post Reply
hobbit14
Regular
Posts: 40
Joined: Thu Jul 14, 2005 4:55 pm
Location: Weare,NH

Post by hobbit14 »

i no this is kinda a stupid question but if its possible it might help alot of people out
but anyways i was wondering if its possible to have a translation inside the cilent that u can click on the sentence that the language is in and it will tell u what it says in yr language

i dought its possible but its worth a try asking!
YOUR MY BITCH BOW DOWN! HAHA
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

hmm client size 500mb? 499.1 = translator :)

but to choose language of the client .

make new button Options

there make list of languages.

and if you click on some language client will use that.

oh i like it :) ill make it and will release:)
Dax
<3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Treax2 wrote: hmm client size 500mb? 499.1 = translator :)

but to choose language of the client .

make new button Options

there make list of languages.

and if you click on some language client will use that.

oh i like it :) ill make it and will release:)
Good luck doing multiple languages in the exe. It will be near impossible thanks to stech's idea of having the switch between languages in the source(precompiler deals with it). You'll be there for a few years to complete what will be known as the most pointless addon to these files in years. Most people only read 1 language at a time so recompiling is fine. Your best bet would be to leave it as it is.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

Dax wrote:
Treax2 wrote: hmm client size 500mb? 499.1 = translator :)

but to choose language of the client .

make new button Options

there make list of languages.

and if you click on some language client will use that.

oh i like it :) ill make it and will release:)
Good luck doing multiple languages in the exe. It will be near impossible thanks to stech's idea of having the switch between languages in the source(precompiler deals with it). You'll be there for a few years to complete what will be known as the most pointless addon to these files in years. Most people only read 1 language at a time so recompiling is fine. Your best bet would be to leave it as it is.
when everyone at one point has to learn English as a language, it will make it even more useless.
<i>"Always write good code. Feel bad to write bad code."</i>
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Charles wrote:
Dax wrote:
Treax2 wrote: hmm client size 500mb? 499.1 = translator :)

but to choose language of the client .

make new button Options

there make list of languages.

and if you click on some language client will use that.

oh i like it :) ill make it and will release:)
Good luck doing multiple languages in the exe. It will be near impossible thanks to stech's idea of having the switch between languages in the source(precompiler deals with it). You'll be there for a few years to complete what will be known as the most pointless addon to these files in years. Most people only read 1 language at a time so recompiling is fine. Your best bet would be to leave it as it is.
when everyone at one point has to learn English as a language, it will make it even more useless.
Read before posting. There are already multiple languages in the client and as i said before they are handled by the precompiler not the exe, which is why you dont see a button for spanish/english. You need to compile additional client editions if you want more then 1 language.


If you use the "3.51" client source then don't expect to see them. Snoopy in all his infinite wisdom decided multiple languages were no longer required and removed them from his client, but also decided things such as a jpeg lib was required, makes sense right?
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
DarkWorld
Regular
Posts: 39
Joined: Sat Aug 06, 2005 11:38 am

Post by DarkWorld »

Dax wrote:
Charles wrote:
Dax wrote: Good luck doing multiple languages in the exe. It will be near impossible thanks to stech's idea of having the switch between languages in the source(precompiler deals with it). You'll be there for a few years to complete what will be known as the most pointless addon to these files in years. Most people only read 1 language at a time so recompiling is fine. Your best bet would be to leave it as it is.
when everyone at one point has to learn English as a language, it will make it even more useless.
Read before posting. There are already multiple languages in the client and as i said before they are handled by the precompiler not the exe, which is why you dont see a button for spanish/english. You need to compile additional client editions if you want more then 1 language.


If you use the "3.51" client source then don't expect to see them. Snoopy in all his infinite wisdom decided multiple languages were no longer required and removed them from his client, but also decided things such as a jpeg lib was required, makes sense right?
why the hell did Snoopy remove it what reason was there to
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

DarkWorld wrote:
Dax wrote:
Charles wrote: when everyone at one point has to learn English as a language, it will make it even more useless.
Read before posting. There are already multiple languages in the client and as i said before they are handled by the precompiler not the exe, which is why you dont see a button for spanish/english. You need to compile additional client editions if you want more then 1 language.


If you use the "3.51" client source then don't expect to see them. Snoopy in all his infinite wisdom decided multiple languages were no longer required and removed them from his client, but also decided things such as a jpeg lib was required, makes sense right?
why the hell did Snoopy remove it what reason was there to
I'm guessing, a faster client load or something similar to that thought. Extra languages means Extra size and sluggishness...
Acidx
Member
Posts: 198
Joined: Tue Mar 23, 2004 4:27 am

Post by Acidx »

ADDKiD wrote:
DarkWorld wrote:
Dax wrote: Read before posting. There are already multiple languages in the client and as i said before they are handled by the precompiler not the exe, which is why you dont see a button for spanish/english. You need to compile additional client editions if you want more then 1 language.


If you use the "3.51" client source then don't expect to see them. Snoopy in all his infinite wisdom decided multiple languages were no longer required and removed them from his client, but also decided things such as a jpeg lib was required, makes sense right?
why the hell did Snoopy remove it what reason was there to
I'm guessing, a faster client load or something similar to that thought. Extra languages means Extra size and sluggishness...
actually he wanted the source to be "Compact"
wich in term fucked it up...
Id rather not use that gay source...
i believe ill do what all the good coders are doing..
Code it from 2.20-> up
Minus all of the bullshit...
Not hard.. the only hard thing ive seen was the BW on the sStatus...
Fucking hate it...
But i did manage to code a hg up from 2.20
Not to difficult...
<b>-<span style='color:green'>ACiD-x </span><span style='color:red'> Owning PCs Since 1987</span><br><img src='http://img204.imageshack.us/img204/2245/hackertf5.gif' border='0' alt='user posted image' /><br><img src='http://img509.imageshack.us/img509/6697 ... 4sc4ed.png' border='0' alt='user posted image' /><br><span style='color:orange'>i am Pwn NetGAYLORDS !</span></b><br><span style='color:blue'><br>I Pwn HBUSA =)</span>
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

ADDKiD wrote:
DarkWorld wrote:
Dax wrote: Read before posting. There are already multiple languages in the client and as i said before they are handled by the precompiler not the exe, which is why you dont see a button for spanish/english. You need to compile additional client editions if you want more then 1 language.


If you use the "3.51" client source then don't expect to see them. Snoopy in all his infinite wisdom decided multiple languages were no longer required and removed them from his client, but also decided things such as a jpeg lib was required, makes sense right?
why the hell did Snoopy remove it what reason was there to
I'm guessing, a faster client load or something similar to that thought. Extra languages means Extra size and sluggishness...
Idiot. For the 3rd fucking time, PRECOMPILER!!!! As the name might suggest the PREcompiler is ran before actual compiling of the exe. The precompiler reads the source to see what language file you want the exe built with. The fact that the project has the other languages does not effect the exe because only 1 file is used in the source which makes the exe.

As for why he removed the multiple languages, fuck knows. Why did he remove debug mode? TBH I don't think he ever wanted you guys to have any good source.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

/sigh at all the nubs that think smaller .exe = faster code.. lol
<!--QuoteBegin-crazymnig88+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (crazymnig88)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->by notepad??? it didn't show any code, just show words wif no mean<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin-charlie+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (charlie)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->he'll probably save it as 600pagebook.bmp<br><br>400gb file plzkthnx<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

no it dont load faster but helbreath client > 2mb sux.

but thats my opinion.

so i made that code but it loads english by default and if i change that i have like restart client whitout exiting it. to load that.
if i made there other file Language.txt and there you can choose ur language

DEF_LANGUAGE = *
1 english
2 estonian

then it work but i cant change language in the game. client crush.
possible way to create it i think add new folder name Languages
and there are xml,cfg,txt what ever named what client loads if you change ur language.

but thats pointless to create. hb is almost dead. and need many language packs to hb .



bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Treax2 wrote: no it dont load faster but helbreath client > 2mb sux.
Depends. Obviously your version sucks because right now, over 2mb is debug mode and is slow as hell for running it regularly. Sometimes though larger files run faster. Just depends on what optimizations you set in the properties.. esp favor fast code over small code ;)
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Post Reply