ARK: Survival Evolved

ARK: Survival Evolved

Ancient Dragons and Wyverns
Annelia / Val Jun 27, 2019 @ 12:43am
Game.ini and gameusersettings.ini configs.
Hey there.

I've been trying to get this mod to work on a friend's private server. The map we run is Valguero.
We've not seen any dragon or wyvern spawn without adding a little boost in the game.ini, so I added those lines for each of the dragons and wyverns of the mod :


ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Valguero_SnowForest_C",NPCSpawnEntries=((AnEntryName="Dragon_BP_Ridgeback_C",EntryWeight=0.01,NPCsToSpawnStrings=("Dragon_BP_Ridgeback_C"))),NPCSpawnLimits=((NPCClassString="Dragon_BP_Ridgeback_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Dragon_BP_Ridgeback_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Valguero_SnowForest_C",NPCSpawnEntries=((AnEntryName="Wyvern_BP_Ridgeback_C",EntryWeight=0.01,NPCsToSpawnStrings=("Wyvern_BP_Ridgeback_C"))),NPCSpawnLimits=((NPCClassString="Wyvern_BP_Ridgeback_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern_BP_Ridgeback_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSavana_C",NPCSpawnEntries=((AnEntryName="Dragon_BP_Fireball_C",EntryWeight=0.01,NPCsToSpawnStrings=("Dragon_BP_Fireball_C"))),NPCSpawnLimits=((NPCClassString="Dragon_BP_Fireball_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Dragon_BP_Fireball_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSavana_C",NPCSpawnEntries=((AnEntryName="Wyvern_BP_Fireball_C",EntryWeight=0.01,NPCsToSpawnStrings=("Wyvern_BP_Fireball_C"))),NPCSpawnLimits=((NPCClassString="Wyvern_BP_Fireball_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern_BP_Fireball_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="Dragon_BP_Ironbelly_C",EntryWeight=0.01,NPCsToSpawnStrings=("Dragon_BP_Ironbelly_C"))),NPCSpawnLimits=((NPCClassString="Dragon_BP_Ironbelly_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Dragon_BP_Ironbelly_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="Wyvern_BP_Ironbelly_C",EntryWeight=0.01,NPCsToSpawnStrings=("Wyvern_BP_Ironbelly_C"))),NPCSpawnLimits=((NPCClassString="Wyvern_BP_Ironbelly_C", MaxPercentageOfDesiredNumToAllow=0.01)))
DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern_BP_Ironbelly_C",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=False,SpawnLimitPercentage=0.01)

The Ridgeback ones don't seem to spawn. The Vipertooth clearly overspawns so I removed the lines (got something like 20/30 vipertooth dragons in the redwoods). Ironbelly and fireball are like 1 or 2, that's fine.
But I can't get any of the wyverns to spawn... Nor the nests, although I've set the nest spawn to True.



By the way, we've got a problem with the babies maturating way too quick. Server is running 10x, and even when I set "BabyAgeSpeed=0.0000001" in the gameusersettings.ini they grow up instantly.


Can someone help us, please ?
Last edited by Annelia / Val; Jun 27, 2019 @ 12:45am
< >
Showing 1-2 of 2 comments
Kazanna Jun 29, 2019 @ 4:07am 
I've actually had dragons spawn in the easier start zones and the wyverns spawn all over. I'm trying to Prevent spawning overall so I can keep them as admin mounts/contest prizes on my server.
Professor Dorky Jun 12, 2020 @ 11:06pm 
Oof, you guys are trying too hard. Use the Simple Spawners mod and look at the post I recently posted in this mod's discussion board.

You can manually input the spawns if you use the BPs in this format at a Custom Spawner on that mod:

Blueprint'/Game/Mods/AncientWyverns/Dinos/Wyvern/Wyvern_BP_Fireball.Wyvern_BP_Fireball'
Blueprint'/Game/Mods/AncientWyverns/Dinos/Wyvern/Wyvern_BP_Ironbelly.Wyvern_BP_Ironbelly'
Blueprint'/Game/Mods/AncientWyverns/Dinos/Wyvern/Wyvern_BP_Vipertooth.Wyvern_BP_Vipertooth'
Blueprint'/Game/Mods/AncientWyverns/Dinos/Wyvern/Wyvern_BP_Ridgeback.Wyvern_BP_Ridgeback'
Blueprint'/Game/Mods/AncientDragons/Dinos/Dragon/Dragon_BP_Fireball.Dragon_BP_Fireball'
Blueprint'/Game/Mods/AncientDragons/Dinos/Dragon/Dragon_BP_Ironbelly.Dragon_BP_Ironbelly'
Blueprint'/Game/Mods/AncientDragons/Dinos/Dragon/Dragon_BP_Vipertooth.Dragon_BP_Vipertooth'
Blueprint'/Game/Mods/AncientDragons/Dinos/Dragon/Dragon_BP_Ridgeback.Dragon_BP_Ridgeback'
< >
Showing 1-2 of 2 comments
Per page: 1530 50