Help:Taking Screenshots: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Tagged code.)
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Screenshots are a vital part of the Wiki, due to it covering a game series. Here are some tips to create good quality screenshots for use on the Wiki.
{{NS HELP navbar}}
 
== Taking the screenshot ==
=== In-game Screenshots Function (preferred) ===
All Source Engine games are able to take their own Screenshots via the <code>F5</code> key (by default). Screenshots are saved in the Targa (<code>.tga</code>) format in the <code>/screenshots/</code> folder of the relevant game:
* Portal: <code>Steam\steamapps\username\portal\portal\screenshots\</code>
* Portal 2: <code>Steam\steamapps\common\portal 2\portal2\screenshots\</code>
 
This method is preferred as Targa files suffer less compression artefacts than <code>JPEG</code> files.


=== Steam Screenshots function ===
Screenshots are a vital part of the Wiki, due to it covering a game series. Here are some tips to '''create good quality screenshots''' for use on the Wiki.
Players can take screenshots within a game and upload them either during or after play onto the Steam Cloud. These can be made open for anyone to view, restrict to friends only or be private. They are also saved onto your local drive. Steam Screenshots are saved in the <code>JPG</code> format.


==== Windows Users ====
== Setting up your game ==
When in-game, players can press the Screenshot key to take the screen capture. By default this is <code>F12</code>; if changed a player can find out what it is via <code>Steam Settings</code> {{n}} <code>In-game</code>.
=== Enabling the Console ===
To take the best screenshots, enable the developer console by starting your game, and going to Options >> Keyboard. In [[Portal]], click advanced and tick the select box that says ''Enable Developer Console''. In [[Portal 2]], set ''Allow Developer Console'' to ''Enabled''.


In Windows, Steam saves ''Portal'' screenshots to <code>\Steam\userdata\UNIQUE ID\760\remote\400\screenshots</code> and ''Portal 2'' screenshots to <code>\Steam\userdata\UNIQUE ID\760\remote\620\screenshots</code>.
=== Disabling the HUD, Crosshair and Portal Gun Model ===
Next, open the console (<code>~</code> by default) and enter <code>cl_drawhud 0</code> and hit enter. Next, type <code>r_drawviewmodel 0</code> and hit enter. This will disable the HUD/Crosshair, and portal gun. To get the hud and crosshair back, simply type <code>cl_drawhud 1</code> and <code>r_drawviewmodel 1</code> respectively.


=== Mac ===
=== Noclip ===
By pressing <code>Shift+Cmd+3</code>, OSX will automatically take a full screen screenshot. Any images taken via this method will appear on the Desktop.
To get special angles, type in <code>sv_cheats 1</code>, and then <code>noclip</code>. This will enable noclip, allowing you to fly across the room looking for the best angles. When done flying, simply type <code>noclip</code> again.


== Converting images to meet the Wiki's [[Help:Image guidelines|Image guidelines]]. ==
== Taking a screenshot ==
The Wiki requires screenshots to be uploaded in the <code>.PNG</code> format. Most image-editing applications can open and re-save images from both Targa and <code>JPEG</code> into <code>PNG</code>. Here are a few examples of free image editors capable of doing the conversion:
=== Under Windows ===
* [http://gimp.org The Gimp]
Taking a screenshot '''under Windows''' is simple. By default, pressing {{Key|F5}} saves the image as a <code>TGA</code> (Targa) file in the <code>/screenshots/</code> folder of the relevant game:
* [http://getpaint.net Paint.net]
* Portal: <code>\Steam\steamapps\common\portal\portal\screenshots\</code>
* Portal 2: <code>\Steam\steamapps\common\portal 2\portal2\screenshots\</code><br>
'''Do not use Steam screenshots ({{Key|F12}}) as these are saved as low quality JPEGs instead.'''


In order to upload the image, you first need to convert the image into <code>PNG</code> format.
* There are numerous websites that do this for you. Here is a quick link to [https://www.converthub.com/tgatopng.php one].
* Most image editors can perform the conversion. [https://www.irfanview.com/ IrfanView] and [https://www.getpaint.net/ Paint.NET] are free and easy to use.


{{NS HELP navbar}}
=== Under OS X ===
Taking a screenshot '''under OS X''' is slightly simpler than above.
By pressing {{Key|Shift}}+{{Key|Cmd}}+{{Key|3}} at the same time, OS X automatically takes a full-screen screenshot. It is also possible to take a screenshot of a certain part of your screen using {{Key|Shift}}+{{Key|Cmd}}+{{Key|4}}.
Any images taken via this method appear on the Desktop. Alternatively, you can press {{Key|fn}}+{{Key|F5}} for the same result as Windows.

Navigation menu