se2-dev
Installation
SKILL.md
SE2 Dev — Space Engineers 2 Development Overview
Applies only to Space Engineers version 2.
Entry point and table of contents for se2-dev-* skills. Read this first to get the
big picture, then open the specific skill the task needs. Does not perform searches or builds
itself — routes you to the skill that does.
SE2 is in early access and its extension surface is still growing. Today only plugins are a full development target; the rest of this page says what exists now and what does not.
Ways to extend the game
| Layer | What it is | Runs as | Status | Skill |
|---|---|---|---|---|
| Plugin | .NET DLL patching the game with Harmony, loaded by Pulsar | Unsandboxed, full .NET | Available | se2-dev-plugin |
| Mod | Steam Workshop content, loaded by the game | Sandboxed | Evolving; no dedicated skill yet | see Guide.md |
| In-game script | Programmable Block code | — | Not yet in SE2 | — |