Elite Observatory - Search your journal for potentially interesting objects, or notify you of new ones on the fly while exploring!

There is an issue jumping to a Thargoid controlled system which can/does cause a crash.

Vith is aware, and we'll get an update Soon™️

Ok I jumped to system under, jumped to system in danger but not to one controlled.......so that may be why I haven't experienced it yet.
 
Are you monitoring while traveling through Thargoid controlled systems? If so, known issue, and will be resolved this weekend in the next release.
Yep popping in and out of the zones and FSS scanning unvisited systems on the way to and from rescue ships is when I normally notice that I stop getting notifications and see that it has closed.
 
Odyssey Update 14 Support


This release adds support for the journal changes in Odyssey update 14. The updated journal support should also fix a silent crash that could occur when monitoring logs in Thargoid controlled space.
In addition an issue which could cause pop-up notifications to steal focus from the game should now be resolved, courtesy of @fredjk-gh!

IMPORTANT​

This release also moves from .NET 5 to .NET 6. This change will break compatibility with older plugins and may cause Observatory to crash on launch if they are present.
If you wish to continue using plugins not included with this release, continue to use your current version of Observatory until the plugin author updates their plugins to be compatible with this version.
 
Getting constant crashes now... wont start up... attached log
I'd draw your attention to this bit:
This change will break compatibility with older plugins and may cause Observatory to crash on launch if they are present.

And
If you wish to continue using plugins not included with this release, continue to use your current version of Observatory until the plugin author updates their plugins to be compatible with this version.

I am yet to update my plugins, they will not work with this release. You can either delete any of my plugins, or use older version until I get new builds released. I hope it won't be too long to get new builds sorted, but am in a rush to get BioInsights into a workable state as it is mid-refactoring.
 
I'd draw your attention to this bit:


And


I am yet to update my plugins, they will not work with this release. You can either delete any of my plugins, or use older version until I get new builds released. I hope it won't be too long to get new builds sorted, but am in a rush to get BioInsights into a workable state as it is mid-refactoring.

Waiting!
 
I'd draw your attention to this bit:


And


I am yet to update my plugins, they will not work with this release. You can either delete any of my plugins, or use older version until I get new builds released. I hope it won't be too long to get new builds sorted, but am in a rush to get BioInsights into a workable state as it is mid-refactoring.
giphy.gif

;)
 
I woke up to find @MattG 's modules not working. Might be something to do with the auto-update module???
Hrm.

Auto-update should be working fine, I know others have used it with no issue. Did you upgrade to latest version of Core - if not, then new builds won't work due to the .NET5/6 change.

Otherwise - check Documents for observatory error log.
 
Hrm.

Auto-update should be working fine, I know others have used it with no issue. Did you upgrade to latest version of Core - if not, then new builds won't work due to the .NET5/6 change.

Otherwise - check Documents for observatory error log.
No - I was waiting for word on this post before doing anything! 🤦‍♂️
 
is it possible to write a rule pop up an alert if you find a non-atmospheric with life? like brain trees/anemonies etc? I'm mapping a brain-tree cluster at the moment, like 100+ systems, and it would be a big help lol
 
is it possible to write a rule pop up an alert if you find a non-atmospheric with life? like brain trees/anemonies etc? I'm mapping a brain-tree cluster at the moment, like 100+ systems, and it would be a big help lol

That should be quite simple using the scripting language, I have one that notifies me if a planet has an atmosphere with oxygen. All you need is a custom criteria where atmosphere = no and bio = yes.
 
is it possible to write a rule pop up an alert if you find a non-atmospheric with life? like brain trees/anemonies etc? I'm mapping a brain-tree cluster at the moment, like 100+ systems, and it would be a big help lol
::Criteria=HorizonsBio:: if scan.Landable and not scan.AtmosphereComposition then if biosignals > 0 then return true, 'Biological Anomaly', biosignals .. ' biosignals detected on non-atmospheric body' end end ::End::
 
Back
Top Bottom