How to add new colors?

All Helbreath Client Source Discussion here.
Post Reply
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

help pls how do i add new colors?
Psycho
Member
Posts: 116
Joined: Sat Jan 24, 2004 2:56 pm

Post by Psycho »

new colors... in the leters, in the armors, in the weapons... in the point of the mini-map... where?



YoKo
<img src='http://img145.imageshack.us/img145/3999/firma1an0.jpg' border='0' alt='user posted image' />
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

for armors and weapons, i already know that i have to add them in

m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 70, 70, 80), &m_wWR[1], &m_wWG[1], &m_wWB[1]); // Light-blue
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 70, 70, 80), &m_wWR[2], &m_wWG[2], &m_wWB[2]); // light-blue
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 70, 70, 80), &m_wWR[3], &m_wWG[3], &m_wWB[3]); // light-blue
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 70, 100, 70), &m_wWR[4], &m_wWG[4], &m_wWB[4]); // Green
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 130, 90, 10), &m_wWR[5], &m_wWG[5], &m_wWB[5]); // Critical
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 42, 53, 111), &m_wWR[6], &m_wWG[6], &m_wWB[6]); // Heavy-blue
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 145, 145, 145), &m_wWR[7], &m_wWG[7], &m_wWB[7]); // White
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 120, 100, 120), &m_wWR[8], &m_wWG[8], &m_wWB[8]); // Violet
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 75, 10, 10), &m_wWR[9], &m_wWG[9], &m_wWB[9]); // Heavy-Red
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 135, 104, 30), &m_wR[10], &m_wG[10], &m_wB[10]); // Gold, buggy

but i don't know what more to add

edit: and at text too pls =D
Kiruku
Loyal fan
Posts: 268
Joined: Wed Feb 22, 2006 12:00 pm
Contact:

Post by Kiruku »

i tried to add months ago and it didnt worked cant make new numbers just can replace old colors... search a website with the color numbers or try make random numbery by yourself with trying...
<img src='http://lichtdrache.lima-city.de/helbrea ... aramba.gif' border='0' alt='user posted image' />
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Ok, Yeah its possible too. There was a post awhile back talking about making Orange Dye. Look for it. Might explain some more.
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

What new colours are you looking to add? Tell me what colours you want and i'll have a look for you.
<!--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-->
Kiruku
Loyal fan
Posts: 268
Joined: Wed Feb 22, 2006 12:00 pm
Contact:

Post by Kiruku »

Orkl just tell us, why does the new added colors have another color n bag then equipped? and why arent these colors you typed? if i replace an old it works fine if i make a new numbers nothing works.... so help us please :S
<img src='http://lichtdrache.lima-city.de/helbrea ... aramba.gif' border='0' alt='user posted image' />
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Isn't there multiple spots to add it? I had to add it into the client so It would read it, along with the HGServer. But I also had help from Dax and Cleroth. If I can find my DVD with all my sources on it, I'll release the info, if I can't, We're all fucked >.>
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

There'd have to be multiple spots that it needs to be changed. I'll have a look at it, and write some code up and release it when I'm done :)
<!--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-->
Kiruku
Loyal fan
Posts: 268
Joined: Wed Feb 22, 2006 12:00 pm
Contact:

Post by Kiruku »

thanks Orkl you r great i searched already... theres a gold weapon color too and its black cause its bugged (stays on my source... ) for weapons... i hope you get it :)
<img src='http://lichtdrache.lima-city.de/helbrea ... aramba.gif' border='0' alt='user posted image' />
Post Reply