-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Here is my Spawn Conditions file which includes the MustSpawnInPlanetaryLane tag.
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EntityComponents>
<EntityComponent xsi:type="MyObjectBuilder_InventoryComponentDefinition">
<Id>
<TypeId>Inventory</TypeId>
<SubtypeId>PlanetaryLaneSpawnConditions</SubtypeId>
</Id>
<Description>
[MES Spawn Conditions]
[MaxSpawnFromPlanetSurface:38000]
[MustSpawnInPlanetaryLane:true]
</Description>
</EntityComponent>
</EntityComponents>
</Definitions>
For whatever reason, this will not set the encounters to spawn within the planetary lanes that go between planets. I'm unsure if the PlanetaryLanePlanetNameA and PlanetaryLanePlanetNameB tags are required as the wiki does not state that they are, but to my knowledge they shouldn't be. I want my Spawn Group to spawn in any planetary lane rather than only one.
Metadata
Metadata
Assignees
Labels
No labels