Spawns Gleba's Enemies onto Nauvis, rewriting their behavior to attack your factory based on pollution, just like biters.
Mods introducing new content into the game.
Version: 0.4.4
Date: 2026-01-19
Optimizations:
- MAJOR UPS FIX: Rewrote pentapod tracking to use direct entity references
- Previous version searched ALL spider-units on ALL surfaces for EVERY tracked pentapod
- New version uses O(1) lookups via stored entity references
- Added reverse lookup table for efficient pentapod death cleanup
- Cached all startup settings to avoid repeated lookups
- Pre-calculate squared distance to avoid sqrt() calls
- Merged duplicate on_entity_died handlers into single handler
- Added migration support for saves with old storage format
Notes:
- Existing saves will automatically migrate to new format
- Old pentapod tracking entries will be cleaned up naturally
Version: 0.4.2
Date: 2026-01-18
Features:
- Added compatibility with Behemoth Enemies mod (optional)
- Behemoth Stompers and Strafers will spawn at evolution 0.9+ if mod is installed
- Works without Behemoth Enemies mod installed (no dependency required)
Version: 0.4.0
Date: 2026-01-17
Features:
- Pentapod colonies now spawn on Nauvis during world generation
- Colonies respond to pollution and spawn Stompers and Strafers
- Pentapod size scales with evolution factor (small -> medium -> big)
- Full settings support for customization
Settings:
- Colony Spawn Chance: Control how often colonies appear (default 2% per chunk)
- Minimum Distance from Spawn: Protect your starting area
- Stomper/Strafer Weight: Adjust the ratio of melee vs ranged pentapods
- Max Pentapods per Colony: Limit how many pentapods each colony can maintain
- Spawn Cooldown Multiplier: Speed up or slow down spawning
- Pollution Absorption Rate: Control how quickly colonies respond to pollution
Notes:
- Requires Space Age expansion (for pentapod prototypes)
- Pentapods are spider-units, so spawning is handled via script replacement
Version: 0.3.0
Date: 2026-01-16
Bugfixes:
- Fixed spawner prototype errors
- Added spawn weight settings for stompers/strafers
Version: 0.2.0
Date: 2026-01-15
Features:
- Initial working version with cloned pentapods
Bugfixes:
- Fixed pentapods not responding to pollution attacks