ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
Apericube Aug 12, 2019 @ 3:51am
Add OWL in valguero
Hello,

That ly code in my game.ini but doens't work. Any ideas ?

ConfigAddNPCSpawnEntriesContainer=(
NPCSpawnEntriesContainerClassString=DinoSpawnEntries_Valguero_IceDesert_C",
NPCSpawnEntries=((AnEntryName="OwlSpawner", EntryWeight=10.0, NPCsToSpawnStrings=("Owl_Character_BP_C"))),
NPCSpawnLimits=((NPCClassString="Owl_Character_BP_C", MaxPercentageOfDesiredNumToAllow=0.25)))
Originally posted by Splićo:
sure, example;

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="VelonasaurSpawner",EntryWeight=0.05,NPCsToSpawnStrings=("Spindles_Character_BP_C")),(AnEntryName="RockDrakeSpawner",EntryWeight=0.03,NPCsToSpawnStrings=("RockDrake_Character_BP_C")),(AnEntryName="RavagerSpawner",EntryWeight=0.03,NPCsToSpawnStrings=("CaveWolf_Character_BP_C")),(AnEntryName="ChupacabraSpawner",EntryWeight=0.01,NPCsToSpawnStrings=("ChupaCabra_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Spindles_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="RockDrake_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="CaveWolf_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="ChupaCabra_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
< >
Showing 1-15 of 17 comments
GobboKirk Aug 12, 2019 @ 4:09am 
Valguero extention mod lets you add them.
Gives quite a few others as well, so worth checking out.
Apericube Aug 12, 2019 @ 4:32am 
I prefer without MODS =)
Splićo Aug 12, 2019 @ 4:45am 
code must be in single line;

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Valguero_IceDesert_C",NPCSpawnEntries=((AnEntryName="OwlSpawner",EntryWeight=10.0,NPCsToSpawnStrings=("Owl_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Owl_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.25)))

....but mr.Kirk is right, Valguero map is missing quite few dinos so this is essential to have if you play Valguero;

https://steamcommunity.com/sharedfiles/filedetails/?id=1786522940
https://steamcommunity.com/sharedfiles/filedetails/?id=1787443195

Last edited by Splićo; Aug 12, 2019 @ 4:51am
Apericube Aug 12, 2019 @ 6:46am 
if i want to put more dino ? The code is not same right ? Can you give an exemple ? =)
The author of this thread has indicated that this post answers the original topic.
Splićo Aug 12, 2019 @ 7:34am 
sure, example;

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="VelonasaurSpawner",EntryWeight=0.05,NPCsToSpawnStrings=("Spindles_Character_BP_C")),(AnEntryName="RockDrakeSpawner",EntryWeight=0.03,NPCsToSpawnStrings=("RockDrake_Character_BP_C")),(AnEntryName="RavagerSpawner",EntryWeight=0.03,NPCsToSpawnStrings=("CaveWolf_Character_BP_C")),(AnEntryName="ChupacabraSpawner",EntryWeight=0.01,NPCsToSpawnStrings=("ChupaCabra_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Spindles_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="RockDrake_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="CaveWolf_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1),(NPCClassString="ChupaCabra_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
Apericube Aug 12, 2019 @ 7:46am 
You are the best, thnak a lot man
Apericube Aug 12, 2019 @ 10:14am 
another question, if i want different location of different creature ? ^^
Apericube Aug 12, 2019 @ 11:18am 
No ihave that, but in the code ? On your last exemple, you did just one location ^^
Splićo Aug 12, 2019 @ 11:39am 
one location goes into one line, you can do whatever you want....

https://postimg.cc/JyPLJK1K
Apericube Aug 12, 2019 @ 12:03pm 
Like that in my game.ini ?

2 dino, 2 localisation

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Valguero_SnowForest_C",NPCSpawnEntries=((AnEntryName="OwlSpawner",EntryWeight=10.0,NPCsToSpawnStrings=("Owl_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Owl_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="basilikSpawner",EntryWeight=10.0,NPCsToSpawnStrings=("Basilisk_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
Splićo Aug 12, 2019 @ 12:38pm 
yes but be careful with some locations bcz they tend to overspawn dinos no matter how rare you set it, like; dark water, swamp water, swamp, fertile chamber water, biolume water...
Put Basilisk in swamp is very bad idea, you will see it after some time...

You don't need numbers higher than 1.0 btw ("OwlSpawner",EntryWeight=10.0....), 1.0 =100%
Apericube Aug 12, 2019 @ 12:46pm 
Where is the best location in valguero for basilik you think ? In valguero
Splićo Aug 12, 2019 @ 1:57pm 
i don't have them in my game at all bcz i think there is no good place for them on valguero. Aberration area is way too small for them (or reaper). Swamp would be fine if there is no overspawn and if it was much bigger....valguero swamp is just to small.
icklejitta Aug 12, 2019 @ 2:16pm 
Simple spawner mod allows you to get any creature from Ark to spawn on any map, in specific locations or just areas you specify.
< >
Showing 1-15 of 17 comments
Per page: 1530 50

Date Posted: Aug 12, 2019 @ 3:51am
Posts: 17