How to reduce the respawn of the dinos of my mod.

Hello I am asking this question since I have a mod of dinos and the truth appear many dinos of the same species and my question is if I can lower the Respawn of the dinos.

The maps themselves control how many dinos appear in a particular zone.

You can change the types of dinos, the total number of them, and the rate at which they respawn… by remapping a spawner in PrimalGameData using Remap NPCSpawn Entries… and changing the appropriate settings.

Probably the spawner entries you are interested in are:

Entry weight… is how likely the dino entry itself will be chosen.
NPCs to Spawn Percentage Chance… is how likely each dino in the entry will spawn. A dino entry could be picked… and nothing could appear if it fails the percentage chance to appear.
Max Percentage of Desired Num to Allow… how many dinos from an entry can ever be spawned. So even if entry weight is set to 1.0 (high chance)… if the Max Percentage is already hit, then nothing can spawn.