Jump to content

Home

You can take screenshots without the text appearing (answers inside!)


00M-187

Recommended Posts

Originally posted by Matt Shoemaker

cg_draw2d 0

 

That'll get rid of the hud.

 

So i enter that command, then when i hit my binded key which is f12, it will remove to hud and give me a clear screen? or do i have to type this command every time?

Link to comment
Share on other sites

Originally posted by Matt Shoemaker

The hud will be gone until you type:

 

cg_draw2d 1

 

 

So all this does is remove the hud from gameplay? ie so when you take a screenshot there will be no hud? And you cant see it when ur playin?

Link to comment
Share on other sites

i don't know if this works with binds, but i saw someone post about multiple spawns at the same time, using smecolens between commands.

 

 

will this work? someone try it, i'm at work.

 

bind x cg_draw2d 0; screenshot silent; cg_draw2d 1

 

 

just a thought, hope it works.

 

this "should" remove the hud, then take a "silent" screenshot, then make the hud reapear.

Link to comment
Share on other sites

Originally posted by SSC-Gandalf

i don't know if this works with binds, but i saw someone post about multiple spawns at the same time, using smecolens between commands.

 

 

will this work? someone try it, i'm at work.

 

bind x cg_draw2d 0; screenshot silent; cg_draw2d 1

 

 

just a thought, hope it works.

 

this "should" remove the hud, then take a "silent" screenshot, then make the hud reapear.

 

No, all it does is removing the hud. This one should work:

 

bind S "cg_draw2d 0;wait 20;screenshot silent;wait;wait;wait;cg_draw2d 1"

 

Sometimes when I enter a game the hud is gone ( don't know why cause its still active when i quit) but taking a screenshot will bring it back ( or use cg_draw2d 1) .

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...