Skip to content

Commit

Permalink
init pirate, generate stations
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Nov 9, 2024
1 parent cc6af0d commit feccf4e
Show file tree
Hide file tree
Showing 11 changed files with 811 additions and 467 deletions.
330 changes: 165 additions & 165 deletions SANDBOX_0_0_0_.sbs

Large diffs are not rendered by default.

Binary file modified SANDBOX_0_0_0_.sbsB5
Binary file not shown.
438 changes: 369 additions & 69 deletions Sandbox.sbc

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions Sandbox_config.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
<GlobalEncounterMinRemovalTimer>0</GlobalEncounterMinRemovalTimer>
<GlobalEncounterMaxRemovalTimer>0</GlobalEncounterMaxRemovalTimer>
<GlobalEncounterRemovalTimeClock>0</GlobalEncounterRemovalTimeClock>
<EncounterDensity>0.35</EncounterDensity>
<EncounterGeneratorVersion>6</EncounterGeneratorVersion>
<EnablePlanetaryEncounters>false</EnablePlanetaryEncounters>
<PlanetaryEncounterTimerMin>0</PlanetaryEncounterTimerMin>
Expand All @@ -174,7 +173,7 @@
<MaxHudChatMessageCount>100</MaxHudChatMessageCount>
</Settings>
<Mods>
<ModItem FriendlyName="Shipyards Revival">
<ModItem FriendlyName="[bugged]Shipyards Revival">
<Name>3013053286.sbm</Name>
<PublishedFileId>3013053286</PublishedFileId>
<PublishedServiceName>Steam</PublishedServiceName>
Expand Down Expand Up @@ -491,5 +490,5 @@
</ModItem>
</Mods>
<SessionName>RingsOfSaturnSubvival</SessionName>
<LastSaveTime>2024-10-26T15:02:35.0378278-05:00</LastSaveTime>
<LastSaveTime>2024-11-09T07:23:28.3924161-06:00</LastSaveTime>
</MyObjectBuilder_WorldConfiguration>
12 changes: 12 additions & 0 deletions Storage/2053202808.sbm_BlockRestrictions/BlockRestrictions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6800,5 +6800,17 @@
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
<SerializableBlockSetting>
<Type>MyObjectBuilder_Collector/RingwayCore</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
</Settings>
</BlockSaveData>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[15:02:29.560] [T1] [DS=False] DEBUG | Log Started
[15:02:29.612] [T1] [DS=False] DEBUG | BeforeStart() - Checking Group Settings:
[07:19:40.216] [T1] [DS=False] DEBUG | Log Started
[07:19:40.262] [T1] [DS=False] DEBUG | BeforeStart() - Checking Group Settings:
-> GroupName = UniqueNameHere
->-> Setting has 1 definitions:
->->-> Definition = (null)/(null)
Expand Down Expand Up @@ -1102,7 +1102,7 @@ BeforeStart() - Checking Config for saved settings
-> Setting = MyObjectBuilder_Collector/Quantum_Tether
->-> Setting added successfully
-> Setting = MyObjectBuilder_TerminalBlock/LargeTeleportGateway
->-> Setting added successfully
->-> Unable to retrieve MyCubeBlockDefinition
-> Setting = MyObjectBuilder_Collector/ShipyardCorner_Large
->-> Setting added successfully
-> Setting = MyObjectBuilder_UpgradeModule/SlipspaceDriveLarge
Expand Down
Loading

0 comments on commit feccf4e

Please sign in to comment.