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
This can be of help but it does not find ore for you:
https://steamcommunity.com/sharedfiles/filedetails/?id=2687324923
If you play Star System worlds some players have recorded locations of ore deposits, Spaceman Spiff is one of the greatest! There's more than Uranium deposits in the GPS coordinates these mods he's made share:
https://steamcommunity.com/sharedfiles/filedetails/?id=2347992479
If you could get the information, then the game becomes Automation Engineers. YOU are supposed to GO LOOK for ore.
You will notice that a lot of blocks are needed when using the new AI blocks while using a Script need way less blocks ;)
The Drone ready to use with Tuto in description :
https://steamcommunity.com/sharedfiles/filedetails/?id=3010907855
Note
All premade available worlds we have are always the same on creating new so we have to play/explore all those worlds only one time to have the best GPS coords / best Rich ore spots of the world.
+
Keep all those GPS coords into a LCD or into the Drone and Blueprint it to reuse anytime we want.
This is an interesting comment:
link to that comment's topic
You're not the only one that would love being able to have a drone find ore and mine it automatically. As we've shared here automating finding ore deposits isn't possible.
Github Map Viewer:
https://github.com/StalkR/Space-Engineers-Map-Viewer
The map viewer gives you an overview how planets look like, both from a terrain perspective (where are low and high points) as well as where are the ores. With the web interface you can also drag/zoom and click to get the GPS.
I have no idea if that really works or how well it works if it does at all. The link that says "check it out" doesn't load for me. I think you would have to learn how to run py (Python) executable files locally in order to run it but I could be wrong.
I only did one functional test and it worked so your mileage may vary. It does a raycast kinda similar to the camera raycast and puts the results in custom data but it also has scripting interface.
https://steamcommunity.com/sharedfiles/filedetails/?id=2460392939
That makes a list of ore deposits ... From there and the custom text, someone with scripting skill (including me) can display the results anywhere. Anybody wants help with the script, I can probably help as always.
Getting a drone there is one thing, I think. Making it mine once it's there automatically is another.
Might be a few days until I deal with the personal stuff too.
The text put in the custom data is one GPS each line. I pointed it at an ice lake and it found ice (obviously) then stone then magnesium so 3 GPS points. Depending on the complexity wanted and determination, a script could prioritize the ore types.
Yes, someone could manually copy the GPS location to a remote control, but I don't suggest it at this time. The remote control ship will have a destination inside a planet/asteroid and you'll have to use a sensor or something to quickly stop before splatting.
I played and tested it for maybe 20 minutes on a rover the ore detector is hidden behind armor panels (plate) on. It was only picking up stone despite having markers on the hud of other ores in front of me the ore detector was broadcasting. It picked up gold I didn't have a marker for on the hud once but the gold it found disappeared from the custom data list.
It seems to only pick up what's directly in front of it unless there's a radius setting I overlooked or the panels are blocking it.
It also seems to lose GPS's it displays once the ore is out of it's aim. If it's not where this mod is detecting it's not in the custom data list. I had it pick up 3 different deposits at times but the GPS's for them didn't stay, they went away for some reason.
I assume writing a script to automate a mining drone would be too much of a task to make sure it doesn't kerspat into the ground before it starts mining. Correct? Or is that not too extremely difficult? I haven't messed with the GPS numbers enough to figure out the measurement of each decimal place they have.
That's beyond what I'm capable of. No clue what that is or how to use it.
So it's not really a "RAY"cast? It's a tiny little, single, thin beam?
I'm bummed it doesn't actually scan and display ores from the entire radius the ore detector detects. Still a really cool mod either way!