how can I avoid seeing hud and weapon....

how can I avoid seeing hud and weapon....

Re: how can I avoid seeing hud and weapon.... Posted by TheSchwartz on Wed Jan 19th 2005 at 1:04pm
TheSchwartz
30 posts
Posted 2005-01-19 1:04pm
30 posts 63 snarkmarks Registered: Dec 7th 2004 Occupation: Project Lead Process Improvement Location: Denmark
I've figured out how to disable the hud display with cl_drawhud, but how do I disable the handheld weapon (r_drawstaticprops does not do this it disables all other static entities too) and only the handheld weapon?

I just want clean screen shots...
Re: how can I avoid seeing hud and weapon.... Posted by Myrk- on Wed Jan 19th 2005 at 1:32pm
Myrk-
2299 posts
Posted 2005-01-19 1:32pm
Myrk-
member
2299 posts 604 snarkmarks Registered: Feb 12th 2002 Occupation: CAD & Graphics Technician Location: Plymouth, UK
YE GADS A FLYING HEAD!

As for the question, I'm sure if you poke around the CS commands you'll find something- there was an option in CS not to show the gun I think.
Re: how can I avoid seeing hud and weapon.... Posted by mike-o on Wed Jan 19th 2005 at 2:13pm
mike-o
60 posts
Posted 2005-01-19 2:13pm
mike-o
member
60 posts 6 snarkmarks Registered: Oct 18th 2004
yea, called "free-look"...
Re: how can I avoid seeing hud and weapon.... Posted by TheSchwartz on Wed Jan 19th 2005 at 2:26pm
TheSchwartz
30 posts
Posted 2005-01-19 2:26pm
30 posts 63 snarkmarks Registered: Dec 7th 2004 Occupation: Project Lead Process Improvement Location: Denmark
Is that the command, I can't seem to find it at:

http://members.shaw.ca/notes/HL2_con_cvars.htm
Re: how can I avoid seeing hud and weapon.... Posted by TeamWolfguard on Wed Jan 19th 2005 at 3:10pm
TeamWolfguard
30 posts
Posted 2005-01-19 3:10pm
30 posts 13 snarkmarks Registered: Jan 18th 2005 Occupation: Network Administrator Location: USA
start the game as a spectator...
Re: how can I avoid seeing hud and weapon.... Posted by Degenatron on Wed Jan 19th 2005 at 4:44pm
Degenatron
64 posts
Posted 2005-01-19 4:44pm
64 posts 1336 snarkmarks Registered: Dec 7th 2004 Occupation: IT Professional Location: USA
Try typing in the console:

r_drawviewmodel 0

That should do it.
Re: how can I avoid seeing hud and weapon.... Posted by ReNo on Wed Jan 19th 2005 at 4:56pm
ReNo
5457 posts
Posted 2005-01-19 4:56pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
I posted this as a quick tip in the HL2 editing section ages ago, but as nobody looks at those I'll put it here too :biggrin:



<div class="quote"><div class="quotetitle">? quote:</div><div class="quotetext">Want to clear your screen for nicer
screenshots? Use "cl_drawhud 0" and "r_drawviewmodel 0" after enabling
cheats with "sv_cheats 1" to use 100% of your screen.
</div></div>

Forgot to mention in that that to get rid of your crosshair you can use
"crosshair 0", and of course you can use "noclip" to fly around to your
heart's content :smile:

Re: how can I avoid seeing hud and weapon.... Posted by Sixsixone on Wed Jan 19th 2005 at 5:16pm
Sixsixone
4 posts
Posted 2005-01-19 5:16pm
4 posts 0 snarkmarks Registered: Dec 6th 2004 Location: England
Impulse 200.
Re: how can I avoid seeing hud and weapon.... Posted by thursday- on Wed Jan 19th 2005 at 5:17pm
thursday-
235 posts
Posted 2005-01-19 5:17pm
235 posts 92 snarkmarks Registered: Oct 26th 2003 Occupation: A-Level Student Location: England
If its for CS:S and its a 'killbox', press F10 :wink:
Re: how can I avoid seeing hud and weapon.... Posted by SVIN on Wed Jan 19th 2005 at 5:32pm
SVIN
52 posts
Posted 2005-01-19 5:32pm
SVIN
super banned
52 posts 15 snarkmarks Registered: Jan 10th 2005 Occupation: stockholm Location: sweden
u could just hold in a grenade
Re: how can I avoid seeing hud and weapon.... Posted by DrGlass on Wed Jan 19th 2005 at 7:08pm
DrGlass
1825 posts
Posted 2005-01-19 7:08pm
DrGlass
member
1825 posts 632 snarkmarks Registered: Dec 12th 2004 Occupation: 2D/3D digital artist Location: USA
When your in game, run sv_cheats 1; cl_drawhud 0; impulse 200 (that
will remove your gun models). Then bind a key to 'jpeg' (if you
dont bind it to a key you will take screens of your console)
Re: how can I avoid seeing hud and weapon.... Posted by TheSchwartz on Wed Jan 19th 2005 at 9:53pm
TheSchwartz
30 posts
Posted 2005-01-19 9:53pm
30 posts 63 snarkmarks Registered: Dec 7th 2004 Occupation: Project Lead Process Improvement Location: Denmark
Perfect answer Reno Thanx!