Issue setting PCU per Player

Ronald Michael Buanno shared this bug 5 years ago
Outdated

I need some help setting the PCU per Player setting to a specific value such as 50000.

I have changed these settings :

Sandbox.sbc

--------------------------

<GameMode>Survival</GameMode>
    <InventorySizeMultiplier>1</InventorySizeMultiplier>
    <BlocksInventorySizeMultiplier>1</BlocksInventorySizeMultiplier>
    <AssemblerSpeedMultiplier>1</AssemblerSpeedMultiplier>
    <AssemblerEfficiencyMultiplier>1</AssemblerEfficiencyMultiplier>
    <RefinerySpeedMultiplier>1</RefinerySpeedMultiplier>
    <OnlineMode>PUBLIC</OnlineMode>
    <MaxPlayers>12</MaxPlayers>
    <MaxFloatingObjects>128</MaxFloatingObjects>
    <MaxBackupSaves>5</MaxBackupSaves>
    <MaxGridSize>0</MaxGridSize>
    <MaxBlocksPerPlayer>50000</MaxBlocksPerPlayer>
    <TotalPCU>1000000</TotalPCU>
    <PiratePCU>50000</PiratePCU>
    <MaxFactionsCount>0</MaxFactionsCount>
    <BlockLimitsEnabled>PER_PLAYER</BlockLimitsEnabled>
    <EnableRemoteBlockRemoval>true</EnableRemoteBlockRemoval>
Server.conf

<GameMode>Survival</GameMode>
    <InventorySizeMultiplier>1</InventorySizeMultiplier>
    <AssemblerSpeedMultiplier>1</AssemblerSpeedMultiplier>
    <AssemblerEfficiencyMultiplier>1</AssemblerEfficiencyMultiplier>
    <RefinerySpeedMultiplier>1</RefinerySpeedMultiplier>
    <OnlineMode>PUBLIC</OnlineMode>
    <MaxPlayers>12</MaxPlayers>
    <MaxFloatingObjects>128</MaxFloatingObjects>
    <MaxBackupSaves>5</MaxBackupSaves>
    <MaxGridSize>0</MaxGridSize>
    <MaxBlocksPerPlayer>50000</MaxBlocksPerPlayer>
    <EnableBlockLimits>PER_PLAYER</EnableBlockLimits>
    <EnableRemoteBlockRemoval>true</EnableRemoteBlockRemoval>


However, after I save the server is reporting that the PCU per player is 83333?

Why is this happening? I'm I over looking something? I would imagine some sort of computation is happening and coming up with this value?


Please advise.

Thanks,

Ron

Replies (3)

photo
1

normally this does not happen.

changing <BlockLimitsEnabled>PER_PLAYER</BlockLimitsEnabled> and <MaxBlocksPerPlayer>37500</MaxBlocksPerPlayer> to a value, will have the value that you have set up there, in this example 37.5k

you will need to edit the sandbox.sbc file if you load a pre-existing world and the SpaceEngineers-Dedicated.cfg if you want to create a new one.


try to make sure you edit the right files / the right save you are currently using.

photo
1

Yea i did do that. Perhaps I will try doing it again on another server to test.

photo
1

if your issue still persists after that and you are sure you changed the correct savegame, please do upload the savefiles so other users like me and keen , can reproduce this issue

photo
photo
1

Hello, Engineer!


Thank you for your feedback! Your topic has been added between considered issues.

Please keep voting for the issue as it will help us to identify the most serious bugs.


We really appreciate your patience.


Kind Regards

Keen Software House: QA Department

Leave a Comment
 
Attach a file