ARK: Survival Evolved

ARK: Survival Evolved

Naj's Speedy Flyers UPDATED 11/08
 This topic has been pinned, so it's probably important
NajKrid  [developer] 26 Sep, 2017 @ 1:32am
How to add the Speedy Flyers to a non-native map-spawner?
PLEASE NOTE!!! There are also companion mods available for all the mainstream maps which will add the exotic flyers to the TheIsland, Ragnarok, TheCenter, Aberration and Scorched Earth map spawners, where their vanilla counterparts normally do not spawn.

Check the general descrition info of this workshop page to find links to each of the companion mods.
You can also add the Speedy Flyers to other maps spawners, to do this you can use the instructions provided underneath.

Many subscribers have requested more information as to how the non-native rideable flyers could be added to the spawners of specific maps (i.e. Wyverns, Griffins and Phoenixes to TheIsland map etc.).

Although the spawners are highly customizable through the .ini settings this is by no means an easy task. There is a lot of information to be found on the internet, for example on the following web pages:

Spawn Entries[ark.gamepedia.com]

Overriding map spawners[www.ark-survival.net]

The following .ini options/settings are therefore just mere examples of how this could be done. Add these values, as many as you want, into your Game.ini’s [/script/shootergame.shootergamemode] section. You can use the information at the bottom of this page to customize these rules.

To add the Fire Wyvern to the TheIsland mountain spawners:
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain",NPCSpawnEntries=( (AnEntryName="WyvernSpawner",EntryWeight=1000.0,NPCsToSpawnStrings=("Wyvern_Character_BP_Fire_SF_C"))), NPCSpawnLimits=( (NPCClassString="Wyvern_Character_BP_Fire_SF_C",MaxPercentageOfDesiredNumToAllow=0.06) ) )

This should give a max of 6 naturally spawned Speedy Flyers Fire Wyverns around the mountains on TheIsland maps.

To add the Phoenix to the upper Lava spawners on TheCenter maps:
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="Lava_Upper_Spawn",NPCSpawnEntries=( (AnEntryName="PhoenixSpawner",EntryWeight=1000.0,NPCsToSpawnStrings=("Phoenix_Character_BP_SF_C"))), NPCSpawnLimits=( (NPCClassString="Phoenix_Character_BP_SF_C",MaxPercentageOfDesiredNumToAllow=0.01) ) )

This should allow exactly one naturally spawned Speedy Flyers Phoenix from the Upper Lava spawner on TheCenter.

For the correct Spawner Entries Containers you can check here[ark.gamepedia.com]!

Here is a list of the correct Speedy Flyers character classes:
RockDrake
RockDrake_Character_BP_SF_C
Phoenix
Phoenix_Character_BP_SF_C
Ice Wyvern
Wyvern_Character_BP_Ice_SF_C
Griffin
Griffin_Character_BP_SF_C
Argentavis
Argent_Character_BP_SF_C
Alpha (Mega) Wyvern
MegaWyvern_Character_BP_Fire_SF_C
Lymantria (Moth)
Moth_Character_BP_SF_C
Pelagornis
Pela_Character_BP_SF_C
Pteranodon
Ptero_Character_BP_SF_C
Quetzalcoatlus
Quetz_Character_BP_SF_C
Tapejara
Tapejara_Character_BP_SF_C
Fire Wyvern
Wyvern_Character_BP_Fire_SF_C
Lightning Wyvern
Wyvern_Character_BP_Lightning_SF_C
Poison Wyvern
Wyvern_Character_BP_Poison_SF_C
Last edited by NajKrid; 25 Apr, 2018 @ 5:10am