Skip to main content

How To Limit the Number of Concurrent Drop Pods Allowed on Your Space Engineers Server

1. Log In to Your Panel


2. Select the ‘Files’ Tab

The Cybrancee panel dashboard with an arrow pointing to the Files tab.

3. Select the ‘config’ Folder

The server file manager showing the config folder.

4. Select the ‘Saves’ Folder

The Saves folder highlighted in the server file manager.

5. Select the ‘World’ Folder

The World folder highlighted inside the Saves directory.

6. Inside the ‘World’ Folder, Select the ‘Sandbox_config.sbc‘ File

The Sandbox_config.sbc file highlighted in the world folder.

7. Change the Drop Container Limit

Scroll through the text file or use Ctrl + F to find the following line of XML code: <MaxDropContainers>5</MaxDropContainers>

This number represents the absolute maximum number of Unknown Signal drop pods that can exist in the world concurrently.

To reduce server load, lower this number to 2 or 3.

If you want to disable them entirely, you can either set this to 0 or change the <EnableUnknownSignals>true</EnableUnknownSignals> variable to false.

Change the number to your desired limit. For example: <MaxDropContainers>2</MaxDropContainers>

Highlighting the MaxDropContainers XML variable manually added to the Space Engineers configuration file

8. What If the Setting Is Missing?

If you search your file and cannot find <MaxDropContainers>, do not panic! Space Engineers often hides this setting if your server is running the default hidden values.

Simply scroll through the file until you find the main <Settings> section. Hit Enter to create a new, empty line, and type the exact code below to manually apply the limit: <MaxDropContainers>2</MaxDropContainers>


9. Save the Changes


10. Restart Your Server

Left 4 Dead 2 Server Hosting

Starts at $3.99

External link icon
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents