Difference between revisions of "Scr sshot type"

From FTE
Jump to: navigation, search
 
 
Line 1: Line 1:
 
Name: scr_sshot_type<br>
 
Name: scr_sshot_type<br>
 
Default value: "jpg"<br>
 
Default value: "jpg"<br>
Flags:   <br>
+
Cvar flags: None<br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Minimal GL Build]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 
Chooses the type of screenshot to produce with the [[screenshot]] command and the extension to use when saving the screenshot. Defaults to "jpg".<br />
 
Chooses the type of screenshot to produce with the [[screenshot]] command and the extension to use when saving the screenshot. Defaults to "jpg".<br />

Latest revision as of 05:24, 1 November 2005

Name: scr_sshot_type
Default value: "jpg"
Cvar flags: None
FTEQW Builds: Software Renderer OpenGL Renderer Minimal GL Build Merged Build Linux Build

Chooses the type of screenshot to produce with the screenshot command and the extension to use when saving the screenshot. Defaults to "jpg".

Available types:

- *tga*: Targa lossless image
- *png*: PNG lossless image
- *jpg*: JPEG lossy image
- *jpeg*: JPEG lossy image, same as jpg
- *pcx*: PCX 8-bit image

The current renderer makes no difference with the types usable with screenshot.

Cvar flags: None