Post: Mw2 Shader Colors
03-11-2012, 04:49 AM #1
SCR34M
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); All Credits to Se7inSins for giving us the color codes for shader.
MenuShad.color = ( 1, 0, 0)//red
MenuShad.color = ( 0, 1, 0)//green
MenuShad.color = ( 0, 0, 1)//blue
MenuShad.color = ( 1, 0, 1)//purple
MenuShad.color = ( 1, 1, 0)//yellow
MenuShad.color = ( 0, 1, 1)//cyan




SO After you see all the colors you want look in the shader. (Depends hat patch you are editing). if EliteMossy old patches you wont have it,

if your using one of these patches

RedDotCity 6.0
RedDotCity6.5
RedDotCity6.6
RedDotCity6.7
BlackRain(depends witch one your using)
EliteMossy V2 PvT
GODLYMODZv5 and a couple more
------------------------------------
after this look at were it says MenuShad.color=(0,0,0)
put one of the color codes like look in the bottum.


MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad.color = ( 1, 0, 0)<---------------------------(CHANGED to red)
MenuShad setshader("black", 900, 800);


now you have a colored shader
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked SCR34M for this useful post:

Kitty=^.^=
03-11-2012, 04:50 AM #2
Cmd-X
It's been awhile.
Originally posted by visbeast123 View Post
All Credits to Se7inSins for giving us the color codes for shader.
MenuShad.color = ( 1, 0, 0)//red
MenuShad.color = ( 0, 1, 0)//green
MenuShad.color = ( 0, 0, 1)//blue
MenuShad.color = ( 1, 0, 1)//purple
MenuShad.color = ( 1, 1, 0)//yellow
MenuShad.color = ( 0, 1, 1)//cyan




SO After you see all the colors you want look in the shader. (Depends hat patch you are editing). if EliteMossy old patches you wont have it,

if your using one of these patches

RedDotCity 6.0
RedDotCity6.5
RedDotCity6.6
RedDotCity6.7
BlackRain(depends witch one your using)
EliteMossy V2 PvT
GODLYMODZv5 and a couple more
------------------------------------
after this look at were it says MenuShad.color=(0,0,0)
put one of the color codes like look in the bottum.


MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad.color = ( 1, 0, 0)<---------------------------(CHANGED to red)
MenuShad setshader("black", 900, 800);


now you have a colored shader


Been known for very long... Nothing new bro.
03-11-2012, 04:52 AM #3
SCR34M
Banned
Yea its over 1year but you know if other people wanted to see its good to help.
and how do u get those HTML (Signutures) on teh bottum.
03-11-2012, 04:59 AM #4
Cmd-X
It's been awhile.
Originally posted by visbeast123 View Post
Yea its over 1year but you know if other people wanted to see its good to help.
and how do u get those HTML (Signutures) on teh bottum.


I don't know how... stare
03-11-2012, 05:31 AM #5
xSoulEdge
Big Sister
Thank you kind sir Smile
03-11-2012, 02:21 PM #6
SCR34M
Banned
no preblemmo
03-11-2012, 07:59 PM #7
Clouds
Error 404: Title Not Found
These are simple RGB colors. You find whatever color you want (RGB), then divide it by 255, then put it in the proper spot. You can make way more shaders than what you have.

So it'd be MenuShad.color = ((number/255),(number/255),(number/255))

I use You must login or register to view this content. to find my RGB colors.

The following 2 users say thank you to Clouds for this useful post:

BvB-09r-_-N!c0, NOtiME4gAMEz
03-11-2012, 09:15 PM #8
Thanks Bro
03-16-2012, 08:17 PM #9
MenuShad.color = ( 1, 0, 0)<--- u can use it too to change the color for instance an camo

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo