ARK: Survival Evolved
Indominus Rex Nemesis
 Тази тема е прикачена, така че сигурно е важна
(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 коментара
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  [разработчик] 24 юли 2016 в 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; 24 юли 2016 в 10:01
Is there an ini that could make the indom spawn less on my server?
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.
you said "0.50 means take twice more damage" but doesnt that mean takes half damage??
Първоначално публикувано от 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?
< >
Показване на 1-9 от 9 коментара
На страница: 1530 50