Taking Screenshots the Proper Way

So you’ve finished your level, now what? Obviously you want to get it out there in the wild. But just uploading it is not enough. You need a write up a brief description of the level, and what it’s about. Most levels are made with a small back story. For instance in Counter-Strike: Source all of the levels had a small story behind them.


Dust II – Bomb-Defuse

Counter-Terrorists: Prevent Terrorists
from bombing chemical weapon crates.
Team members must defuse any bombs
that threaten targeted areas.

Terrorists: The Terrorist carrying the
C4 must destroy one of the chemical
weapon stashes.

Other Notes: There are 2 chemical
weapon stashes in the mission.


Port – Bomb/Defuse

Counter-Terrorists: Rebel separatists
seek to disrupt economically-vital
shipping operations along the northern
coast. They must not succeed!

Terrorists: Your squad of independence
fighters has been tasked with destroying
economically-significant shipping
targets at vulnerable coastal ports.

Other Notes: There are 2 targets
in this mission.


These are just a short blurb about the level. It does not need to be in great detail, just what the level is about. This is just one of the small things that you’ll need to do when releasing a level. But this post is focusing on taking a nice and pretty screenshot. First, let’s go over what NOT to do. Most of this stuff happens WAY too much, and makes your level look bad… This first one is an extreme, but I’ve seen it a lot. I don’t like it…

csgo 2013-12-20 02-46-06Now there are a few things wrong with this screenshot. I know going into this that not everyone has good computers. That’s just something we have to deal with. But that’s no reason for bad screenshots. This image was taken at 1024×768, in all low. A lot of people play games at low because it’s easier to see things, and the obvious frame rate boost. We are not here to play, we are here to take screenshots to show off our work. Now, lets look at what is wrong with this image.

csgo 2013-12-20 02-46-06_editThese are the most common mistakes when taking screenshots for a level. Now, how do we fix them?

  1. Set your game to Fullscreen (NOT windowed fullscreen. Windowed Fullscreen prevents ingame brightness settings, and if you have software like F.Lux running that will tint your screenshot. Running in fullscreen prevents this.)
  2. Set to your monitors native resolution.
    1. To find your monitors native resolution, Windows should tell you. Right click on the desktop and select “Screen Resolution”. Most monitors are 1080p (1920×1080, 16:9 aspect ratio) I highly suggest, if you have under 1920×1080, and a friend has one. Borrow your friends computer to take the screenshots. Higher resolution looks MUCH better.12-20-2013 3-00-42 AMcsgo 2013-12-20 03-05-08
  3. Set all graphics settings to MAX
    1. Your graphics settings may differ depending on your video card. Most Nvidia cards will allow for higher anti aliasing than ATI cards.csgo 2013-12-20 03-05-28
    2. Now let’s see what we have!csgo 2013-12-20 03-06-58
    3. That’s a bit better, isn’t it? We still have the knife and such. Time for a few console commands.
  4. Remove on screen elements with the following console commands:
    1. sv_cheats 1
    2. cl_drawhud 0
    3. r_drawviewmodel 0
  5. That’ll do it. Behold the glory that is a nice, clean, proper screenshot for your level!csgo 2013-12-20 03-14-02
  6. If you’d like to go one step further, tactical games like Counter-Strike typically should have an overview of the level. Do not just no clip up and take a screen shot. There is a console command for this.
  7. Start by no clipping above the level. Place yourself at approximately the middle of the level, but out side of it. This should cause the entire level to be rendered.
  8. Enter the console command: cl_leveloverview 4
    1. The number at the end can be changed to show more or less. Raise the number to see more, lower it to see less. There is no definitive answer to what number to use, just find one that works for you.
  9. csgo 2013-12-20 03-17-54You may need to touch up the image in Photoshop or GIMP, or even a special compile just for this shot. Ideally you’d remove the trees that are covering areas where players can go.

That’ll wrap it up for this. Hopefully we’ll see some better screenshots out there!!!

Happy Mapping!