ARK: Survival Evolved

ARK: Survival Evolved

Indominus Rex Nemesis
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
YMD  [desarrollador] 22 JUL 2016 a las 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
< >
Mostrando 1-9 de 9 comentarios
Menkira 24 JUL 2016 a las 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  [desarrollador] 24 JUL 2016 a las 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.
Última edición por YMD; 24 JUL 2016 a las 10:01
BoogerBoner 26 JUL 2016 a las 19:37 
Is there an ini that could make the indom spawn less on my server?
^6robot^7Kiddie 23 OCT 2016 a las 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 ENE 2018 a las 3:58 
you said "0.50 means take twice more damage" but doesnt that mean takes half damage??
crzymn85 21 MAY 2018 a las 9:50 
Publicado originalmente por 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 ENE 2019 a las 3:28 
how to dissable it's cloak ?
< >
Mostrando 1-9 de 9 comentarios
Por página: 1530 50