Summary
Prevents client crashes by queuing AI group spawns with a 500ms delay between each group instead of spawning them all at once.
Description
StaggerSpawn is a server-side addon for the Linear Conflict PVE mod that fixes a critical performance issue on console and lower-end servers — when a new objective is selected, all AI groups at that base would spawn simultaneously, flooding the server with entity load in a single frame and causing Xbox clients to crash.
This mod intercepts every AI patrol spawn call map-wide and routes it through a global queue, firing one group every 500ms. The result is a smooth, staggered wave of enemies trickling into the objective over time rather than slamming the server all at once. No configuration needed — install on the server and it works automatically.
Features:
Global spawn queue applies to all ambient patrol groups map-wide
500ms delay between each spawned group
Works with infantry, vehicle, artillery, and counter-attack groups
Server-side only, no client install required
Fully compatible with LCP's base selection, save/load, and reinforcement systems
License
Arma Public License (APL)