Skip to content

CometWorks/concealment

Repository files navigation

Concealment

Server-only Space Engineers plugin for Magnetar.

Prerequisites

Projects

  • ServerPlugin - Magnetar plugin entry point and server runtime code.
  • Shared - common plugin helpers and interfaces.

This repository builds only the Magnetar server plugin.

Build

Install the Space Engineers Dedicated Server build references and the .NET SDK required by the project, then build:

dotnet build Concealment.sln -c Debug

The plugin output is:

ServerPlugin/bin/Debug/net10.0/Concealment.dll

Configuration

Magnetar stores configuration through the Plugin SDK config system.

Deployment

Use the Magnetar local plugin folder or the included deploy scripts after a build:

ServerPlugin/Deploy.sh Concealment.dll ServerPlugin/bin/Debug/net10.0

On Windows:

ServerPlugin\Deploy.bat Concealment.dll ServerPlugin\bin\Debug\net10.0

Concealment.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

About

Concealment plugin for Magnetar.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors