[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 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 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" 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: Thanks, that goes to my cfg. |