Jump to content

Valguero add Aberrant Megalosaurus


CrazyZocker90

Recommended Posts

Valguero add Aberrant Megalosaurus

hello,

i try to add the Aberrant Megalosaurus to the Aberration Biom on Valguero.

I found the Spawn Entries and try the following.

ConfigAddNPCSpawnEntriesContainer=
(NPCSpawnEntriesContainerClassString="VAL_DinoSpawnEntries_TwitchFertileLand_C",
NPCSpawnEntries=((AnEntryName="DungBeetle",
EntryWeight=1.0,
NPCsToSpawnStrings=("DungBeetle_Character_BP_Aberrant_C")),
(AnEntryName="Megalo",
EntryWeight=1.0,
NPCsToSpawnStrings=("Megalosaurus_Character_BP_Aberrant_C"))),
NPCSpawnLimits=((NPCClassString="DungBeetle_Character_BP_Aberrant_C",
MaxPercentageOfDesiredNumToAllow=0.25),
(NPCClassString="Megalosaurus_Character_BP_Aberrant_C",
MaxPercentageOfDesiredNumToAllow=0.25))) 

I Add it to the Game.ini change the NPCSpawnEntriesContainerClassString to all what i found  here.

I change the SpawnWeightMultiplier to 1.0 and then to 10.0 no luck, i also try to take the Standard Version not the Aberrant Version.

And yes i made a Dino Wipe and nothing change.

Maybe the ClassString " VAL_DinoSpawnEntries_TwitchFertileLand_C" are wrong

or i don't understand the Config Command

CrazyZocker90

Link to comment
Share on other sites

So i solved my Problem the right ClassString is "VAL_DinoSpawnEntries_TwitchFertileLand_Mix_C".

I testet all Entries just this one i overlooked.

now this code works for me.

ConfigAddNPCSpawnEntriesContainer=
(NPCSpawnEntriesContainerClassString="VAL_DinoSpawnEntries_TwitchFertileLand_Mix_C",
NPCSpawnEntries=((AnEntryName="DungBeetle",
EntryWeight=0.5,
NPCsToSpawnStrings=("DungBeetle_Character_BP_Aberrant_C")),
(AnEntryName="Megalo",EntryWeight=0.5,NPCsToSpawnStrings=("Megalosaurus_Character_BP_Aberrant_C"))),
NPCSpawnLimits=((NPCClassString="DungBeetle_Character_BP_Aberrant_C",
MaxPercentageOfDesiredNumToAllow=0.10),
(NPCClassString="Megalosaurus_Character_BP_Aberrant_C",
MaxPercentageOfDesiredNumToAllow=0.05))) 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...