EliteAttack: added options from #133 i forgot

* auto retract landing gear
* auto disable SRV lights

fixes #133
This commit is contained in:
alterNERDtive 2022-05-19 13:16:00 +02:00
parent 8572d0ec4c
commit b371523910
4 changed files with 23 additions and 1 deletions

View file

@ -1,4 +1,18 @@
# 4.3 (2022-05-19)
# devel
## EliteAttack 8.4
### Added
* `auto retract landing gear` setting: Automatically retract landing gear when
lifting off a planet / undocking from a station. Default: true. (#133)
* `auto disable s r v lights` setting: Automatically turn SRV lights off when
deploying one. Default: true. (#133)
-----
# 4.3 (2022-05-19)
**NOTE**: Further development is on hold and Odyssey compatibility will not be
worked on for the time being. See [the corresponding issue on

View file

@ -18,6 +18,10 @@ Toggles:
at a station. Default: true.
* `auto enter station services`: Automatically enter the Station Services menu
after docking at a station. Default: true.
* `auto retract landing gear`: Automatically retract landing gear when lifting
off a planet / undocking from a station. Default: true. (#133)
* `auto disable s r v lights`: Automatically turn SRV lights off when deploying
one. Default: true. (#133)
* `edsm system status`: Pull system data from EDSM and compare it
against your discovery scan. Default: true.
* `discovery scan on primary fire`: Use primary fire for honking instead of

View file

@ -71,6 +71,10 @@ namespace alterNERDtive.util
description: "Automatically move the ship to the hangar after docking at a station.") },
{ new Option<bool>("autoStationService", true, voiceTrigger: "auto enter station services",
description: "Automatically enter the Station Services menu after docking at a station.") },
{ new Option<bool>("autoRetractLandingGear", true, voiceTrigger: "auto retract landing gear",
description: "Automatically retract landing gear when lifting off a planet / undocking from a station.") },
{ new Option<bool>("autoDisableSrvLights", true, voiceTrigger: "auto disable s r v lights",
description: "Automatically turn SRV lights off when deploying one.") },
{ new Option<bool>("flightAssistOff", false, voiceTrigger: "flight assist off",
description: "Permanent Flight Assist off mode. You should really do that, its great.") },
{ new Option<bool>("hyperspaceDethrottle", true, voiceTrigger: "hyper space dethrottle",

Binary file not shown.