Space Engineers

Space Engineers

[VSI] Ore Deposit Scanner
ArcZeroNine 23 Mar, 2024 @ 10:24am
Config Info
these ranges show up for the long range mode with a fix depth of 150m if i remember correctly

<ScanRanges>
<Vector2I>
<X>0</X>
<Y>3000</Y>
</Vector2I>
<Vector2I>
<X>3000</X>
<Y>7500</Y>
</Vector2I>
<Vector2I>
<X>7500</X>
<Y>15000</Y>
</Vector2I>
</ScanRanges>

where these are the power for the 3 modes

<PowerConsumptionFactors>
<float>0.5</float>
<float>1.5</float>
<float>3</float>
</PowerConsumptionFactors>

for the deep mode i dont see any config for so im left to assume that either
A: we cant change those or
B: they are a factor of the ranges shown above.

i'd like to know as im making a system and its abit delayed trying to figure out ore depths and locations. this ore scanner is my goto scanner as it doesnt kill my computer and seems to be just fine for servers as its an active scanner and not a passive one.

so basically, can we change the depth also or just the range?