User panel stuff on forum
  7 posts on 1 page  1
Client Talk
2007-08-23, 09:53
Member
569 posts

Registered:
Feb 2006
lazy to read the manual.
in ezquake:

is there an hud item that displays +wp_stats ?

is there an hud item that displays more than individual fragcount (deaths and teamkills)?

how do i print out death messages in different place than mm1/mm2 spam?

/willg
2007-08-23, 11:53
Administrator
886 posts

Registered:
Jan 2006
Willgurht wrote:
is there an hud item that displays more than individual fragcount (deaths and teamkills)?

scr_drawVFrags 1 (or scr_drawHFrags)

requires:
cl_parseFrags 1
cl_loadFragfiles 1

http://dev.neod.com/temp/qw/screens/070522_4on4_-sd-_vs_.la._dm3_001.jpg
Join us on discord.quake.world
2007-08-24, 15:38
Member
312 posts

Registered:
Feb 2006
wanted that to hud not scoreboard yes? i will answer to this thread regadrless of me not knowing anything about this case
2007-08-24, 15:52
Member
518 posts

Registered:
Jan 2006
con_fragmessages 0, to disable normal death messages

then enable r_tracker_* to get new frag messages
2007-08-28, 10:49
Member
569 posts

Registered:
Feb 2006
thank you with the help so far. And yes, i was hoping to have that info on the hud instead of scoreboard.


Also i wonder which of the hud_gameclock_* variables tells the gameclock to go from 00:00 and count up instead of down.
like one could do with cl_gameclock

/Willgurht
2007-08-28, 11:51
Member
284 posts

Registered:
Oct 2006
Cmon man, how lazy can you get?

hud_gameclock[tab]

Can you guess which one it is?

















No?


hud_gameclock_countdown [enter]
2007-08-28, 13:47
Member
569 posts

Registered:
Feb 2006
Might be obvious for you, in qw countdown is the thing server does during ~10secs after everyone types ready and it's easier to ask here then try all 30 hud_gameclock_*.

Anyways thanks for the answer
  7 posts on 1 page  1