Admin & Configuration: Planetary Cargo Ships - MeridiusIX/Modular-Encounters-Systems GitHub Wiki

You can find the Planetary Cargo Ships Settings Configuration File in MySaveWorldFolder\Storage\1521905890.sbm_ModularEncountersSpawner\Config-PlanetaryCargoShips.xml. The settings you can modify are listed below:

Setting: EnableSpawns
XML: <EnableSpawns>Value</EnableSpawns>
Chat Command: /MES.Settings.PlanetaryCargoShips.EnableSpawns.Value
Description: This setting allows you to Enable or Disable All Encounters from this Spawn Type.
Setting: FirstSpawnTime
XML: <FirstSpawnTime>Value</FirstSpawnTime>
Chat Command: /MES.Settings.PlanetaryCargoShips.FirstSpawnTime.Value
Description: This setting allows you to set how long (in seconds) after the game starts until the first Cargo Ship Spawn Event triggers. Value can be replaced with any integer number (no lower than 0).
Setting: MinSpawnTime
XML: <MinSpawnTime>Value</MinSpawnTime>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinSpawnTime.Value
Description: This setting allows you to set the minimum time (in seconds) until the next Cargo Ship Spawn Event triggers. The time trigger is a random number between MinSpawnTime and MaxSpawnTime. Value can be replaced with any integer number (no lower than 0 and should be lower than MaxSpawnTime).
Setting: MaxSpawnTime
XML: <MaxSpawnTime>Value</MaxSpawnTime>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxSpawnTime.Value
Description: This setting allows you to set the maximum time (in seconds) until the next Cargo Ship Spawn Event triggers. The time trigger is a random number between MinSpawnTime and MaxSpawnTime. Value can be replaced with any integer number (no lower than 0 and should be higher than MinSpawnTime).
Setting: MaxShipsPerArea
XML: <MaxShipsPerArea>Value</MaxShipsPerArea>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxShipsPerArea.Value
Description: This setting allows you to specify how many Planetary Cargo Ships can be present in a specified distance from the player. If there are more than the Value in this setting, then no other ships will spawn. The area size is determined in the AreaSize setting below. Value can be replaced with any integer number (no lower than 0).
Setting: AreaSize
XML: <AreaSize>Value</AreaSize>
Chat Command: /MES.Settings.PlanetaryCargoShips.AreaSize.Value
Description: This setting allows you to specify the area radius when checking for existing Planetary Cargo Ships for MaxShipsPerArea. Value can be replaced with any number (no lower than 0).
Setting: MaxSpawnAttempts
XML: <MaxSpawnAttempts>Value</MaxSpawnAttempts>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxSpawnAttempts.Value
Description: This setting allows you to specify how many times the spawner should attempt to find a valid random travel path for the Cargo Ship during the spawning phase. Value can be replaced with any integer number (no lower than 0).
Setting: PlayerSurfaceAltitude
XML: <PlayerSurfaceAltitude>Value</PlayerSurfaceAltitude>
Chat Command: /MES.Settings.PlanetaryCargoShips.PlayerSurfaceAltitude.Value
Description: This setting allows you to specify the minimum altitude from the surface the player must be for a Planetary Cargo Ship spawn event to trigger. Value can be any number higher than 0
Setting: MinPathDistanceFromPlayer
XML: <MinPathDistanceFromPlayer>Value</MinPathDistanceFromPlayer>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinPathDistanceFromPlayer.Value
Description: This setting allows you to specify the minimum distance the Cargo Ship travel path should be created from the player position. The distance is a random number between MinPathDistanceFromPlayer and MaxPathDistanceFromPlayer. Value can be replaced with any integer number (no lower than 0 and should be lower than MaxPathDistanceFromPlayer).
Setting: MaxPathDistanceFromPlayer
XML: <MaxPathDistanceFromPlayer>Value</MaxPathDistanceFromPlayer>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxPathDistanceFromPlayer.Value
Description: This setting allows you to specify the maximum distance the Cargo Ship travel path should be created from the player position. The distance is a random number between MinPathDistanceFromPlayer and MaxPathDistanceFromPlayer. Value can be replaced with any integer number (no lower than 0 and should be higher than MinPathDistanceFromPlayer).
Setting: MinSpawnFromGrids
XML: <MinSpawnFromGrids>Value</MinSpawnFromGrids>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinSpawnFromGrids.Value
Description: This setting allows you to specify the minimum distance the encounter should spawn from other grids and players. Value can be replaced with any number (no lower than 0).
Setting: MinAirDensity
XML: <MinAirDensity>Value</MinAirDensity>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinAirDensity.Value
Description: This setting allows you to specify the minimum air density at the spawning coords in order for a Planetary Cargo Ship to spawn. This setting is ignored if the SpawnGroup is using the [PlanetRequiresAtmo:false] tag. Value can be any number between 0 and 1.
Setting: MinSpawningAltitude
XML: <MinSpawningAltitude>Value</MinSpawningAltitude>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinSpawningAltitude.Value
Description: This setting allows you to specify the minimum altitude from the surface a Planetary Cargo Ship can spawn. Value can be any number higher than 0 and lower than MaxSpawningAltitude
Setting: MaxSpawningAltitude
XML: <MaxSpawningAltitude>Value</MaxSpawningAltitude>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxSpawningAltitude.Value
Description: This setting allows you to specify the maximum altitude from the surface a Planetary Cargo Ship can spawn. Value can be any number higher than 0 and higher than MinSpawningAltitude
Setting: MinPathAltitude
XML: <MinPathAltitude>Value</MinPathAltitude>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinPathAltitude.Value
Description: This setting allows you to specify the minimum altitude from the surface the cargo ship path should be from start to end. Value can be any number higher than 0
Setting: MinPathDistance
XML: <MinPathDistance>Value</MinPathDistance>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinPathDistance.Value
Description: This setting allows you to specify the minimum path distance the cargo ship will travel before despawning. The distance is a random number between MinPathDistance and MaxPathDistance. Value can be replaced with any integer number (no lower than 0 and should be lower than MaxPathDistance).
Setting: MaxPathDistance
XML: <MaxPathDistance>Value</MaxPathDistance>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxPathDistance.Value
Description: This setting allows you to specify the maximum path distance the cargo ship will travel before despawning. The distance is a random number between MinPathDistance and MaxPathDistance. Value can be replaced with any integer number (no lower than 0 and should be lower than MinPathDistance).
Setting: PathStepCheckDistance
XML: <PathStepCheckDistance>Value</PathStepCheckDistance>
Chat Command: /MES.Settings.PlanetaryCargoShips.PathStepCheckDistance.Value
Description: This setting allows you to specify the distance increment that is used when the spawner checks the Cargo Ship travel path for obstructions / low terrain / etc. Value can be replaced with any number (no lower than 0).
Setting: DespawnDistanceFromEndPath
XML: <DespawnDistanceFromEndPath>Value</DespawnDistanceFromEndPath>
Chat Command: /MES.Settings.PlanetaryCargoShips.DespawnDistanceFromEndPath.Value
Description: This setting allows you to specify how far from the end of the Cargo Ship travel path the ship will initiate its despawn. Value can be replaced with any number (no lower than 0).
Setting: DespawnDistanceFromPlayer
XML: <DespawnDistanceFromPlayer>Value</DespawnDistanceFromPlayer>
Chat Command: /MES.Settings.PlanetaryCargoShips.DespawnDistanceFromPlayer.Value
Description: This setting allows you to specify the minimum distance players must be from the encounter before despawn is triggered. Value can be replaced with any number (no lower than 0).
Setting: UseMinimumSpeed
XML: <UseMinimumSpeed>Value</UseMinimumSpeed>
Chat Command: /MES.Settings.PlanetaryCargoShips.UseMinimumSpeed.Value
Description: This setting allows you to specify if cargo ships should move at a minimum speed at spawn. If the speed limit specified in the spawn group is lower than the MinimumSpeed value, then that value will be applied. Value can be set to true or false
Setting: MinimumSpeed
XML: <MinimumSpeed>Value</MinimumSpeed>
Chat Command: /MES.Settings.PlanetaryCargoShips.MinimumSpeed.Value
Description: This setting allows you to specify the minimum speed a Cargo Ship should be moving at spawn if UseMinimumSpeed is set to true. Value can be replaced with any number (no lower than 0).
Setting: UseSpeedOverride
XML: <UseSpeedOverride>Value</UseSpeedOverride>
Chat Command: /MES.Settings.PlanetaryCargoShips.UseSpeedOverride.Value
Description: This setting allows you to specify if cargo ships should all use a specific speed. The SpeedOverride value would be the speed used. Value can be set to true or false
Setting: SpeedOverride
XML: <SpeedOverride>Value</SpeedOverride>
Chat Command: /MES.Settings.PlanetaryCargoShips.SpeedOverride.Value
Description: This setting allows you to specify the speed a Cargo Ship should be moving at spawn if UseSpeedOverride is set to true. Value can be replaced with any number (no lower than 0).
Setting: UseMaxSpawnGroupFrequency
XML: <UseMaxSpawnGroupFrequency>Value</UseMaxSpawnGroupFrequency>
Chat Command: /MES.Settings.PlanetaryCargoShips.UseMaxSpawnGroupFrequency.Value
Description: This setting allows you to specify if the spawn group frequency should be set no higher than a provided value. The MaxSpawnGroupFrequency value would be the frequency used if the spawn group frequency is above that value. Value can be set to true or false
Setting: MaxSpawnGroupFrequency
XML: <MaxSpawnGroupFrequency>Value</MaxSpawnGroupFrequency>
Chat Command: /MES.Settings.PlanetaryCargoShips.MaxSpawnGroupFrequency.Value
Description: This setting allows you to specify the spawning frequency of Planetary Cargo Ships if UseMaxSpawnGroupFrequency is set to true. Value can be replaced with any number (no lower than 0).
Setting: SpawnTypeBlacklist
XML: <SpawnTypeBlacklist>Value</SpawnTypeBlacklist>
Chat Command (Add): /MES.Settings.Creatures.SpawnTypeBlacklist.Add.Value
Chat Command (Remove): /MES.Settings.Creatures.SpawnTypeBlacklist.Remove.Value
Description: This setting allows you to blacklist certain spawngroups from appearing when this encounter type is used for spawning.
Setting: SpawnTypePlanetBlacklist
XML: <SpawnTypePlanetBlacklist>Value</SpawnTypePlanetBlacklist>
Chat Command (Add): /MES.Settings.Creatures.SpawnTypePlanetBlacklist.Add.Value
Chat Command (Remove): /MES.Settings.Creatures.SpawnTypePlanetBlacklist.Remove.Value
Description: This setting allows you to blacklist certain planets from being able to spawn this type of encounter.
⚠️ **GitHub.com Fallback** ⚠️