Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Stumbled on a feature I'm not sure was covered, but when you search your asteroids, opening the Text field of the LCD automatically copies it to your gps. So just search "?" for all asteroids and they'll all populate your GPS coords.
Would it be possible to display the ore it contains? sorry i'm asking too much ;)
Hm how ore detector works....Hmmm ?
Why human on Earth ? how do we make babies ?
Nice day
+GPS will add any user's point to base (manually). It's showed on a video.
Not sure if this has been asked but, will this still work it the camera is behind glass and/or transparent LCD panels?
2. The resuilt of the search is stored in •• Astronomicon Custom Data too.
https://github.com/malware-dev/MDK-SE/wiki/Sandbox.ModAPI.Ingame.IMyJumpDrive
About the XBox port - You can use my script to made the port. If you know how to do it.
I've taken a look at the curretly published scripts, mostly scripts from Isy republished, but you shouldn't need an xbox to port it, just copy the code to a file named Script.cs and then zip that source file, zip name can be anything.
Then you would have to create a SE mod (type ingameScript) on mod.io and upload the zip.
Not sure if the type is available during creation or if you have to set it afterwards.
Gordon Shumway, thank you so much for your feedback! Now the code is better.
My Team already loves this and it makes working on the same set of gps as a group easy.
Already found the Me.CustomName line which is a totally fine for me.
The 176km dont make sense in my case, the object is about 30km away.
Maybe check the calculation, seems to be incorrect.
(atleast i dont know how a distance of ~30km turn to something above 100km, let alone 176km)
I currently use AutoLCDs CustomData function to pull the info from the PB on LCD which makes is usable for us but its easier for everyone (and less scripts to run) if you implement it in yours.
I hope its okay if i post these things here in comments, i'd happily provide feedback anywhere you need as this is something i searched for quite some time and none of the existing scripts where as good as this one
- About the Logo - Line 3 - const string Logo = "Astronomicon"; // You can change this OR remove Line
Me.CustomName = " •• " + Logo;
- 176km is a lenght between your grid and an object
- With the search resuilts - Ok, I add it
If i use the find command it gives me the search results in the PB custom data - would it be possible to maybe tag a lcd with
_astro_results or something similar for it to show only found objects?
2nd thing i noticed is that theyre prefixed with a distance
176 Km GPS:Molag 4DA:-5977.98:119829.68:-128437.62: Mg,Ice,
which turns to roughly 24km when added as a gps. What distance is that?