Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleCiriachi authored Sep 19, 2017
1 parent db67740 commit f75f490
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f75f490

Please sign in to comment.