Space Engineers

Space Engineers

Automatic Miner Probe Script
22 Comments
☭Android☭  [author] 26 Jun, 2024 @ 11:20am 
even manual has english version, in script you just need to set ENG bool to true as i remember
☭Android☭  [author] 26 Jun, 2024 @ 11:19am 
but this script supports english language
Arthur 26 Jun, 2024 @ 7:05am 
i had a variant of this script in english... i will see if i can find it on my disk somewhere
MrFox 26 Jun, 2024 @ 7:03am 
Wish this was in english, seems amazing!
☭Android☭  [author] 21 Sep, 2023 @ 1:44am 
Ну и читай руководство
☭Android☭  [author] 21 Sep, 2023 @ 1:37am 
Скинуть не могу, 7 винда игрой не поддерживается, строишь платформу, на ней программируемый блок, в него скрипт, на платформе к коннектору зонд-пример подключаешь, настройки в описании зондов указаны.
Ещё нужен грузовой контейнер, камера, питание и т.д.
Krolick 21 Sep, 2023 @ 12:25am 
Возможно ли полный рабочий чертеж станции с зондами для наглядного примера?
А то я что та не понимаю что и куда водить.
Arthur 11 Aug, 2021 @ 10:47pm 
And a Little Tip, convert the Values on Screen to String, Like speed or distance to have less Visual polution on screen

instead of `(float)RC.GetShipSpeed())` to get like "speed X.YZABCD"
you can use `((float)RC.GetShipSpeed()).ToString("0.0")` to get "speed X.Y"

or `((float)(RC.GetPosition() - Me.GetPosition()).Length()).ToString("0.00")` to "X.YZ m."

or even to get a GPS with a fews metters precision instead of a EXACTLY postion of RC
Arthur 11 Aug, 2021 @ 10:33pm 
well, of all the tests I've done so far, the chance of her getting stuck coming back straight is minimal compared to the chance of her get stuck trying to spin inside the hole, since the only time she got stuck, was because a small voxel (a micro perfect cube of a few cubic centimeters) entered the connector on the way back
☭Android☭  [author] 11 Aug, 2021 @ 1:16am 
Killed the probes? This should indicate that the order of the probes was lost due to the removal of one of them from the list.
☭Android☭  [author] 11 Aug, 2021 @ 1:14am 
It looks like the probe is drilling the shaft at an angle relative to the starting position. You have disabled its ability to adjust its position when exiting the mine, which will lead to the fact that the probe may get stuck in the mine.
Arthur 11 Aug, 2021 @ 1:00am 
nope, is gyro override, autopilot keep off until leave the area, i just solve it by change the pitch and yaw on script to a fixed value as 0 on Mode 5 (override/enabled = true; Pitch/Yaw = 0;), in this case, the drone back up ~aligned with the hole
☭Android☭  [author] 10 Aug, 2021 @ 10:51am 
Can suggest that is script enables autopilot too early by settings.
☭Android☭  [author] 10 Aug, 2021 @ 10:51am 
@Arthur No idea. Maybe just can't leave? I have not encountered this.
Arthur 10 Aug, 2021 @ 10:12am 
why my ship keep trying to rotate inside the hole?
Santa 18 Jul, 2021 @ 9:11am 
Спасибо он не мог заправиться)
☭Android☭  [author] 18 Jul, 2021 @ 6:27am 
Рекомендуется установить дисплей под каждое название (всего вроде 6 дисплеев) чтобы получать максимум информации от скрипта.
☭Android☭  [author] 18 Jul, 2021 @ 6:26am 
Если буровик подлетает к точке для бурения и ничего не делает, значит ориентация гироскопа неверна (должна быть такой же, как на зондах-примерах, т.е. такая же как у блока ДУ).
☭Android☭  [author] 18 Jul, 2021 @ 6:26am 
Если есть мелькание между статусами "Готов" и "Заправляется" значит это связано с инвентарём буровика, либо он не может выгрузить груз либо не может заправить свои реакторы.
☭Android☭  [author] 18 Jul, 2021 @ 6:25am 
@Santa Буровик посылается автоматически, если он готов и есть залежа. Если буровик не запускается, то либо он не готов (не может заправиться и т.д.) либо он не функционирует (нет необходимых блоков\выставлена неверная дистанция поиска блоков (следует поставить -1 для поиска по сетке, а не расстоянию).
Santa 18 Jul, 2021 @ 6:06am 
Здравствуйе! Подскажите я не могу запустить буровик.какая команда чтоб его отправить?