-
Notifications
You must be signed in to change notification settings - Fork 21
Admin & Configuration: Spawn Filtering
Lucas Massey edited this page Oct 2, 2022
·
3 revisions
The values in this section can be found in multiple config files, specifically:
- SpaceCargoShips
- RandomEncounters
- PlanetaryCargoShips
- PlanetaryInstallations
- BossEncounters
- DroneEncounters
These allow you to prevent certain SpawnGroups from appearing when they are spawned as a particular spawn type, or if the encounter is on a particular planet.
Setting: | SpawnTypeBlacklist |
---|---|
XML: | <SpawnTypeBlacklist>Value</SpawnTypeBlacklist> |
Chat Command (Add): | /MES.Settings.SpawnType.SpawnTypeBlacklist.Add.Value |
Chat Command (Remove): | /MES.Settings.SpawnType.SpawnTypeBlacklist.Remove.Value |
Description: | This setting allows you to blacklist certain spawngroups or mod ids from appearing when this encounter type is used for spawning. Replace SpawnType with the type of spawn you want to control against (eg: SpaceCargoShips ). Replace Value with the SpawnGroup subtypeId or mod Id. |
Setting: | SpawnTypePlanetBlacklist |
---|---|
XML: | <SpawnTypePlanetBlacklist>Value</SpawnTypePlanetBlacklist> |
Chat Command (Add): | /MES.Settings.SpawnType.SpawnTypePlanetBlacklist.Add.Value |
Chat Command (Remove): | /MES.Settings.SpawnType.SpawnTypePlanetBlacklist.Remove.Value |
Description: | This setting allows you to blacklist certain planets from being able to spawn this type of encounter. Replace SpawnType with the type of spawn you want to control against (eg: SpaceCargoShips ). Replace Value with the Planet subtypeId. |
Setting: | PlanetSpawnFilters |
---|---|
Chat Command (Add): | /MES.Settings.SpawnType.PlanetSpawnFilters.Add.PlanetId.Value |
Chat Command (Remove): | /MES.Settings.SpawnType.PlanetSpawnFilters.Remove.PlanetId.Value |
Description: | This setting allows you to blacklist certain encounters or entire mod IDs from spawning on certain planets. Replace SpawnType with the type of spawn you want to control against (eg: SpaceCargoShips ). Replace PlanetId with the EntityId of the planet you want to control spawning on (you can get this with the /MES.GESAP chat command while standing on the planet). Replace Value with the SpawnGroup subtypeId or mod Id. |
- Encounter Guide
- FAQs
- Troubleshooting
- Bugs, Issues, or Crashes
- Economy Stations FAQ
- Mod Republishing Guidelines
- General Settings
- Grid Settings
- Combat Settings
- Space Cargo Ships
- Random Encounters
- Planetary Cargo Ships
- Planetary Installations
- Boss Encounters
- Creatures
- AiEnabled Bot Spawning
- Wave Spawners
- Clean-Up
- Spawn Filtering
- Timeout
- Admin & Debug Options
- Spawning (Getting Started)
- Behaviors (Getting Started)
- Events (Getting Started)
- Player Conditions (New)