Space Engineers

Space Engineers

[SCAM] Simple Concurrent Adaptive Min3r
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 4월 28일 오전 8시 51분
작성자: cheerkin

0.9.251

TerrainClearingMode
New task layout - HexSpiral

업데이트: 2022년 5월 20일 오전 5시 18분

0.9.68

Forced using mining area gravity as normal for GPS and Raycast handlers (getting planet center via gui-controller seat).

업데이트: 2022년 4월 26일 오전 7시 01분

0.9.65

IGC channels optimization, FinishAndDockHandler dispatcher-agent fix

업데이트: 2022년 4월 12일 오전 3시 45분

0.9.60

toggle:cc, BroadCastHalt, UpNormal for drill/shaft path segments, dock-aboveDock aligned with docka WM, AlignDelta ignores Z, GUI button tips.

업데이트: 2022년 4월 8일 오전 3시 35분

0.9.57

Roll power factor set-value, disabled gyro amp (derivative gain), H2 checks improved, enforced normal for zero-g entry->drill transition.

업데이트: 2022년 4월 6일 오전 11시 23분

0.9.56

Various fixes.
"low-update-rate", point-blank raycast fix, BroadcastResume clear-state race fix, GroupConstraint persist in task, maintenance watch during mining state, enforce drone roll orientation, multiple docka claims on force-finish spam fix.

- pathing and locking is hard to deal with without big rework, so a temp workaround I introduced WholeAirspaceLocking bool at the top of the code. If enabled, the drone would hold lock for any transition (dock-shaft, shaft-shaft) for the whole path (a bit less efficient, but should eliminate any mid-air collisions)

- enforced drone roll to orient them uniformly

- maintenance checks during mining state once per minute

업데이트: 2022년 2월 17일 오전 11시 24분

v.0.9.49
GuiHandler, ShaftStates, AgentReport, MiningTask, CancelShaft, Agent color coding

new features:

- GUI

- Color-coded drones

- Mining plan

- State change timer block action

- Drone listing

업데이트: 2021년 8월 26일 오전 4시 53분

0.9.43

Handle control rework (more aggressive flight model, see top script constants)
GPS task.

Fixes:
DockingFinal restore, NaN dock velocity fix, EffectiveForce refresh fix, forward-gyro tag constant fix.

업데이트: 2021년 8월 23일 오후 12시 10분

0.9.42

Added H2 drone support.
Fixed ignoring getAbove-altitude in docking path segment.
More detailed info on screen.
Auto-estimation of shaft-radius based on drone grid drill positions relative to forward-gyro.
command:set-value:skip-depth - BroadcastStart race condition fix.

New consts:
const string ForwardGyroTag = "forward-gyro";

New set-value keys:
{ "cargo-full-factor", new Variable<float> { value = 0.8f, parser = s => float.Parse(s) } },
{ "battery-low-factor", new Variable<float> { value = 0.2f, parser = s => float.Parse(s) } },
{ "battery-full-factor", new Variable<float> { value = 0.8f, parser = s => float.Parse(s) } },

업데이트: 2021년 8월 16일 오후 12시 29분

Added logger-char-limit (5K default).
add-logger and add-panel find LCD by tag again (CustomName contains).
add-logger and add-panel style configurators extracted to top of the script for user to change.