in Touchdown
script, make reporting the lat/lon of vehicle optional.
#2463
Labels
9. enhancement
The behaviour is as specified, but we would like to modify or extend the spec.
cottle
Relates to a Cottle script rather than C# code.
What happens now
When my ship touches down on a planet EDDI reports, among other things, "Coordinates are 12.34 degrees latitude, and 56.78 degrees longitude." – and I don't care; I'm not using that information for anything, and prefer the on-screen location displays or other tools when I need the surface location.
What I'd like to happen
I'd like to be able to disable that easily, and in a way that makes it easy to adopt future updates to that script. (Which seems like a script that could end up doing more, since touchdown is an event that could trigger, eg, reporting exo-biology or geology information.)
How it can happen
My implementation followed some other scripts, adding a config flag at the top, default to true for equivalent with current script, and then skipping the location report if it is not truthy. That way I have one line to edit, and it should stay possible to enable/disable this. :)
my edits are the two lines with the word
reportLocation
. (I couldn't think of a better word, but that doesn't seem quite exactly a description of what it controls. alas, naming.)EDDI Version
EDDI v.4.0.2-b5 (changes based on a script reset to default, then edited, so current.)
The text was updated successfully, but these errors were encountered: