ARK: Survival Evolved

ARK: Survival Evolved

ARK Additions: The Collection!
Deinosuchus spawn rate remains unchanged
Hello
I'm playing in a local environment with DinoCountMult=15,
but of the mod creatures, only Deinosuchus spawn very rarely, and they keep getting killed by the increased number of Beavers.
If anyone has any tips, please let me know.

What I did was add the following two entries to Game.ini, assuming the spawn limit was low.
I started a new world, but they're still getting killed by Beavers.

DinoSpawnWeightMultipliers=(DinoNameTag=Deinosuchus,SpawnWeightMultiplier=3.0,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.6)

ConfigOverrideNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_DeinosuchusAA_Character_BP_C",NPCSpawnEntries=((AnEntryName="Deinosuchus",EntryWeight=1.5,NPCsToSpawnStrings=("Deinosuchus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1)))
Note: This code was based on a code from another thread that solved the problem of excessive Ceratosaur spawning.