ARK: Survival Evolved

ARK: Survival Evolved

Indominus Rex Nemesis
 This topic has been pinned, so it's probably important
YMD  [developer] 22 Jul, 2016 @ 9:12am
(README) Modifying Damage/Resistance Settings of Dinos
For any creature, there is a way to modify the damage it takes same like all other dinosaurs in ark. You can increase or decrease by percentage.

Add these setting lines into your server's Game.ini file.
Make sure you add below this section or create one:
[/script/shootergame.shootergamemode]
For example to half its resistance for wild and pets (i.e. 0.50 means take twice more damage):
DinoClassResistanceMultipliers=(ClassName="IndomRex_Character_BP_C",Multiplier=0.50)
TamedDinoClassResistanceMultipliers=(ClassName="IndomRex_Character_BP_C",Multiplier=0.50)

Likewise, reduce its damage to half will be:[/h1]
DinoClassDamageMultipliers=(ClassName="IndomRex_Character_BP_C",Multiplier=0.50)
TamedDinoClassDamageMultipliers=(ClassName="IndomRex_Character_BP_C",Multiplier=0.50)

Follow this example for other creature spawn id and if u want change damage it does, swap DinoClassResistanceMultipliers to DinoClassDamageMultipliers instead.
ID List of creatures in this mod:
  • IndomRex_Character_BP_C
  • IndomRexH_Character_BP_C
  • IndomMinion_Character_BP_C
  • IndomMinionH_Character_BP_C

If you feel it's too powerful, nerf it's damage and resistance multipliers to 0.50 or lower.
If it's too weak for you, boost it stronger up to 2.0 or higher or something.

How To Stop a Dino From Being Tamed
Follow this example and also add it into your server's Game.ini file:
  • PreventDinoTameClassNames=IndomRex_Character_BP_C
  • PreventDinoTameClassNames=IndomRexH_Character_BP_C
< >
Showing 1-9 of 9 comments
Menkira 24 Jul, 2016 @ 9:53am 
NPCReplacements=(FromClassName="IndomMinion_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="IndomMinionH_Character_BP_C",ToClassName="")

Will this prevent the Indominus from summoning packs of raptors?
YMD  [developer] 24 Jul, 2016 @ 10:00am 
i dont know if that command is for ark spawns only. Minions are attack spawns, its different. You can always test it out in singleplayer anyway.
Or you could alternatively make minions resistance super low like 0.001 , then even one punch can kill them instantly.
Last edited by YMD; 24 Jul, 2016 @ 10:01am
BoogerBoner 26 Jul, 2016 @ 7:37pm 
Is there an ini that could make the indom spawn less on my server?
^6robot^7Kiddie 23 Oct, 2016 @ 6:49pm 
I want to use this but it would help if you could tell us the base damage and hp of the Indom to help compare with other dinos. Also do wild Indoms use roar and invisibility on you in the wild or is it just for tamed ones? Thanks.
katana_eclipse 3 Jan, 2018 @ 3:58am 
you said "0.50 means take twice more damage" but doesnt that mean takes half damage??
crzymn85 21 May, 2018 @ 9:50am 
Originally posted by Menkira:
NPCReplacements=(FromClassName="IndomMinion_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="IndomMinionH_Character_BP_C",ToClassName="")

Will this prevent the Indominus from summoning packs of raptors?
do you think it should be like this i need help how do you disable taming for the Orc Rex & minions? here is how i think it should be added to the game.ini file

PreventDinoTameClassNames="IndomRex_Character_BP_C"
PreventDinoTameClassNames="IndomRexH_Character_BP_C"
PreventDinoTameClassNames="IndomMinion_Character_BP_C"
PreventDinoTameClassNames="IndomMinionH_Character_BP_C"
PreventDinoTameClassNames="Orc_Character_BP_C"
PreventDinoTameClassNames="OrcH_Character_BP_C"

can anyone confirm this?
hellsing2st 27 Jan, 2019 @ 3:28am 
how to dissable it's cloak ?
< >
Showing 1-9 of 9 comments
Per page: 1530 50