[Video Quick Tip] Taking High Quality Screenshots of your Map

Sep 7, 2012
638
500
"I hate that it's halowe'en but what are you going to do..."

Does tf_forced_holiday 0 turn off haloween mode even during events?
 

RubbishyUser

L7: Fancy Member
Feb 17, 2013
414
488
Just want to say that the default screenshot command is F5 for jpeg anyway, so that command tip most likely does nothing unless you already rebound it. I did learn about the quality of the image though - great!
 

xzzy

aa
Jan 30, 2010
815
531
A second option, make a bind that lets you toggle the hud and viewmodels:

alias prepscreen "cl_drawhud 0; r_drawviewmodel 0; alias curscreen donescreen"
alias donescreen "cl_drawhud 1; r_drawviewmodel 1; alias curscreen prepscreen"
alias curscreen prepscreen
bind u curscreen

I put map editing stuff like this in a 'dev.cfg' so I don't have these commands interfering when I'm playing TF2 normal but you can do it however you want.
 

henke37

aa
Sep 23, 2011
2,075
515
I just use the devcamera system. Identical settings each time, fully automated and no hud or such.