Xonotic Forums

Full Version: New here, got a question for ya .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Got the ole' nexuiz server up and running and I am wondering how can I disable the HUD ?

My clan cant stand the "softcore" hud dealio, we want a "hardcore" feel, so no HUD basically .

Seen a couple things about it here and there, but it all seems client side .

Im looking for the command that is server side to disable the HUD .

Something like ... set sv_hud "0" or set scr_player_hud "0" ????

Any help would be appreciated, and thanks in advance guys !!!

Great game by the way, can't wait to see what changes with the new release .

Cool
Code:
viewsize 120

Disables the timer also though. I think 110 should be default.
(11-04-2010, 04:40 PM)Mirio Wrote: [ -> ]
Code:
viewsize 120

Disables the timer also though. I think 110 should be default.

Excellent !

Seems like a wierd config to me, lol .

How does viewsize correlate to screen size, or does it at all ?

I'll mess with it and see, thanks for the help !

Big Grin
That's also a clientside command though.
(11-06-2010, 04:06 AM)PinkRobot Wrote: [ -> ]That's also a clientside command though.

Yes it sir, lol .

I looked after figuring that out and have not seen a server side command ... oh well .

Undecided
im 98% sure theres no such thing as a server side setting to disable the hud. not because i checked, but because it makes no sense to have one Tongue The hud's clearly a client thing and as such should be controlled at client level. viewsize is some old quake legacy thing, 0-99 makes the view smaller/larger. later it was proly extended (110+) to do more. 110 draws a lighter hud in Nexuiz. r_letterbox 1 should also work, but it could be br0ked in nexuiz.