White Railgun Beam?

Locked
Kypt
Posts: 12
Joined: Mon Oct 31, 2005 4:21 pm

White Railgun Beam?

Post by Kypt »

Hi,

I'm new to the quake series but have been playing my ass off in Q4. I've seen several people shooting white beams out of their railguns. This is in pure servers and w/ PB on. I was wondering if there was something in the config that lets u control the color of the rail to set it for other colors other than the ones in the gui. If so, how would one go about to messing w/ that? Thanks
[TJD]Rico
Posts: 109
Joined: Tue Oct 18, 2005 8:19 pm

Post by [TJD]Rico »

seta ui_hitscanTint "360.0 0.0 1.0"

It will still be green/orange in team games.
Kypt
Posts: 12
Joined: Mon Oct 31, 2005 4:21 pm

Post by Kypt »

Oh sweet, would u mind what the #s mean? If i shift #s do I get diff railgun? Thanks
d3fin3d
Posts: 39
Joined: Thu Oct 20, 2005 12:17 pm

Post by d3fin3d »

ui_hitscantint <hue> <saturation> <opacity>
phantasmagoria
Posts: 8525
Joined: Wed Oct 22, 2003 7:00 am

Post by phantasmagoria »

uf you set the opacity as 0 is your rail trail invisible?
[size=85]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

I think its capped at like .25 or something
[b]CAPSLOCK IS ON[/b]
[TJD]Rico
Posts: 109
Joined: Tue Oct 18, 2005 8:19 pm

Post by [TJD]Rico »

ui_hitscanTint: a tint applied to select hitscan effects. Specified as a value in HSV color space. Hue [0.0-360.0] Saturation [0.0-1.0] Value [0.75-1.0]
NitrousFlare
Posts: 81
Joined: Sun Oct 30, 2005 6:32 am

Post by NitrousFlare »

im sorry, but, what does ui_hitscantint do exactly?
akiraZ
Posts: 47
Joined: Wed Mar 01, 2000 8:00 am

Post by akiraZ »

...changes the color of the railgun. hence being the answer to the original post.
Kypt
Posts: 12
Joined: Mon Oct 31, 2005 4:21 pm

Post by Kypt »

Is there a way to turn it black? If so please help, been playing w/ #s and can't make it so :(
nightwing
Posts: 59
Joined: Wed Oct 19, 2005 12:58 pm

Post by nightwing »

What's the number for white?
NitrousFlare
Posts: 81
Joined: Sun Oct 30, 2005 6:32 am

Post by NitrousFlare »

seta ui_hitscantint "360.0 0.0 1.0"
nightwing
Posts: 59
Joined: Wed Oct 19, 2005 12:58 pm

Post by nightwing »

Thanks nitrous.

Does anyone know of any page that shows a list of color codes. Thanks again for your help
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Post by MKJ »

nightwing wrote:Thanks nitrous.

Does anyone know of any page that shows a list of color codes. Thanks again for your help
http://justice-department.net/quake4/q4colours.html

just convert it from 0-9 scale to 0-360 scale
(so 0=0 , 9 = 360 etc)
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
nightwing
Posts: 59
Joined: Wed Oct 19, 2005 12:58 pm

Post by nightwing »

Thank you MKJ!

Another question. Do you know what each number means or what it stands for? For example:

seta ui_hitscantint "360.0 0.0 1.0"

360= ?

0= ?

0.0= ?

1.0= ?
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Post by MKJ »

the points are decimals, so there are actually just 3 numbers;
one for hue, one for saturation (higher is more vivid) and one for opacity (higher is more opaque).

come to think of it, the other link i gave you wouldnt help you much unless you converted the rgb values from 0-9 to 0-255, and then convert that to the Hue/Sat table.. quite a hassle indeed :)
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
NitrousFlare
Posts: 81
Joined: Sun Oct 30, 2005 6:32 am

Post by NitrousFlare »

or..you could estimate then guess and check...
Locked