Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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?
Yeah did that too^^
If that doesnt work im going to try and find another solution.
Yup, did that too
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