Dynamic AI setting help

chopperz

New Member
how to set spawn rate Dynamic AI and
make all Dynamic AI group have RPG 100% spawn in group ?
Dynamic Spawns - 0/0 (active/total) in logs why dynamic not spawn ?
DZAI_dynAISpawns = true; << here my setting
 
Add the name of the launcher weapon in DZAI_launcherTypes, for example:

Code:
DZAI_launcherTypes = ["M136"];

DZAI controls the dynamic AI spawning rates, meaning it is all automatic. Every 8-12 minutes it selects up to 10 online players to spawn dynamic AI around. The spawn probability is variable, meaning the spawn chance is higher for someone who hasn't been recently selected, and lower for someone who has just been recently selected.

Seeing 0/0 dynamic spawns is normal, I just haven't changed the log output from the "old" dynamic spawn system where 0/0 made sense. In 1.9.1, the dynamic spawn script will be able to reroll player selections, so overall you should see dynamic AI spawn more frequently.
 
Back
Top