Quote: --- Original message by: RododoYou should also post a screenshot of the encounter properties. Anyway, if the problem is REspawn, how you said, set the highlighted value (respawn total) to something very high, like 9999 or similar.
http://i.imgur.com/xlGNcNs.pngIf the problem is the SPAWN, upload a post of the properties of your encounter.
Quick tutorial of what do those things do:
Platoon: used for things like retreating and advancing. Never used them, they work with scripts, as far as I understood.
Initial - return state: When the actor spawn, what will they do? What will they do when there are not any more enemies? Moving randomly means they walk around quietly, other settings do other things.
Don't know about the flags. "Automatic migration", though, is used along with the script to make them follow player.
Unique leader type: in campaign, it is used to automatically make the actors spawned Johnson or the other sergeant.
Manuever to squad: never used this, it is a bit tricky and needs scripts to work, AFAIK. Widely used in campaign mode, it allows for more "soldier-like" behavior, like following a player, retreating to a safer position, advancing (like the marines in the beach of the Silent Cartographer) and other stuff.
Squad delay time: Don't know.
Attacking/defending/searching firing positions: When you place firing position, in "properties" you notice you can set those firing positions to be A, B, C or whatever. You can assign different firing positions for different situations. When they are attacking, you can assign firing positions to them so that they will go closer to enemy positions, for example, and at the same manner you can instruct them to search for hidden spots while defending.
Pursuing: when certain conditions, defined in the "actor" tag used by your actor variants, are met, the actor will follow an enemy moving to the "pursuing" firing position.
Normal\Insane difficulty count: when the squad is placed via script, this many actors will spawn at once, depending on the difficulty.
Major upgrade: how likely is a major variant of the actors to appear among the AI placed. To see the exact percentage, check globals\globals.
Spawn min actor: when there are no more than this number of actors, another actor will spawn.
Respawn max actor: actors will stop spawning when there will be this many.
Spawn total: how many actors can TOTALLY spawn from this squad.
Spawn delay: how much time will take for an actor to spawn when the above conditions are met.
Edited by Rododo on Jul 28, 2014 at 06:14 PM