Again you are correct, after checking my logs it seems I visited this system in 2017, what a coincidence, I will have to make a check each time I get a "not predicted" message if this keep happening...lol, nearly exactly 6 years ago, 14/1/2017!
Yep, between .Net update and U14, I've just not had time to get to CC yet. SoonCodex Companion no longer seems to be marking bios as being seen. I presume that this is because of the latest updates to BioInsights that new deals with this directly.
That's fine. I can wait. I'm trying to achieve a 100% bio collection. That will take me ages!!Yep, between .Net update and U14, I've just not had time to get to CC yet. Soon![]()
That's fine. I can wait. I'm trying to achieve a 100% bio collection. That will take me ages!!
{ "timestamp":"2023-01-04T09:32:01Z", "event":"FSSBodySignals", "BodyName":"xxx", "BodyID":3, "SystemAddress":xxx, "Signals":[ { "Type":"$SAA_SignalType_Biological;", "Type_Localised":"Biological", "Count":1 }, { "Type":"$SAA_SignalType_Geological;", "Type_Localised":"Geological", "Count":3 } ] }
{ "timestamp":"2023-01-04T09:50:01Z", "event":"ScanOrganic", "ScanType":"Log", "Genus":"$Codex_Ent_Tube_Name;", "Genus_Localised":"Roseum Sinuous Tubers", "Species":"$Codex_Ent_TubeABCD_01_Name;", "Species_Localised":"Prasinum Sinuous Tubers", "SystemAddress":xxx, "Body":3 }
{ "timestamp":"2023-01-04T09:58:16Z", "event":"ScanOrganic", "ScanType":"Analyse", "Genus":"$Codex_Ent_Tube_Name;", "Genus_Localised":"Roseum Sinuous Tubers", "Species":"$Codex_Ent_TubeABCD_01_Name;", "Species_Localised":"Prasinum Sinuous Tubers", "SystemAddress":xx, "Body":3 }
Hi @MattG,
There is a non-atmo species named Prasinum Sinuous Tubers that BioInsights is totally silent about. Neither scanning the planet nor scanning the species itself triggers any activity in the plugin.
Code:{ "timestamp":"2023-01-04T09:32:01Z", "event":"FSSBodySignals", "BodyName":"xxx", "BodyID":3, "SystemAddress":xxx, "Signals":[ { "Type":"$SAA_SignalType_Biological;", "Type_Localised":"Biological", "Count":1 }, { "Type":"$SAA_SignalType_Geological;", "Type_Localised":"Geological", "Count":3 } ] }
Code:{ "timestamp":"2023-01-04T09:50:01Z", "event":"ScanOrganic", "ScanType":"Log", "Genus":"$Codex_Ent_Tube_Name;", "Genus_Localised":"Roseum Sinuous Tubers", "Species":"$Codex_Ent_TubeABCD_01_Name;", "Species_Localised":"Prasinum Sinuous Tubers", "SystemAddress":xxx, "Body":3 }
Code:{ "timestamp":"2023-01-04T09:58:16Z", "event":"ScanOrganic", "ScanType":"Analyse", "Genus":"$Codex_Ent_Tube_Name;", "Genus_Localised":"Roseum Sinuous Tubers", "Species":"$Codex_Ent_TubeABCD_01_Name;", "Species_Localised":"Prasinum Sinuous Tubers", "SystemAddress":xx, "Body":3 }
Can you please take a look at this?
Oh. Good to know. Thanks!
Would it be a big deal to add them, though? Bio is bio, after all.![]()
There are a few caveats: it only works for Odyssey Bios - I might add Horizons later, but no real motivation to do so.
Give me the exact spawning requirements for each bio. Even then it's not as trivial as you might think - Horizon bios can spawn multiple variants on same body for example.Oh. Good to know. Thanks!
Would it be a big deal to add them, though? Bio is bio, after all.![]()
What would geo tracking do, exactly? Spec it out and maybe it can be done. I don't think geo prediction is possible though.True, but it is Matt's baby, I would like to see something that tracks geo as well so I could get my codex updated with those, may have to write my own.
What would geo tracking do, exactly? Spec it out and maybe it can be done. I don't think geo prediction is possible though.
I'm pretty sure what you say here is right. Prediction is difficult.Yeah, basically the only idea I have that I would like to have it let me know when a geo on the planet isn't in my codex because checking the in game codex is a pain, but I am thinking you can't do that without mapping first right? The FSS on the body only gives pretty basic info for geo, sometimes only stuff like "water magma" but not if it's geysers, fumaroles and etc, you need to map to find that? I mean I am also thinking, do we even know if there is maybe more than one class of geo feature of said type, maybe a planet can have both water and methane fumaroles in the right conditions for instance but it only tells you fumaroles.
It's a desire only at the moment and not really thought through, I don't know enough about the date returned from FSS on geo to make a good guess of what it could do.
I'm pretty sure what you say here is right. Prediction is difficult.
It's not to do with Matt's plugins, but I had intended to learn how to do custom criteria for Observatory and get it to alert me when there is a bio signal on a non-atmosphere body. Be it shards, anemone or whatever, they're usually worth a look. I'll get around to it one day.
::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::
Here you go: check the spreadsheet linked in this thread, and the "Surface Bio - Horizons" part there.Give me the exact spawning requirements for each bio. Even then it's not as trivial as you might think - Horizon bios can spawn multiple variants on same body for example.
One of the bigger issues I have is the temperature requirements for different atmospheres. I strongly believe Ody temp ranges are based on black body temperature, but there’s enough examples to cross reference atmosphere to range. That data for older bios is harder to come by.Here you go: check the spreadsheet linked in this thread, and the "Surface Bio - Horizons" part there.
That said, to everyone: it's not as easy as you might think. The multiple variants (actually implemented as different species instead) per body is less of a problem, there's a more practical one: a good handful of Horizons flora don't cover entire regions, but only appear in relatively small spheres. Bark mounds only appear within 100 ly of a nebula center, brain trees only appear around a handful of specific nebulae (the ones with remote Guardian ruins). These one are at least established and their centers are well-known, but there is also the problem of sinuous tubers: there are spheres of those in the galaxy which's centers AFAIK haven't been determined yet.
So, without checking for locations, the predictions would be swamped by false positives. For reference, take a look at this map.
In other words, beyond the functionality needed for the Odyssey flora, the program would need to check for: star types present in the system, body types present in the system, system's distance to certain other systems. Doable? Sure. Worth the effort for flora that pays poor credits, and can easily be predicted by a human? Well...
Oh Fab! Thank you. That was very kind.::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::