Space Engineers

Space Engineers

Astronomicon
Cruel Sun  [developer] 22 Sep, 2020 @ 3:21pm
Suggestions
Right here:steamhappy:
< >
Showing 1-8 of 8 comments
Korvatus Klok 6 May, 2021 @ 7:03pm 
Any chance you could set it up to work on subgrids?
Also is there a possibility that it could gather/display the GPS coordinates of the asteroid?
Cruel Sun  [developer] 7 May, 2021 @ 11:44am 
Originally posted by Korvatus Klok:
Any chance you could set it up to work on subgrids?
Also is there a possibility that it could gather/display the GPS coordinates of the asteroid?

- If you mean a camera from subrid - yes
- Gathering the asteroid info to LCD is present, see the LCD Keys Usage
Korvatus Klok 7 May, 2021 @ 4:01pm 
I've tried to use it on a subgrid and the script doesn't see the cameras. As reguards to the LCD keys it keeps coming up with no results found and no gps coordinates.
Cruel Sun  [developer] 9 May, 2021 @ 12:37am 
Originally posted by Korvatus Klok:
I've tried to use it on a subgrid and the script doesn't see the cameras. As reguards to the LCD keys it keeps coming up with no results found and no gps coordinates.
- You tryed to use a subgrid lcd? Then yes. Ok I'll make some changes.
BeeSkee 7 Jan, 2023 @ 6:54pm 
Wish I knew about this before. XD I'd love to see it support working with an ore scanner to add or update a database entry with the ores present.
kinngrimm 20 Feb, 2023 @ 4:46pm 
1. shared or automaticly merged database for faction members(which might be what the replication vid is about)
2. Mineral Diposite Scan automaticly added
3. other objects, stations, derilict ships, last enemy spoted
Last edited by kinngrimm; 20 Feb, 2023 @ 4:56pm
Cruel Sun  [developer] 21 Feb, 2023 @ 12:21pm 
Originally posted by kinngrimm:
1. shared or automaticly merged database for faction members(which might be what the replication vid is about)
2. Mineral Diposite Scan automaticly added
3. other objects, stations, derilict ships, last enemy spoted

1. shared or automaticly merged database for faction members(which might be what the replication vid is about) - this works if you have access to your friend's antenna (and key)
2. Mineral Diposite Scan automaticly added - Camera can't get information about minerals =(
3. other objects, stations, derilict ships, last enemy spoted - this script was meant for asteroids. Maybe someday/
VaNnOrus 23 Sep, 2024 @ 10:50am 
It will be cool if you added clear notes code. Something like Note- (n-) or NoteClear command
If user set note with miss click then noway to clear that note. If call program with parameter "n/a", then next call n+ added text to "n/a". While if you use n+ for an empty asteroid, program auto removes the "n/a" text.

I am just put after note and n cmds to clear note "Core.Target.Description = _NA":

else if (A.StartsWith("note-") && Core.Target.Active && (Core.Target.Type == MyDetectedEntityType.Asteroid || Core.Target.Type == MyDetectedEntityType.Unknown)) { Core.Target.Description = _NA; Core.Base[Core.GetIndexFromBase(Core.Target.ID)] = Core.GetRayCastInfoLine(); UpdateRaycastInfo(); InitStorage(false); LastRCID = -1; Show(); }
else if (A.StartsWith("n-") && Core.Target.Active && (Core.Target.Type == MyDetectedEntityType.Asteroid || Core.Target.Type == MyDetectedEntityType.Unknown)) { Core.Target.Description = _NA; Core.Base[Core.GetIndexFromBase(Core.Target.ID)] = Core.GetRayCastInfoLine(); UpdateRaycastInfo(); InitStorage(false); LastRCID = -1; Show(); }
< >
Showing 1-8 of 8 comments
Per page: 1530 50