Xonotic Forums
[SOLVED] disable hud and gun for screenshots - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] disable hud and gun for screenshots (/showthread.php?tid=1076)



disable hud and gun for screenshots - Minkovsky - 10-06-2010

Hi!

I'd like to disable hud and gun in my view so I can make screenshots of the map. Is there any way I can do that?

Or, is there isn't, how do I take a scheenshot w/out them? Thanks.


RE: disable hud and gun for screenshots - kuniu the frogg - 10-06-2010

type in console
Code:
viewsize 120
for hiding hud (deafult value is 100),
i'm not sure if it hides weaponmodel too, but for weapon you can use
Code:
r_drawviewmodel 0


also you can try
Code:
r_letterbox -1
(deafult value 0) should work for hud too, again, i'm not sure about weapon model Smile


about taking screenshots, you can make them while spectating, no problem with weapon then


RE: disable hud and gun for screenshots - The mysterious Mr. 4m - 10-06-2010

Weapon model shouldn't have anything to do with viewsize.

Try this:
Code:
bind "z" "seta r_drawviewmodel 1; showtime 1; showfps 1; crosshair 5; viewsize 110"
bind "c" "seta r_drawviewmodel 0; showtime 0; showfps 0; crosshair 0; viewsize 120"
http://ouns.wikispaces.com/screenshots

There's also settings to disable chat and messages that you can add to the commands.


RE: disable hud and gun for screenshots - Minkovsky - 10-06-2010

(10-06-2010, 12:09 PM)The mysterious Mr. 4m Wrote: Try this:
Code:
bind "z" "seta r_drawviewmodel 1; showtime 1; showfps 1; crosshair 5; viewsize 110"
bind "c" "seta r_drawviewmodel 0; showtime 0; showfps 0; crosshair 0; viewsize 120"
http://ouns.wikispaces.com/screenshots

Thanks, that goes to my cfg.