Skip to content

MustSpawnInPlanetaryLane Spawn Condition tag doesn't work #326

@XGNXLency

Description

@XGNXLency

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions