AI wont despawn.

Hadarvy25

New Member
I just fixed two places for AI to spawn, one below Krasnostav, and one at Devils Castle, both of them are fortifying the area but after you've killed all of them, they just lie there and refuse to despawn, resulting in never respawning AI. Even after 30+ mins, nothing happens.

This is my SAR_cfg_grps_chernarus.sqf: http://pastebin.com/pzy1cAsC
 
are you sure you killed all of them ?

bodies should get deleted after
Code:
// time after which dead AI bodies are deleted
SAR_DELETE_TIMEOUT = 120; // 2 minutes

respawn is only happening when you killed the whole group. Despawn is not happening at all for static groups.

Sarge
 
"Despawn is not happening at all for static groups."
Does this mean that if you put a static spawn somewhere and kill all of them, they wont despawn > respawn until next server restart?
 
you have a different definition of "despawn" than me .-)

If you kill all of them, they respawn. The dead bodies get deleted.

Despawn means living AI get removed - and that only happens with dynamic spawns.

sarge
 
Follow up question, how do i shrink the area of where they fortify the area so 1 of the AI cant run away some 50 meters and everyone who passes by can just walk straight in and grab whatever they want without a challenge, since that one last AI is still alive?

Im assuming it is this: _this setMarkerSize [50, 50];
 
Back
Top