Page 1 of 1

How do you display your speed on the HUD?

Posted: Sun Jan 27, 2008 4:24 pm
by DIP
I've seen sped displayed on the HUD in videos, and I'm working on my strafing so I need to be able to see how fast I'm going. How do you display your speed?

Re: How do you display your speed on the HUD?

Posted: Sun Jan 27, 2008 4:57 pm
by corncobman
Download a mod like Defrag

Re: How do you display your speed on the HUD?

Posted: Mon Jan 28, 2008 8:14 am
by Eraser
Can't OSP do this as well? cg_drawspeed or something?

Re: How do you display your speed on the HUD?

Posted: Mon Jan 28, 2008 1:14 pm
by +JuggerNaut+
Eraser wrote:Can't OSP do this as well? cg_drawspeed or something?
yes

Re: How do you display your speed on the HUD?

Posted: Thu Jan 31, 2008 8:57 pm
by prince1000
in OSP:

ch_drawspeed 1 displays ups in the upper right-hand side like ping
ch_drawspeed 2 displays it in the center of screen

in cpma it's in the superhud, meaning ch_drawspeed does nothing anymore.

.../cpma/hud/[ch_file X]

ex:

Code: Select all



PlayerSpeed
{
	rect 310 462 20 10
	color 1 1 1 0.5
	textalign c
	fontsize 6 8
}

Re: How do you display your speed on the HUD?

Posted: Sun Feb 03, 2008 7:30 am
by GuitarrMan
DIP wrote:I've seen sped displayed on the HUD in videos, and I'm working on my strafing so I need to be able to see how fast I'm going. How do you display your speed?
Well, I guess it's on OSP or probably on Defrag. But there are other mods that can display your speed... usually a good read to the readme file gives you a few tips. The "Alternate Fire" mod has got its own command for that, just drop down the console and type in /cg_speedometer 1 and it's done (for this mod, of course, it won't work for others).