From f75f490a73b5022763cdf36e5164f31fdc5bab10 Mon Sep 17 00:00:00 2001 From: EmanueleCiriachi Date: Tue, 19 Sep 2017 09:51:44 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c5b2c..3059a2d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# SmartPipsManagement +# Herbrand's SmartPipsManagement A Thrustmaster T.A.R.G.E.T. Script to control Elite Dangerous Power Distributor more efficiently + +Setup: +In order to use the script, you must first configure the variables in the file HerbrandPipsManagementVariables.tmh; I am using the first Hat of the Thrustmaster Warthog joystick, and the DX23 through DX26 keys for it, but feel free to rebind them at your leisure. + +After that, ensure that both files are in the same folder of your TARGET Script profile and add the following line to the top: + + include "HerbrandPipsManagement.tmh" + +Finally, add + + InitSmartPipsManagement(); + +at any point in your script. If everything compiles, after running you should receive the "SmartPipsManagement: Initialization complete" message at the bottom of the Script Editor. +The behavior of the script is described in the image PowerManagementDiagram.jpg.