<teleportal_group>
<Name>2 Specialist</Name>
<npc_spawn_period>20</npc_spawn_period>
<group_def_grid>
<group_def>
<npc_type>npc_alien_special</npc_type>
<quantity>2</quantity>
</group_def>
</group_def_grid>
<_Editor>
<Category>Entries</Category>
</_Editor>
</teleportal_group>
just tried it, it works! Changed it to 6 spawn per portal, is a lot better now. Thanks!
Is it possible to increase more enemy type at higher notoriety? At higher notoriety, I notice they dont really spawn the normal zin troops.
<teleportal_group>
<Name>2 Specialist</Name>
<npc_spawn_period>20</npc_spawn_period>
<group_def_grid>
<group_def>
<npc_type>npc_alien_special</npc_type>
<quantity>2</quantity>
</group_def>
</group_def_grid>
<_Editor>
<Category>Entries</Category>
</_Editor>
</teleportal_group>
<teleportal_group>
<Name>2 Specialist</Name>
<npc_spawn_period>20</npc_spawn_period>
<group_def_grid>
<group_def>
<npc_type>npc_alien_special</npc_type>
<quantity>2</quantity>
</group_def>
<group_def>
<npc_type>npc_alien_grunt01</npc_type>
<quantity>8</quantity>
</group_def>
</group_def_grid>
<_Editor>
<Category>Entries</Category>
</_Editor>
</teleportal_group>
Are you using any existing mods from the forum?Is there a limit for each <group_def_grid>? I tried having 6 specialist and 8 normal Zin grunts but it turn up having no portal spawn at all, is it possible that a existing mod causing it?
Hmm I think there is a limit for the <group_def>.Maybe the max quantity for a npc type is 8 or <group_def_grid> supports a maximum of n npc types.Try to mess with them,you will find the limits eventually.
About <npc_spawn_period> , after the whole group that came from the portal died,those are the seconds until another wave comes from the portal.
Are you using any existing mods from the forum?
I had a related request here: https://www.saintsrowmods.com/forum...ss-spawn-select-npcs-like-genki-at-will.5246/
How can this be modified so instead of Zin, many MANY Genki spawn when notoriety is raised? That could also match what I'm looking for.
Thanks for sharing your knowledge, xQd.