Advanced crosshair cvars: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Console_Commands]]
[[Category:Console Variables]]
To use the advanced crosshair system which will become avaliable on the intial engine update for [[DOD:S]], you should register the following console variables.   
To use the advanced crosshair system which will become avaliable on the intial engine update for [[DOD:S]], you should register the following console variables.   


Line 8: Line 8:
;cl_crosshair_blue:Blue [[byte]]
;cl_crosshair_blue:Blue [[byte]]
;cl_crosshair_scale:[[Real]] number from 1 to 2,147,483,647. (''Recommended values: 1 to 20'')
;cl_crosshair_scale:[[Real]] number from 1 to 2,147,483,647. (''Recommended values: 1 to 20'')
For other useful information on console commands, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commands Listing]

Revision as of 08:00, 14 February 2006

To use the advanced crosshair system which will become avaliable on the intial engine update for DOD:S, you should register the following console variables.

cl_crosshair_file
Crosshair material string
cl_crosshair_alpha
Alpha byte. 0 is transparent. 255 is completey opaque.
cl_crosshair_red
Red byte
cl_crosshair_green
Green byte
cl_crosshair_blue
Blue byte
cl_crosshair_scale
Real number from 1 to 2,147,483,647. (Recommended values: 1 to 20)