File Details
better outposts qol open source-windows 7.zip
- R
- Mar 14, 2026
- 403.48 KB
- 2.7K
- 1.0
File Name
better outposts qol open source-windows 7.zip
Supported Versions
- 1.0
- Added functionality to automatically destroy remaining attack outpost structures when the remaining count is below X
- Version bump
- New INI options:
; Some attack outposts are very prone to having structures that either are clipped into another mesh, leading to them not being destructible, or plain out of reach. After two ticks of this interval time, while the remaining structure count is below [AttackOutpostCleanupStructuresBelowNum], those structures are being removed automatically.
; Default: true
AttackOutpostCleanupStructures=true
; The tick time used by [AttackOutpostCleanupStructures]. Two valid ticks of this are needed for a cleanup to occur.
; Default: 30.0 | Minimum: 0.01 (Seconds)
AttackOutpostCleanupStructuresInterval=30.0
; The threshold used by [AttackOutpostCleanupStructures] and [AttackOutpostCleanupStructuresInterval]. A remaining attack outpost structure count below this value will be considered valid for a cleanup.
; Default: 7 | Minimum: 1 (Remaining Structures)
AttackOutpostCleanupStructuresThreshold=7

