Could be interesting. But now we'll have two competing co-ordinate systems...
This should prove a very useful addition, I infer from this that the positional data for Star Systems can now be scrapped from your AppConfig.xml file so we shouldn't need to enter new star system coordinates manually into EDDB![]()
What two competing systems?
Not quite. You'll still need to upload part or all of your network log file for the likes of EDDB to parse the system co-ordinates out, with the admins coming up with code to parse and store the relevant data (and it means that you'll have to visit the system - not always necessary with trilateration).
Fair point. If the maths is right then results should be the same.
I think you'll find that the various tools use Sol as the origin because that's what FDev chose!And it turns out that we're lucky in that FD picked Sol as their origin as well so it looks workable.
Only want to show you all the new format of the "System" line from the netlog, if not already known:
Code:{15:04:12} System:"Sol" StarPos:(0.000,0.000,0.000)ly Body:34 RelPos:(-0.537345,2.69377,-1.20617)km NormalFlight
{15:04:12} System:"Sol" StarPos:(0.000,0.000,0.000)ly Supercruise
Oh my...it's now distinguishing between NormalFlight and Supercruise. And I'm seeing data about undocked vs. docked vs. landed.Interestingly it sometimes writes out a short-form version, possibly if you enter supercruise or if you jump systems (haven't worked out when). So if anyone is coding you need to take account of both forms.
The short form looks something like:
Code:{15:04:12} System:"Sol" StarPos:(0.000,0.000,0.000)ly Supercruise
It's done that for a while. Not really anything useful that tools can do with the info 'though, which is why EDMC and other tools don't expose it.Oh my...it's now distinguishing between NormalFlight and Supercruise.
Please paste examples of these for those of us not on beta. The "docked" log entry will be really useful for tools like EDMC, TCE etc.And I'm seeing data about undocked vs. docked vs. landed.
Please paste examples of these for those of us not on beta. The "docked" log entry will be really useful for tools like EDMC, TCE etc.
{12:02:45} Commander Put Docked
{12:05:38} Commander Put Undocked
{12:09:05} GetSafeUniversalAddress Station Count 1 moved 0 Undocked Not Landed
{12:35:20} GetSafeUniversalAddress Station Count 1 moved 0 Undocked Landed
Here are examples:
Code:{12:02:45} Commander Put Docked {12:05:38} Commander Put Undocked {12:09:05} GetSafeUniversalAddress Station Count 1 moved 0 Undocked Not Landed {12:35:20} GetSafeUniversalAddress Station Count 1 moved 0 Undocked Landed
TCE Mk.II V1.2.4.2 now supports "Docked" and "Landed" status.
Curious, I haven't seen these entries. Do you have verbose logging turned on?
Curious, I haven't seen these entries. Do you have verbose logging turned on?
I also think I've seen the pad number coming from some logs I receive.
Yeah, after playing with it more, I can confirm that a log is not added directly as a result of docking / landing state change, it's simply being shown in other messages.
System:"Sol" StarPos:(0.000,0.000,0.000)ly Supercruise
System:"Sol" StarPos:(0.000,0.000,0.000)ly NormalFlight
System:"Sol" StarPos:(0.000,0.000,0.000)ly Docked
System:"Sol" StarPos:(0.000,0.000,0.000)ly Landed