Space Engineers

Space Engineers

39 Bewertungen
Ore Finder Plus [OFP]
5
2
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Dateigröße
Veröffentlicht
Aktualisiert
60.588 KB
16. Juni 2020 um 8:50
20. Mai um 14:21
12 Änderungshinweise (anzeigen)

Abonnieren zum Herunterladen
Ore Finder Plus [OFP]

Beschreibung
Ore Finder Plus
Description
This is a Space Engineers in-game script for logging ore locations. Currently the Ore Detector[github.com] allows a player to "scan" for ore deposits they can mine.

***********
NEW VERSION 3.0
Major fix and update.

3.0 Fixes:
  • Fixed Issue with Radians vs Degrees for forward and plane scanning
  • Added Filtering of ore to display (now done on the ore deposit screen)
  • Added Pagination for Ore displayed in the GPS screen (default 10 at a time and you can navigate the pages)
Configuration Gude Here: OFP Guide
Beliebte Diskussionen Alle anzeigen (2)
34
31. Okt. 2020 um 11:42
Better Stone Compatible?
Soridar
1
5. Feb. 2021 um 21:07
ore finder plus
Diamondoftheocean
147 Kommentare
Onosendai  [Autor] 18. Mai um 13:58 
Another question for you @OrthodoxAnarchist. Are you using any Ore Mods? Like Better Stone?
Onosendai  [Autor] 28. Apr. um 20:59 
Hmm ok let me look into it. Can you share the world with me? You should be able to post the save game into the workshop and I can pull it down and test with your exact setup.
OrthodoxAnarchist 28. Apr. um 20:55 
To be clear, I updated the call from degrees to radians AFTER I noticed I wasn't picking up ores in the log anymore.
OrthodoxAnarchist 28. Apr. um 20:53 
I've had a really odd time with this. I was able to scan and now I can't.

I've parked 400m away from a new iron deposit (not visited or detected) on a new part of the map. I saw @Antono and @DarkSideRC's comment and confirmed that the radian fix is not up (all good, just had to fix two lines of code). Reloading the fix cleared the log, so now I'm back to 0 detected (just iron, nbd). But, I've now done a few scans and can't get this deposit to show up. I went updated the scan step from 18 to 9 just in case the ore was in a bad location; no fix. I know I have configured everything correctly b/c I'm in the settings menu watching it scan, and it worked earlier, but here's my config:
- LCD has [OFP] tag and displays w/o issue
- Programmable block shows no errors
- Ore detector has [OFP] tag, no other ore detectors on the grid (except on a connected small grid miner that is powered off)
- OFP settings are default

Any advice? Any thing else I can provide to help troubleshoot?
Onosendai  [Autor] 19. Okt. 2023 um 10:01 
@MrFox. No unfortunately it can not. The one mod it requires is the OreDetector Raycast mod (to allow for the ore detectors in game to have the ray casting ability that I use to fire rays out to find ore.)
MrFox 17. Okt. 2023 um 16:11 
Can this work with no mods? as in pure vanilla/DLC blocks
Onosendai  [Autor] 3. Sep. 2023 um 11:11 
@DarkSideRC that fix seems to work really well. I'll make a new release here shortly. Thanks!
Onosendai  [Autor] 31. Juli 2023 um 14:24 
@null this works with all ore. I've tested with most modded ore to make sure but let me know if you get an issue.

@Atono and @DarkSideRC nice catch. I'll update the script and the github repo. Thanks!

@DarkSideRC Yeah that would be great about checking existant gps points. hit me up and we can chat (or even feel free to submit a pull request or issue to the github and I can fix it up.
Thanks all
DarkSideRC 26. Juli 2023 um 10:46 
@Onosendai : i've also find a way to check already existant gps points to check already existant points. I can tell you if you need.
DarkSideRC 26. Juli 2023 um 0:00 
@Atono : I think your are right. Front scan never work for me. Always find ores to the right... I change script to convert edgrees to radians and then it works fine : Vector3D.CreateFromAzimuthAndElevation(azimuth / 360.0 * 2.0 * 3.14159, elevation / 360.0 * 2.0 * 3.14159, out targetDirection);