ARK: Survival Evolved

ARK: Survival Evolved

Indominus Rex Nemesis
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
YMD  [udvikler] 22. juli 2016 kl. 9:12
(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
< >
Viser 1-9 af 9 kommentarer
Menkira 24. juli 2016 kl. 9:53 
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  [udvikler] 24. juli 2016 kl. 10:00 
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.
Sidst redigeret af YMD; 24. juli 2016 kl. 10:01
BoogerBoner 26. juli 2016 kl. 19:37 
Is there an ini that could make the indom spawn less on my server?
^6robot^7Kiddie 23. okt. 2016 kl. 18:49 
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 kl. 3:58 
you said "0.50 means take twice more damage" but doesnt that mean takes half damage??
crzymn85 21. maj 2018 kl. 9:50 
Oprindeligt skrevet af 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 kl. 3:28 
how to dissable it's cloak ?
< >
Viser 1-9 af 9 kommentarer
Per side: 1530 50