1) Open common.rpf on Open Iv or Spark Iv.
2) Open HudColour.dat in notepad.
3) For the gun image on your screen (top right). To make this Green for example, we would edit:
HUD_COLOUR_WHITE
-R- -G- -B-
255 255 255
TO
HUD_COLOUR_WHITE
-R- -G- -B-
0 255 0
Because (of course):
-R- = Red
-G- = Green
-B- = Blue
Also, instead of actually changing the colors (that can alter other unintended things), just make your own color for eg:
(thanks Emmanuel U for mentioning this)
HUD_COLOUR_CUSTOM_GOLD218 165 32
in hudcolors.dat
then
HUD_WEAPON_ICON0.936,0.0250.150,0.113HUD_COLOUR_CUSTOM_GOLD255
in your hud.dat so then you will make sure you only change that selected icon
All the colours in this file form PURE_WHITE to STARDARK will equal to something on your HUD.
So to edit your Health and Armour, just edit HUD_COLOUR_GREEN for your Health and HUD_COLOUR_BLUE for your Armour.
PM me if help needed. Thanks!
Click here for color values. http://www.mediafire.com/?yydburrulrybkl8
Virus Link to color values. https://www.virustotal.com/file/f080640643742352624a448a3612aff1a95e7070d890906e7e7daa3aaf4a7a73/analysis/1355789414/
2) Open HudColour.dat in notepad.
3) For the gun image on your screen (top right). To make this Green for example, we would edit:
HUD_COLOUR_WHITE
-R- -G- -B-
255 255 255
TO
HUD_COLOUR_WHITE
-R- -G- -B-
0 255 0
Because (of course):
-R- = Red
-G- = Green
-B- = Blue
Also, instead of actually changing the colors (that can alter other unintended things), just make your own color for eg:
(thanks Emmanuel U for mentioning this)
HUD_COLOUR_CUSTOM_GOLD218 165 32
in hudcolors.dat
then
HUD_WEAPON_ICON0.936,0.0250.150,0.113HUD_COLOUR_CUSTOM_GOLD255
in your hud.dat so then you will make sure you only change that selected icon
Code:
HUD_WEAPON_ICON0.936,0.0250.150,0.113HUD_COLOUR_CUSTOM_GOLD 255
All the colours in this file form PURE_WHITE to STARDARK will equal to something on your HUD.
So to edit your Health and Armour, just edit HUD_COLOUR_GREEN for your Health and HUD_COLOUR_BLUE for your Armour.
PM me if help needed. Thanks!
Click here for color values. http://www.mediafire.com/?yydburrulrybkl8
Virus Link to color values. https://www.virustotal.com/file/f080640643742352624a448a3612aff1a95e7070d890906e7e7daa3aaf4a7a73/analysis/1355789414/