File information

Last updated

Original upload

Created by

William G Lea

Uploaded by

williamglea

Virus scan

Safe to use

Tags for this mod

About this mod

A Single Button Screen Capture mod which supports saving files in PNG, BMP, JPG, GIF, And Tiff formats with user specified paths and variable compression for TIF and JPG Files. Paths specified must be obsolete and creatable. Program reports failures and successes. Maintains a count of images saved during a session.

Share
Requirements
Permissions and credits
PrintScreen is intended for use during a play through where you just want to grab a casual shot of the screen without major interception to the game play.  For that reason the program does no adjustments to the image. While the MCM limits the Path string to 30 characters I have added the ability to Input longer paths vis a json file. If you edit hte json file the MCM path input will be disabled. All changes will then need to be made in the json file via an external editor.  Change back to a short path to reactivate the MCM path control.


In creating this version I made hheavy use of Ai code programing.  I based the program on windows Desktop Duplication API and the WIC API for file storage. The program works by copying the desktop or main display.  It assumes that your Skyrim Game is set to full screen resolution. If not the program will still capture the entire display.You can set the path for files. It  supports: PNG,  JPG,  BMP,  GIF, and TIF image formats.

ACKNOWLEDGEMENTS:

I would like to acknowledge contributions from Mrow Purr and DarkFox127 with out who's YouTube tutorials this mod would have been impossible. I also refereed to Luca - EzioTheDeadPoet's  Ultimate Immersion Toggle - UI Toggle - Hide Your HUD-UI - Rebuild Mod for reference to formulas for Menu visibility control. 

I also use Mrow Purr's Cmake and control files for vaiusl Studio and visual Studio.