screenshot: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
<dd class="note"> | <dd class="note"> | ||
This command only captures the rendered picture (including ppEffects). GUI nor the mouse are visible on the screenshot. '''(ArmA 3 1.62.137494)''' | This command only captures the rendered picture (including ppEffects). GUI nor the mouse are visible on the screenshot. '''(ArmA 3 1.62.137494)''' | ||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> | |||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on December 3, 2017 - 08:42 (UTC)</dd> | |||
<dt class="note">[[User:POLPOX|POLPOX]]</dt> | |||
<dd class="note"> | |||
Change Sampling on Video Options to make bigger picture than your screen.<br/> | |||
For example, 200% sampling on 1920x1080 screen and take screenshot via this command, it will generate a 3840x2160 picture. | |||
</dd> | </dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 09:42, 3 December 2017
Description
- Description:
- Captures a screenshot and stores it to given filename. PNG is the only available format and the file must have .png extension.
The file is saved into Screenshots folder in the Profile directory. The folder is by default limited to 250 MB to prevent abuse.
To increase the limit, add the following line at the end of the profile file:maxScreenShotFolderSizeMB = 2000;
2000 can be replaced by any value in MB. - Groups:
- Uncategorised
Syntax
- Syntax:
- screenshot filename
- Parameters:
- filename: String - desired path and name relative <USERDIR>\Screenshot\. If empty string "" used, the filename will be autogenerated in format: YYYY_MM_DD_hh_mm_ss.png
- Return Value:
- Nothing
Examples
- Example 1:
screenshot "";
- Example 2:
screenshot "testFile.png";
- Example 3:
- The following code will result in the screenshot being placed in \Documents\Arma 3\Screenshots\any\where\you\want.png
screenshot "any\where\you\want.png";
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Bottom Section
Notes
Bottom Section
- Posted on July 18, 2016 - 18:31 (UTC)
- IT07
- This command only captures the rendered picture (including ppEffects). GUI nor the mouse are visible on the screenshot. (ArmA 3 1.62.137494)
- Posted on December 3, 2017 - 08:42 (UTC)
- POLPOX
-
Change Sampling on Video Options to make bigger picture than your screen.
For example, 200% sampling on 1920x1080 screen and take screenshot via this command, it will generate a 3840x2160 picture.