Post tutorial Report RSS How to Change HUD Color on GoldSRC

On this tutorial, we will teach you how to change HUD color on GoldSRC

Posted by on - Basic UI/HUD

Hi everyone, on this tutorial we are gonna teach you how to change HUD colour on GoldSRC.


also, we are using Visual Studio Express 2013 For Desktop to edit the dll.


ok, first of all, you are gonna open hud.h

1

Then you are gonna click "ctrl+f" and search #define RGB_YELLOWISH 0x00FF0000 //139,0,0 and you probably will find something like

#define RGB_YELLOWISH 0x00FF0000 //139,0,0<br />
#define RGB_REDISH 0x00FF1010 //139,0,0<br />
#define RGB_GREENISH 0x0000A000 //0,0,0

And this is what we will be working with

Well now it's about your choice

Here are some examples

White:

#define RGB_YELLOWISH 0x00FFFFFF //255,160,0</p>
#define RGB_REDISH 0x00FFFFFF //255,160,0</p>
#define RGB_GREENISH 0x00FFFFFF //0,160,0</p>

Red:

#define RGB_YELLOWISH 0x00FFFFFF //0,0,0
#define RGB_REDISH 0x00FFFFFF //255,160,0 
#define RGB_GREENISH 0x00FFFFFF //0,0,0

And That's all for now! Happy Codding!!

Post comment Comments
Us_25
Us_25 - - 184 comments

how do i make green

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: