Kill Icon Color

Dark Soul

2010-05-10 08:42:02

hai thar!!

i just want to know if there is a way to change the kill icons color, i tried everything (almost) but i can't find the result yet. just want to make them white, i'm tired of the orange-ish color they actually have.

cheers :)

Tranthor

2010-05-10 08:51:15

Yeah, I definitely did that when I made a hud but I forget how

something you need to alter the values of in your clientscheme.res file

Dark Soul

2010-05-11 04:37:42

Tranthor wrote:Yeah, I definitely did that when I made a hud but I forget how

something you need to alter the values of in your clientscheme.res file
wow...haha please try to remember how you did it!!!

as i said, i tried everything, changed some values in the clientscheme and hudlayout files but nothing....maybe i can't find the right code :(

Tranthor

2010-05-11 07:26:16

It will be one of the values in clientscheme that is four 3-digit numbers, for example red is "192 28 0 140"

The last one is opacity, I forget which the others are out of red, green, and blue but I think it's in that order. Red, Green, Blue, Opacity/saturation.


I'm pretty sure you want one of the values under
///////////////////// BASE SETTINGS ////////////////////////
//
// default settings for all panels
// controls use these to determine their settings


in this area:

Code: Select all

	BaseSettings
	{
		"FgColor"			"0 220 255 100"
		"BgColor"			"0 0 0 76"

		"Panel.FgColor"			"0 220 255 100"
		"Panel.BgColor"			"0 0 0 76"
		
		"BrightFg"		"0 220 255 255"

		"DamagedBg"			"180 0 0 200"
		"DamagedFg"			"180 0 0 230"
		"BrightDamagedFg"		"255 0 0 255"

		// weapon selection colors
		"SelectionNumberFg"		"0 220 255 255"
		"SelectionTextFg"		"0 220 255 255"
		"SelectionEmptyBoxBg" 	"0 0 0 80"
		"SelectionBoxBg" 		"0 0 0 80"
		"SelectionSelectedBoxBg" "0 0 0 80"
		
		"ZoomReticleColor"	"0 220 255 255"

		// HL1-style HUD colors
		"Yellowish"			"0 220 255 255"
		"Normal"			"0 255 255 255"
		"Caution"			"0 255 255 240"
Don't remember what you need to change. Fiddle around.
Or ask Neolinkster