EDMCOverlay

Authors

Status
Active
Date release
2016-05-16
Revision number
1.06
With an API
Required software
EDMC
Compatible with release
Sources available
License
MIT
Supported languages
English en
Platform
GameApplication Windows
Elite:Dangerous Application

Share

A DirectX Overlay Library Plugin for EDMC. Directly paint basic alert/notification text on the ED screen at any location, ideal for EDMC plugins that provide an achievement system.

EDMC Overlay is an EDMC Plugin for *other* EDMC Plugins and other software.  It provides the means for direct in-game visual updates either from an EDMC Plugin or directly from another tool via a simple JSON API.

 

EDMCOverlay is the backend that powers visual display for EDMC HITS and The NULL EDMC BGS Tracker Plugin


Links

History

  • Jul 1, 2022 (Dave247) Updated listing
  • Jul 5, 2017 (inorton) mention HITS
  • May 17, 2017 (inorton) add youtube demo vid
  • View more ...
  • May 17, 2017 (inorton) Add youtube demo
  • May 17, 2017 (inorton) First revision

API

A simple TCP service that understands line-based JSON messages like so:

{"id": "test1", "text": "You are low on fuel!", "size", "normal", color": "red", "x": 200, "y": 100, "ttl": 8}

Tools using the API

API used by this tool