ARK: Survival Evolved

ARK: Survival Evolved

Indominus Rex Nemesis
 此主題已被置頂,因此它可能很重要
YMD  [開發人員] 2016 年 7 月 22 日 上午 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
< >
目前顯示第 1-9 則留言,共 9
Menkira 2016 年 7 月 24 日 上午 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  [開發人員] 2016 年 7 月 24 日 上午 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.
最後修改者:YMD; 2016 年 7 月 24 日 上午 10:01
BoogerBoner 2016 年 7 月 26 日 下午 7:37 
Is there an ini that could make the indom spawn less on my server?
^6robot^7Kiddie 2016 年 10 月 23 日 下午 6: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 2018 年 1 月 3 日 上午 3:58 
you said "0.50 means take twice more damage" but doesnt that mean takes half damage??
crzymn85 2018 年 5 月 21 日 上午 9:50 
引用自 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 2019 年 1 月 27 日 上午 3:28 
how to dissable it's cloak ?
< >
目前顯示第 1-9 則留言,共 9
每頁顯示: 1530 50