Author Topic: Elit dangerous profile for FSD jump when clear mass lock  (Read 5762 times)

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Elit dangerous profile for FSD jump when clear mass lock
« on: May 17, 2020, 08:42:01 AM »
With the enormous help from the very knowledge and patient people/person "Pfiel" in this forum I now have a command profile that starts charging your frame shift drive when your ship is clear any mass lock.

You may have to adjust the pause in the loop command to account for the times that the "status.json" file updates in user saved games folder.
I have included the key binds used in my main profile for reference to use to adjust the profile to your profile keybindings.

Aniv_D

  • Newbie
  • *
  • Posts: 18
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #1 on: May 18, 2020, 10:24:31 AM »
small correction. FsdCharging = 131072
P.S. Thanks, "Pfiel". he noticed that.

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #2 on: May 18, 2020, 12:11:08 PM »
I am surprised that is the only thing i messed up on, as far as we know anyway

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #3 on: May 18, 2020, 12:14:54 PM »
here is the corrected version
« Last Edit: May 18, 2020, 07:42:21 PM by Incurable-Rash »

Meridian

  • Newbie
  • *
  • Posts: 6
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #4 on: May 25, 2020, 06:49:22 AM »
You also have to change "C:\Users\PcGamer\Saved Games\Frontier Developments\Elite Dangerous\Status.json"

Just in case anyone installs it without looking at the script.

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #5 on: May 25, 2020, 10:26:54 AM »
Thanks for the heads up new to sharing scripts

"C:\Users\"Your username here"\Saved Games\Frontier Developments\Elite Dangerous\Status.json"
or alter to where ever you have the "status.json" file stored.

ArNeo

  • Newbie
  • *
  • Posts: 10
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #6 on: November 28, 2020, 07:50:31 PM »
U can use "%USERPROFILE%\Saved Games\Frontier Developments\Elite Dangerous\Status.json" then it's always correct for logged-in user.

Windows has environment variables %USERPROFILE% for the user profile location,
to see all set window-variables you can Start 'Command Prompt' (CMD), and type>set <enter>
see for some more info: ss64.com

alterNERDtive

  • Jr. Member
  • **
  • Posts: 52
Re: Elit dangerous profile for FSD jump when clear mass lock
« Reply #7 on: December 02, 2020, 12:19:05 AM »
You may have to adjust the pause in the loop command to account for the times that the "status.json" file updates in user saved games folder.

I suggest using EDDI if you need state information about the game readily available in VoiceAttack. You can also create commands in response to various events. You’ll probably want to disable the speech responder if that’s all you want to use it for.

https://github.com/EDCD/EDDI

In this case you’ll want to check the `Status fsd status` text variable for `masslock` vs. `ready`.

https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration