Clean screenshots


(Magic) #1

Hi - i want to make som clean screenshots in game as a spectator.
Have removed the hud stuff - but cant find a way to remove the players name (bots in this case).
Thanks


(ryven) #2

Did you mean, cg_drawCrosshairNames 0?


(Magic) #3

Hi - i have this option set on 0 - still i get the bots names displayed.


(kimiahk) #4

cg_draw2d 0


(Magic) #5

This is what i use in my config

bind h “cg_crosshairalpha 1; cg_crosshairalphaALT 1; cg_draw2d 1; cg_drawgun 1; echo all HUD back ON !!!”
bind j “cg_crosshairalpha 0; cg_crosshairalphaALT 0; cg_draw2d 0; cg_drawgun 0; r_lodbias 0;echo SCREENSHOT READY !!!”

I have solved it by running in devmap - using noclip and join one of the teams.
Would be nice to know if there is a way to make clean screenshots on public server as a spectator.

thanks for the help


(Tardis) #6

save as screenshot.cfg put in you etmain folder

set clear "toggle cg_draw2d; toggle cg_drawgun; cg_drawfps 0; cg_drawcrosshair 5; set clearshotoggle vstr shot"

set shot "screenshotjpeg; toggle cg_draw2d; toggle cg_drawgun; cg_drawfps 1; cg_drawcrosshair 1; set clearshotoggle vstr clear"

set clearshotoggle "vstr clear"

bind ] "vstr clearshotoggle" 

edit your main config file add to a blank line

bind “KEY” exec screenshot.cfg (Change “KEY” to your Value )

save

Done :wink:

Press your Bind Key to load the screenshot.cfg then press “]” key ( Screenshot taken and saved ) change the “]” key if you wish in your screenshot.cfg .

:wink:


(Magic) #7

Thanks Tardis - that works great - fast and easy :slight_smile:

I still have the players name when im spectator - not sure if its possible to remove it.


(stealth6) #8

I think this is something added by a mod? I think it used to only be seen by shoutcasters, but some mods added it to spectator.


(Tardis) #9

This may help ? source = http://antman.info/wolf/cvar/

cg_drawBuddies 1 toggle showing the icon above players in your fireteam (set to 0)

cg_drawCrosshairNames 1 wether to draw the names of players when crosshair is on them (set to 0)


(phisherman) #10

If you’re on No Quarter, try cg_spectator.

//Stupid childish bad word filter, is this facebook? -.-
s h i t s t o r m . o r g


(Magic) #11

cg_spectator “0” - did work

Now i got the config i wanted - thanks for help