All Projects → NoFoolLikeOne → EDMC-Screenshot

NoFoolLikeOne / EDMC-Screenshot

Licence: GPL-3.0 license
A plugin for EDMC that detects screenshot events are converts them to PNG format

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to EDMC-Screenshot

EDMC-Canonn
Project Athens: EDMC plugin to automatically collect accurate science data from the galaxy and coordinate missions
Stars: ✭ 52 (+79.31%)
Mutual labels:  elite-dangerous, edmc
EDSM-RSE-for-EDMC
Elite: Dangerous Star Map - Red Star Eliminator (EDSM-RSE) is a plugin that displays the name and distance to a nearby system, that is on EDSM but is missing coordinates (therefore being displayed as red system)
Stars: ✭ 26 (-10.34%)
Mutual labels:  elite-dangerous, edmc
ED-Warthog-Target-Script
Elite Dangerous Warthog Target Script (HCS Keys Binding)
Stars: ✭ 20 (-31.03%)
Mutual labels:  elite-dangerous
EliteAPI
.NET API for Elite: Dangerous Journal | Hook in-game events to code!
Stars: ✭ 96 (+231.03%)
Mutual labels:  elite-dangerous
streamdeck-elite-icons
Themeable, language neutral Elite Dangerous icons for Stream Deck with the stream-deck-elite plugin.
Stars: ✭ 28 (-3.45%)
Mutual labels:  elite-dangerous
EDCT
EDCT is a tool for large quantity trades in Elite: Dangerous. It is very useful for fleet carrier owners
Stars: ✭ 18 (-37.93%)
Mutual labels:  elite-dangerous
elite-journal
Parsing the Elite: Dangerous journal and putting it into a cool format.
Stars: ✭ 34 (+17.24%)
Mutual labels:  elite-dangerous
Auto Neutron
An automatic neutron route plotter for Elite Dangerous
Stars: ✭ 18 (-37.93%)
Mutual labels:  elite-dangerous
X52-Pro
X52 Pro Files 2.2.3
Stars: ✭ 56 (+93.1%)
Mutual labels:  elite-dangerous
bcplus
BoardComputer+ for E:D
Stars: ✭ 15 (-48.28%)
Mutual labels:  elite-dangerous
Sextant
Exploration Assistant for Elite Dangerous
Stars: ✭ 21 (-27.59%)
Mutual labels:  elite-dangerous
VoiceAttack-profiles
A collection of VoiceAttack profiles that I use to play Elite:Dangerous
Stars: ✭ 35 (+20.69%)
Mutual labels:  elite-dangerous
elitebgs
BGS tracking tool for Elite Dangerous
Stars: ✭ 49 (+68.97%)
Mutual labels:  elite-dangerous
fip-elite
Information Display for Logitech Flight Instrument Panel and for VR for Elite Dangerous
Stars: ✭ 32 (+10.34%)
Mutual labels:  elite-dangerous
fuelrats.com
Main website of the Fuel Rats. Elite: Dangerous's premier emergency refueling service.
Stars: ✭ 28 (-3.45%)
Mutual labels:  elite-dangerous
EliteObservatory
Tool for reading/monitoring Elite Dangerous journals for interesting objects.
Stars: ✭ 53 (+82.76%)
Mutual labels:  elite-dangerous
LandingPad
EDMC-Plugin to display the landingpad position in starports.
Stars: ✭ 27 (-6.9%)
Mutual labels:  edmc

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release, open the archive (zip) and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended) C:\Users\YOURUSERNAME\AppData\Local\Temp\EDMarketConnector.log

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Add option to have a high and low res version when the game saves hi resolution
  • Add an options to save thumbnails
  • Option to add planetery coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].