ARK: Survival Evolved

ARK: Survival Evolved

[DISCONTINUED] Pack Giganotosaurus
 This topic has been pinned, so it's probably important
Gabe  [developer] 30 Nov, 2017 @ 7:48pm
Adjustables
If you want to stop the big Giga (Vanilla) to spawn

This will stop new Vanilla Gigas from spawning, but won't wipe the ones already tamed.
Just add this command in your Game.ini files:
NPCReplacements=(FromClassName="Gigant_Character_BP_C",ToClassName="")
Now, if you never added anything to your Game.ini files, add this command in the first line (If it is not already there):
[/script/shootergame.shootergamemode]



Add this mod to Scorched Earth

If you want the Pack Giga to spawn on Scorched Earth map, copy and paste this setting in your Game.ini:
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntries_RexSolo_C",NPCSpawnEntries=((AnEntryName="GigaSpawner",EntryWeight=1000.0,NPCsToSpawnStrings=("Gigant_Character_BP_Pack_Gigant_C"))),NPCSpawnLimits=((NPCClassString="Gigant_Character_BP_Pack_Gigant_C",MaxPercentageOfDesiredNumToAllow=0.01)))
By default, I made it so that the Pack Gigas will spawn around the Rex areas. If you want to change their spawn location, you can visit Spawn Entries[ark.gamepedia.com] and paste it in "NPCSpawnEntriesContainerClassString" followed by a "_C". You can also change the amount of Gigas to spawn by changing the numbers as you wish.


Adjust HP and Damage

You can adjust your Giga HP and Damage by adding those command lines in your Game.ini settings (adjust the numbers as you see fit)
Wild HP:
DinoClassResistanceMultipliers=(ClassName="Gigant_Character_BP_Pack_Gigant_C",Multiplier=0.1)
Wild Damage:
DinoClassDamageMultipliers=(ClassName="Gigant_Character_BP_Pack_Gigant_C",Multiplier=0.1)
Tamed HP:
TamedDinoClassResistanceMultipliers=ClassName="Gigant_Character_BP_Pack_Gigant_C",Multiplier=10.0)
Tamed Damage:
TamedDinoClassDamageMultipliers=ClassName="Gigant_Character_BP_Pack_Gigant_C",Multiplier=10.0)


Spawn Weight (Number of gigas to spawn)

You can adjust the amount of Pack Gigas to spawn in your map. Use this code in your Game.ini and change the numbers as you see fit:
DinoSpawnWeightMultipliers=(DinoNameTag=Gigant,SpawnWeightMultiplier=10.0,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.5)
Last edited by Gabe; 30 Nov, 2017 @ 7:58pm