ARK: Survival Evolved

ARK: Survival Evolved

Sizing - Random Dino Sizes
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
VenomCodeDev  [udvikler] 3. dec. 2022 kl. 20:02
INI Config Options
The following are current ini config options. These go at the bottom of your GameUserSettings.ini

Default values are specified
[Sizing] MaxRandSize=2.0 #The maximum size multiplier. 166% by default MinRandSize=0.5 #The minimum size multiplier. 66% by default SpeedExpo=1.0 #The exponent to apply for speed calculation StatExpo=0.8 #The exponent to apply for stat changing calculation DisableSpeedSizing=True #Disables movement speed changing DisableStatSizing=False #Disable dino stats changing
Sidst redigeret af VenomCodeDev; 15. aug. 2023 kl. 0:48
< >
Viser 1-1 af 1 kommentarer
VenomCodeDev  [udvikler] 5. dec. 2022 kl. 9:10 
SpeedExpo Explination
To calculate the dinosaurs new Speed% the math is as follows:
Speed% = ( BASE DINO SPEED ) * (SIZE ^ SpeedExpo )
Examples:
SpeedExpo = 0.5 would make the speed percentage of a 2.0 size dino be 150%.
SpeedExpo = 0.5 would make the speed percentage of a 0.5 size dino be 71%.


DamageExpo Explination
To calculate the dinosaurs new Damage% the math is as follows:
Damage% = ( BASE DINO DAMAGE ) * (SIZE ^ DamageExpo )
Examples:
DamageExpo = 1.0 would make the speed percentage of a 2.0 size dino be 200%.
DamageExpo = 1.0 would make the speed percentage of a 0.5 size dino be 50%.

Sidst redigeret af VenomCodeDev; 5. dec. 2022 kl. 9:14
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50