Space Engineers

Space Engineers

39 évaluations
Ore Finder Plus [OFP]
5
2
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
60.588 KB
16 juin 2020 à 8h50
20 mai à 14h21
12 notes de changement ( voir )

S'abonner pour télécharger
Ore Finder Plus [OFP]

Description
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
Discussions populaires Tout voir (2)
34
31 oct. 2020 à 11h42
Better Stone Compatible?
Soridar
1
5 févr. 2021 à 21h07
ore finder plus
Diamond/NUKE
147 commentaires
Onosendai  [créateur] 18 mai à 13h58 
Another question for you @OrthodoxAnarchist. Are you using any Ore Mods? Like Better Stone?
Onosendai  [créateur] 28 avr. à 20h59 
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 avr. à 20h55 
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 avr. à 20h53 
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  [créateur] 19 oct. 2023 à 10h01 
@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 oct. 2023 à 16h11 
Can this work with no mods? as in pure vanilla/DLC blocks
Onosendai  [créateur] 3 sept. 2023 à 11h11 
@DarkSideRC that fix seems to work really well. I'll make a new release here shortly. Thanks!
Onosendai  [créateur] 31 juil. 2023 à 14h24 
@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 juil. 2023 à 10h46 
@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 juil. 2023 à 0h00 
@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);