Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
May take time as gigas don't sppawn too quickly and are in limited numbers.
You can kill a bunch of animals in an area and then come back later and have a bunch of different animals in that same locations. Just keep repeatedly killing until the ones you want spawn.
http://ark.gamepedia.com/Spawn_Entries
But as Splico says, the giga and a few other dinos have unique spawns and so won't be affected by killing other creatures. The only way to make them spawn more frequently is to kill ones which are already on the map off, or move them away from their spawn location so they are not counted towards that spawn entry's dino count and another will be allowed to spawn. There is also a degree of RNG involved, so it's possible a node will not spawn a dino right away even if it technically could.
DinoSpawnWeightMultipliers=(DinoNameTag="Gigant",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=5.0,SpawnWeightMultiplier=5.0)
By default percentage =1.0, you can change them accordingly, but if you want Giga to spawn in pacific location use below script:
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMonsterIsland_C",NPCSpawnEntries=((AnEntryName="Giganotosaurus",EntryWeight=1.0,NPCsToSpawnStrings=("Gigant_Character_BP_C"))),NPCsToSpawnLimits=((NPCClassString="Gigant_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))
Play with EntryWeight=? if you want to control how many giga you wish to spawn. Sorry for my crappy english.