How to add new colors?
new colors... in the leters, in the armors, in the weapons... in the point of the mini-map... where?
YoKo
YoKo
<img src='http://img145.imageshack.us/img145/3999/firma1an0.jpg' border='0' alt='user posted image' />
-
- noob
- Posts: 27
- Joined: Sun Aug 27, 2006 4:50 am
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
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
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' />
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-->
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' />
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-->
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' />