Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Rob edited this page Jul 23, 2020 · 17 revisions

Released on Friday 16/7/2020

New! Check out our Youtube Videos series for help on using EDD. More videos to come!

To get the latest release, click on Download the latest version and scroll down to the bottom of the page, and download the .exe installer.

See Release Notes for the release history.

Get help and advice on our Discord

EDD-EDMC allows you to run EDMC plugins in a separate window. EDD or EDDLite will automatically start the EDMC-EDD window and load the plugins.

Usage

  1. Install EDD-EDMC as above.

  2. Run EDD-EDMC on its own. This will install the necessary interface code into EDD or EDDLite to allow them to know about EDD-EDMC.

  3. Run EDD or EDDLite.

  4. EDD or EDDLite will ask you for permission to run EDMCHarness.DLL - allow it. It will remember your choice. If for some reason you decline, you can change your mind by using the menu option to clear the DLL permissions (Admin menu in EDD and Config in EDDLite).

  5. EDD will load EDD-EDMC and run it.

The window position you place EDD-EDMC will be retained after the next start. EDD-EDMC will automatically stop when EDD or EDDLite stops.

  1. Copy your EDMC plugins to the %applocaldata%\EDD-EDMC\plugins folder, as shown below:

EDD-EDMC does not interfere or use EDMC folders in any way, so if your running EDMC as well you will need to duplicate the plugins.

And thats it!

runfrom.txt

Place this file in the EDD-EDCD appdata folder, and you can control what script is run by the harness DLL. This is for debugging purposes.

`

Harness looks for this file, and uses it to select the python run with this script instead of trying to run the .exe

CONSOLE=True or False

Optional SCRIPT=script path - run from script not exe, or None - do not run at all

CONSOLE=False SCRIPT=c:\code\EDD-EDMC\python\eddedmc.py `

Clone this wiki locally