Space Engineers

Space Engineers

[SCAM] Simple Concurrent Adaptive Min3r
Zobrazuje se 1–10 z 11 položek
< 1  2 >
Aktualizace: 28. dub. v 8.51
provedl cheerkin

0.9.251

TerrainClearingMode
New task layout - HexSpiral

Aktualizace: 20. kvě. 2022 v 5.18

0.9.68

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

Aktualizace: 26. dub. 2022 v 7.01

0.9.65

IGC channels optimization, FinishAndDockHandler dispatcher-agent fix

Aktualizace: 12. dub. 2022 v 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.

Aktualizace: 8. dub. 2022 v 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.

Aktualizace: 6. dub. 2022 v 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

Aktualizace: 17. úno. 2022 v 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

Aktualizace: 26. srp. 2021 v 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.

Aktualizace: 23. srp. 2021 v 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) } },

Aktualizace: 16. srp. 2021 v 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.