Space Engineers dedicated server plugin to disable the 3-planet limit, and enable the full Star System world on Xbox servers.
By default, Xbox servers only allow 3 (unique) planets per world, though it is possible to spawn multiple copies of the same planet. This plugin raises the limit to 99 unique planets, which seems to be the default on PC.
Warning: Older Xbox consoles may be unable to join, or crash when joining, due to planets' high RAM requirements. This plugin has only been tested on the Xbox Series X, using the Star System [PC] world.
If you do not have Visual Studio, you can download the pre-built plugin with dependencies from the releases page and skip to Installation and usage.
- Clone this repository.
- Open
NoXboxPlanetLimit.sln
in Visual Studio. - If your Steam or Space Engineers install paths are not in the default
C:\Program Files (x86)\Steam
, update the missing library references to the correct game install path. - Ensure the solution Platform is set to
x64
, and notAnyCPU
, to avoid mismatch warnings. - Click Build > Build Solution.
- Copy
NoXboxPlanetLimit.dll
from the build output and continue to the next section.
- Download and install SEDedicatedPluginLoader on the dedicated server.
- If using pre-built plugin: Download the latest version of this plugin from the releases page and unzip locally. Copy the contents of
Plugins
to the SEDedicatedPluginLoader directories of the same name, set up in the previous step. - If building manually: Follow the Building instructions above, then copy
NoXboxPlanetLimit.dll
to thePlugins
folder. - Unblock the DLL. To unblock, right-click
NoXboxPlanetLimit.dll
, click Properties, select Unblock, and then click OK.
- If Unblock does not appear in the Properties window, the file is already unblocked.
- Restart the server.
If the Dedicated Server Manager does not show PC worlds when Console Compatibility is enabled, do the following:
- Open the world folder in the Saves directory.
- Delete the
.scf
file, e.g., forStar System [PC]
, the file is namedStarSystem.scf
. - In the Server Settings, Click Saved Worlds > Refresh, and the world should now be selectable.
- Remove
Plugins/NoXboxPlanetLimit.dll
from the SEDedicatedPluginLoader installation folder.