Client rebuild

All Helbreath Client Source Discussion here.
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

bone-you wrote:
tester wrote:
bone-you wrote: lol what's up with hb2. What happened and why did it disappear?
IRL > HB2

xDxD


Cheers Tester
haha true true. Some of the features looked so promising. I looked forward to some (not so much others like the class system x.x) and then it just disappeared.

Anyway, with this client, I really want to remake the HG too. Dax and I had a thinking session and we thought of dynamic HGs in the Log server that can be loaded with a click of a button in its own separate thread and all. Given it'd have to be very stable, it's a pretty good idea. No more gateserver or anything. Gateserver would turn into a simple function for() loop xD

Dynamically loading so that you can still open/close the hgs like normal. I think I just may attempt it because I already have my logs and now working on the client. It'd be an entire game rebuild at that point ^^

The HG needs more recoding than the client does anyway.
Shitloads of work tbh, but whatever makes u happy xD



Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Here's the converter. It serves as a full converter and as a single pak converter. It also converts between my method back to bmp and vice versa allowing an easy drag-drop editing :P

It can also extract full .paks too. ^^

Basically you'd use it on a fresh install and then add in your custom paks by single conversion.

It'll be publicly released as my client will only be able to read my image structure and not .paks :P
<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.
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

Press the ANY key to quit.

sorry couldn't keep that one to myself lol
<i>"Always write good code. Feel bad to write bad code."</i>
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

bone-you wrote: Here's the converter. It serves as a full converter and as a single pak converter. It also converts between my method back to bmp and vice versa allowing an easy drag-drop editing :P

It can also extract full .paks too. ^^

Basically you'd use it on a fresh install and then add in your custom paks by single conversion.

It'll be publicly released as my client will only be able to read my image structure and not .paks :P
Nice concept, hoping to see some early results from it soon :P


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Charles wrote: Press the ANY key to quit.

sorry couldn't keep that one to myself lol
I had to put that there. :lol:



DInput is being mad gay so I'm ripping it to pieces right now.


Now that I see my G15's LCD, I got 98% ram usage of 4gb. From all the debugging and process halting I must have run this shit up to the roof. I guess a restart is in order xD That might be why.
<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.
Drazz
Regular
Posts: 52
Joined: Mon Dec 08, 2003 4:10 pm
Contact:

Post by Drazz »

bone-you wrote: Here's the converter. It serves as a full converter and as a single pak converter. It also converts between my method back to bmp and vice versa allowing an easy drag-drop editing :P

It can also extract full .paks too. ^^

Basically you'd use it on a fresh install and then add in your custom paks by single conversion.

It'll be publicly released as my client will only be able to read my image structure and not .paks :P
You talk like Bill Gates (closed software/closed data format) :P
<img src='http://drazzt.iespana.es/Drazzt/logo2.jpg' border='0' alt='user posted image' />
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Drazz wrote:
bone-you wrote: Here's the converter. It serves as a full converter and as a single pak converter. It also converts between my method back to bmp and vice versa allowing an easy drag-drop editing :P

It can also extract full .paks too. ^^

Basically you'd use it on a fresh install and then add in your custom paks by single conversion.

It'll be publicly released as my client will only be able to read my image structure and not .paks :P
You talk like Bill Gates (closed software/closed data format) :P
The issue was, with the current .pak format, the bmp types (8bit or 24bit) made it a bit hard to read the colorkeys. 8bit having color indexes while 24bit being raw RGB. On top of that, quite a few of the 24bit images had little errors in it that made it so the image bases didn't line up. That doesn't quite work for a system that needs it to be perfect. It may work for stech because in ddraw they just wrote the bmp to a surface to get the colorkey. I get it from the bmp itself. What my converter does is it reads the paks and extracts them all to bmp in a format D3D can process and read properly. Also, transparency works 100% now :) It had to be done one way or another for this to work. ^^ I think I put more time into the texture structure than the client itself. The conversion tool is an editors dream come true. All you do is create a bmp and it converts it for you. It'll be able to create rects too but not yet. In that case, all you'll have to do is drag-drop a txt file onto it with the rects ^^ How easy is that compared to pak editing? Also with this, you can use high quality 24bit/32bit bmp formats for ALL images (with .paks, they were locked to whatever they originally were otherwise you had to recreate the entire .pak).
<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.
Aryes
Member
Posts: 114
Joined: Tue Aug 31, 2004 10:14 pm
Location: Brazil

Post by Aryes »

Congratulations Jimmy.

Like Hypno, I've never tried to code on D3D, it seems to make the client "Fly" with the improved fps.

If you're able to achieve the 100% recoding (i'm sure you'll do), you will be able to use 800x600 without problems, because now the fps at 800x600 sucks even at good machines.

I'd like to have the time to try your client, but my job and my daughter are consuming 100% of my time now. Also, I have a serious problem with the internet here :( .

By the way, as you've said, you're not making it open source. It means you're planning to raise a hb server again? I'm sure that making it only to learn is not in your plans :P .

Hey Dax! Still alive? :D I'll try to chat with you in some days, I'm installing internet again :) .
====<span style='color:red'><br>Aryes</span><br>====<br><br>HB United: www.hbuonline.net:<br><br><img src="http://hbtop50.com/button.php?u=hbkhispano" alt="Helbreath Top 50 - Helbreath Silver" border="0" /><br><img src="http://hbtop50.com/button.php?u=dcom" alt="Helbreath Top 50 - Helbreath Silver" border="0" /><br><img src="http://hbtop50.com/button.php?u=tinchocba" alt="Helbreath Top 50 - Helbreath Silver" border="0" /><br><img src="http://hbtop50.com/button.php?u=rafha_bernn" alt="Helbreath Top 50 - Helbreath Silver" border="0" /><br><img src="http://hbtop50.com/button.php?u=HB-Tere" alt="Helbreath Top 50 - Helbreath Silver" border="0" /><br><img src="http://hbtop50.com/button.php?u=Kiruku" alt="Helbreath Top 50 - Helbreath Silver" border="0" />
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Aryes wrote: Hey Dax! Still alive? :D I'll try to chat with you in some days, I'm installing internet again :) .
ARYES!! Can't wait till you're back :D! It's been too long :(

<3
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 »

nice to know everything is good on your side Aryes.
<i>"Always write good code. Feel bad to write bad code."</i>
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Well well. There's a face I haven't seen in a while :P How ya been? xD
<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.
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

lol hi aryes !

*Bored in java class, spamming forums*


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Empefagh
just visiting
Posts: 4
Joined: Sat Jan 27, 2007 4:37 am

Post by Empefagh »

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

Post by bone-you »

Does that company give you money from the advertising to attempt to enlarge your 2 inch dick?
<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