Skip to content

Commit

Permalink
Update Sandbox_config.sbc to remove global encounters
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas authored Oct 14, 2024
1 parent a0f0fff commit 16891d7
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions Sandbox_config.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<MaxBlocksPerPlayer>0</MaxBlocksPerPlayer>
<TotalPCU>0</TotalPCU>
<PiratePCU>50000</PiratePCU>
<GlobalEncounterPCU>25000</GlobalEncounterPCU>
<MaxFactionsCount>0</MaxFactionsCount>
<BlockLimitsEnabled>NONE</BlockLimitsEnabled>
<EnableRemoteBlockRemoval>true</EnableRemoteBlockRemoval>
Expand Down Expand Up @@ -148,9 +149,27 @@
<MinimumWorldSize>0</MinimumWorldSize>
<MaxCargoBags>100</MaxCargoBags>
<TrashCleanerCargoBagsMaxLiveTime>30</TrashCleanerCargoBagsMaxLiveTime>
<ScrapEnabled>true</ScrapEnabled>
<ScrapEnabled>false</ScrapEnabled>
<BroadcastControllerMaxOfflineTransmitDistance>200</BroadcastControllerMaxOfflineTransmitDistance>
<TemporaryContainers>true</TemporaryContainers>
<GlobalEncounterTimer>15</GlobalEncounterTimer>
<GlobalEncounterCap>0</GlobalEncounterCap>
<GlobalEncounterEnableRemovalTimer>true</GlobalEncounterEnableRemovalTimer>
<GlobalEncounterMinRemovalTimer>90</GlobalEncounterMinRemovalTimer>
<GlobalEncounterMaxRemovalTimer>180</GlobalEncounterMaxRemovalTimer>
<GlobalEncounterRemovalTimeClock>30</GlobalEncounterRemovalTimeClock>
<EncounterDensity>0.35</EncounterDensity>
<EncounterGeneratorVersion>6</EncounterGeneratorVersion>
<EnablePlanetaryEncounters>true</EnablePlanetaryEncounters>
<PlanetaryEncounterTimerMin>15</PlanetaryEncounterTimerMin>
<PlanetaryEncounterTimerMax>30</PlanetaryEncounterTimerMax>
<PlanetaryEncounterExistingStructuresRange>7000</PlanetaryEncounterExistingStructuresRange>
<PlanetaryEncounterAreaLockdownRange>10000</PlanetaryEncounterAreaLockdownRange>
<PlanetaryEncounterDesiredSpawnRange>6000</PlanetaryEncounterDesiredSpawnRange>
<PlanetaryEncounterPresenceRange>20000</PlanetaryEncounterPresenceRange>
<PlanetaryEncounterDespawnTimeout>120</PlanetaryEncounterDespawnTimeout>
<LimitBlocksBy>BlockPairName</LimitBlocksBy>
<MaxHudChatMessageCount>100</MaxHudChatMessageCount>
</Settings>
<Mods>
<ModItem FriendlyName="AQD - Builder's Skybox">
Expand Down Expand Up @@ -590,5 +609,5 @@
</ModItem>
</Mods>
<SessionName>Starcore MT</SessionName>
<LastSaveTime>2024-10-07T15:43:06.2860373-05:00</LastSaveTime>
</MyObjectBuilder_WorldConfiguration>
<LastSaveTime>2024-10-14T14:39:17.5438701-05:00</LastSaveTime>
</MyObjectBuilder_WorldConfiguration>

0 comments on commit 16891d7

Please sign in to comment.