ARK: Survival Evolved

ARK: Survival Evolved

AI Tweaker Implant [OPEN SOURCE] (Discontinued)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Impulse  [udvikler] 9. maj 2018 kl. 4:43
Server settings (game.ini)
Setup available stats for dinos in your servers/single player Game.ini
Tag that needs to be above the mod setting entries
[Capitalism.AITweakerImplant]

You can setup as many dino entries as you wish, with the DinoSettings key
DinoSettings=
Here are example settings
DinoSettings=(DinoClassPath=/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP,AvailableStats=[health,stamina,damage]) DinoSettings=(DinoClassPath=/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP,SpeedStep=0.03,MaxSpeed=2.0,StaminaMulti=0.5,RotationMulti=2.0,AvailableStats=[health,stamina,food,weight,oxygen,torpidity,damage,speed])

Explanation for AvailableStats
Only given entries within one DinoSettings entry will be listed in the tweaker UI:
AvailableStats=[health,stamina,food,weight,oxygen,torpidity,damage,speed]

What happens, if i didn't provide any AvailableStats?
Then your players won't be able to distribute additional points, but the implant will still grant the follow, friend follow for all dinos and backwards walking capability for fliers.

Explanation for the example SpeedStep and MaxSpeed
SpeedStep means that each point given to this tweaker entry will increase Speed by that percent amount 0.03 means 3%. Up until MaxSpeed is reached, 2.0 = 200% of initial value.

How does the RotationMulti work?
RotationMulti means, if you go above 1.0 your dinos will have a smaller turn radius.

How does the StaminaMulti work?
StaminaMulti 0.5 means in the above example, that this dino consumes half the stamina amount.

Where do the additional points come from?
If your dino gets a level up and you did distribute the vanilla point, you'll get the equal amount of additional points to distribute with the AI Tweaker Implants UI.

Are there default XXXXStep and MaxXXXX values?
Defaults are:
HealthStep=0.01 MaxHealth=3.0 StaminaStep=0.03 MaxStamina=3.0 TorpidityStep=0.03 MaxTorpidity=3.0 OxygenStep=0.03 MaxOxygen=3.0 FoodStep=0.03 MaxFood=3.0 WeightStep=0.01 MaxWeight=3.0 DamageStep=0.01 MaxDamage=3.0 SpeedStep=0.01 MaxSpeed=3.0

You can setup the level steps and max additional values for all attributes. Therefore follow the scheme:
XXXXStep MaxXXXX
Example:
StaminaStep=0.04 MaxStamina=3.0
Above example means that each point given through the AITweaker will increase the corresponding dino stat by 4% and will cap out if +300% are reached.
Sidst redigeret af Impulse; 11. maj 2018 kl. 3:44