Update 3.2.0: BEYOND CHAPTER 2
-> The great improvements in this release are courtesy of CMDR Clicker. Thanks for solving some of these outstanding limitations/bugs mate! Along side these improvements, a few mapping conflicts have been addressed.
mNAVBeaconWing = CHAIN(
LOCK+PULSE+SystemPanel, D(),
PULSE+UIPrevPanel, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UISelect, D(),
PULSE+UIDown, D(),
PULSE+UISelect, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UINextPanel, D(),
PULSE+UIBack,
LOCK);
mNAVBeaconOff = CHAIN(
LOCK+PULSE+SystemPanel, D(),
PULSE+UIPrevPanel, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UISelect, D(),
PULSE+UISelect, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UINextPanel, D(),
PULSE+UIBack,
LOCK);
mReportCrimesToggle = CHAIN(
LOCK+PULSE+SystemPanel, D(),
PULSE+UIPrevPanel, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UISelect, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UINextPanel, D(),
PULSE+UIBack,
LOCK);
mReportCrimesToggle = CHAIN(
LOCK+PULSE+SystemPanel, D(250),
PULSE+UIPrevPanel, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UIDown, D(),
PULSE+UISelect, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UIUp, D(),
PULSE+UINextPanel, D(),
PULSE+UIBack,
LOCK);
Hi again,
Slight correction to my mReportCrimesToggle macro.
I learned several things with this.
1) OCD is good.
2) Efficiency not always good
3) ALWAYS test in flight as well as docked
Also, I needed to add a small delay after opening the panel as it sometimes needs some "refresh" time.
YMMV.
Hello Frontier,
since I am here in the Official Frontier Forum, I hope that also an expert from Frontier will comment on my problem and help me to solve it.
So far, only players with my problem may have reported a very specific problem. ....
Please Frontier give me support for my problem.
I already supported the ingenious game in crowdfunding and added the best possible hardware only for Elite Dangerous, now I would like to play the game without having problems with the program all the time.
Thank you in advance.
P.S.:
Also from the community I would be pleased about all further tips, which were not yet addressed and tried out by me.
All...
Alas my intermittant issues with the Joystick continue.
...
If anyone else has seen this issue (with Win10 + latest TARGET software and HOTAS firmware), please let me know.
Clicker
...
If anyone else has seen this issue (with Win10 + latest TARGET software and HOTAS firmware), please let me know.
...
All,
For what it’s worth, I’ve worked out how to read and write external files from TARGET script.
I don’t yet know what I’d use this for.
Options might be for saving and restoring various toggle states, writing debug info to file instead of console perhaps?
Perhaps use the console to get user input for user defined options then save to a file?
Clicker