ARK: Survival Evolved

ARK: Survival Evolved

ARK Additions: The Collection!
Sanyel 2021 年 2 月 4 日 上午 9:09
Aberration Deinosuchus overspawn
On Aberration the Deinosuchus spawn limit is somehow broken, they spawn unlimited and overflooded the whole river. I tried every Dino reduce command on my server or remove command, but they still spawn.
< >
正在显示第 1 - 9 条,共 9 条留言
Mr. Madness 2021 年 2 月 11 日 下午 6:29 
I’m experiencing the same issue. I’ve tried several supposed game.ini fixes with nothing working. After my last Dino wipe, I checked the total number of aberrant deinosuchus on the map with a S+ tek transmitter and counter over 400 on the map. It’s getting to the point where I may have to uninstall the mad just so my map doesn’t break from high ping and graphical lag.
nairbdryb 2021 年 2 月 24 日 下午 4:19 
you can decrease the spawn weights and limits using the following:

DinoSpawnWeightMultipliers=(DinoNameTag=Deinosuchus_Character_BP_Aberrant,SpawnWeightMultiplier=10.0,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.05)

put this in your Game.ini, feel free to modify SpawnLimitPercentage and SpawnWeightMultiplier to your liking
Sanyel 2021 年 2 月 24 日 下午 5:32 
引用自 nairbdryb
you can decrease the spawn weights and limits using the following:

DinoSpawnWeightMultipliers=(DinoNameTag=Deinosuchus_Character_BP_Aberrant,SpawnWeightMultiplier=10.0,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.05)

put this in your Game.ini, feel free to modify SpawnLimitPercentage and SpawnWeightMultiplier to your liking


That is what I tried^^ even in the weirdest combinations watched videos about the command but, those crocs ignore the command
nairbdryb 2021 年 2 月 26 日 下午 8:41 
引用自 Sanyel
引用自 nairbdryb
you can decrease the spawn weights and limits using the following:

DinoSpawnWeightMultipliers=(DinoNameTag=Deinosuchus_Character_BP_Aberrant,SpawnWeightMultiplier=10.0,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.05)

put this in your Game.ini, feel free to modify SpawnLimitPercentage and SpawnWeightMultiplier to your liking


That is what I tried^^ even in the weirdest combinations watched videos about the command but, those crocs ignore the command

Have you tried the NPCReplacements command as well?
Sanyel 2021 年 2 月 27 日 上午 1:58 
引用自 nairbdryb
引用自 Sanyel


That is what I tried^^ even in the weirdest combinations watched videos about the command but, those crocs ignore the command

Have you tried the NPCReplacements command as well?

Yeah did that too^^
Shaftiel 2021 年 3 月 1 日 下午 2:04 
I'm getting the same issue, even with trying the DinoSpawnWeightMultiplier and NPCReplacements.
nairbdryb 2021 年 3 月 1 日 下午 3:14 
Did you dino wipe after modifying the files? (cheat destroywilddinos)
If that doesnt work im going to try and find another solution.
最后由 nairbdryb 编辑于; 2021 年 3 月 1 日 下午 3:18
Sanyel 2021 年 3 月 1 日 下午 3:45 
引用自 nairbdryb
Did you dino wipe after modifying the files? (cheat destroywilddinos)
If that doesnt work im going to try and find another solution.

Yup, did that too
nairbdryb 2021 年 3 月 3 日 下午 4:39 
You might be able to remove the aberrant deinosuchus from the spawn entries using the following:

ConfigSubtractNPCSpawnEntriesContainer=([NPCSpawnEntriesContainerClassString="AB_DinoSpawnEntries_TwitchFertileWater_C"],[NPCSpawnEntries=((NPCsToSpawnStrings=("Deinosuchus_Character_BP_Aberrant_C")))],[NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_Aberrant_C")))]

and

ConfigSubtractNPCSpawnEntriesContainer=([NPCSpawnEntriesContainerClassString="AB_DinoSpawnEntries_TwitchBioWater_C"],[NPCSpawnEntries=((NPCsToSpawnStrings=("Deinosuchus_Character_BP_Aberrant_C")))],[NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_Aberrant_C")))]

If these properly remove the spawns, then you might be able to add the spawns back in (but less frequently) with these:

ConfigAddNPCSpawnEntriesContainer=([NPCSpawnEntriesContainerClassString="AB_DinoSpawnEntries_TwitchFertileWater_C"],[NPCSpawnEntries=((AnEntryName="deinosuchusspawner1"],[EntryWeight=10.0],[NPCsToSpawnStrings=("Deinosuchus_Character_BP_Aberrant_C")))],[NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_Aberrant_C"],[MaxPercentageOfDesiredNumToAllow=0.01)))]

ConfigAddNPCSpawnEntriesContainer=([NPCSpawnEntriesContainerClassString="AB_DinoSpawnEntries_TwitchBioWater_C"],[NPCSpawnEntries=((AnEntryName="deinosuchusspawner2"],[EntryWeight=10.0],[NPCsToSpawnStrings=("Deinosuchus_Character_BP_Aberrant_C")))],[NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_Aberrant_C"],[MaxPercentageOfDesiredNumToAllow=0.01)))]

All of these go in your Game.ini. You might have to modify "EntryWeight" and "MaxPercentageOfDesiredNumToAllow" to adjust the spawns to your liking.

let me know if these work
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50