Server-only Space Engineers plugin for Magnetar.
- Python 3.12 (requires 3.12 or newer)
- Magnetar — the Space Engineers server with plugin support
- .NET Framework 4.8.1 Developer Pack and .NET 10 SDK
ServerPlugin- Magnetar plugin entry point and server runtime code.Shared- common plugin helpers and interfaces.
This repository builds only the Magnetar server plugin.
Install the Space Engineers Dedicated Server build references and the .NET SDK required by the project, then build:
dotnet build Concealment.sln -c DebugThe plugin output is:
ServerPlugin/bin/Debug/net10.0/Concealment.dll
Magnetar stores configuration through the Plugin SDK config system.
Use the Magnetar local plugin folder or the included deploy scripts after a build:
ServerPlugin/Deploy.sh Concealment.dll ServerPlugin/bin/Debug/net10.0On Windows:
ServerPlugin\Deploy.bat Concealment.dll ServerPlugin\bin\Debug\net10.0Concealment.xml is the MagnetarHub metadata file for server-side publication.
Functionality is inspired by and reimplements the original Torch plugin Concealment by TorchAPI: https://github.com/TorchAPI/Concealment