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.
Compiled against this verson but may work with others
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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.