How do you display your speed on the HUD?
How do you display your speed on the HUD?
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?
-
- Posts: 304
- Joined: Fri Aug 08, 2003 7:00 am
Re: How do you display your speed on the HUD?
Download a mod like Defrag
-It is not the fall that kills you. It's the sudden stop at the end. (Douglas Adams)-
[url=http://www.violationentertainment.com/misc/ccm]-An eyeful a day is bloody fantastic!-[/url]
[url=http://www.violationentertainment.com/misc/ccm]-An eyeful a day is bloody fantastic!-[/url]
Re: How do you display your speed on the HUD?
Can't OSP do this as well? cg_drawspeed or something?
-
- Posts: 22175
- Joined: Sun Oct 14, 2001 7:00 am
Re: How do you display your speed on the HUD?
yesEraser wrote:Can't OSP do this as well? cg_drawspeed or something?
-
- Posts: 1892
- Joined: Sun Jan 07, 2001 8:00 am
Re: How do you display your speed on the HUD?
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:
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
}
-
- Posts: 16
- Joined: Sat Apr 01, 2006 3:42 am
Re: How do you display your speed on the HUD?
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).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?