How to Disable the PCU Limit on Your Space Engineers Server
The PCU (Performance Cost Unit) limit controls how many blocks players can place on your server. This guide shows you how to disable it entirely.
This change is made in the save's Sandbox_config.sbc file. See Edit Save Settings for more background on editing save-level config files.
Before you start: Stop your server before editing config files.
Steps
- Log in to the Game Control Panel and navigate to your server.
- Stop your server.
- Click File Manager.
- Navigate to
ServerSaveData\Saves\<YourWorldName>. - Right-click
Sandbox_config.sbcand click Edit. - Find the following line:
<BlockLimitsEnabled>GLOBALLY</BlockLimitsEnabled> - Replace
GLOBALLYwithNONEso it reads:<BlockLimitsEnabled>NONE</BlockLimitsEnabled> - Click Save & Exit.
- Return to the main control panel and start your server.
The PCU block limit is now disabled on your Space Engineers server.