ARK: Survival Evolved

ARK: Survival Evolved

Sizing - Random Dino Sizes
 This topic has been pinned, so it's probably important
VenomCodeDev  [developer] 3 Dec, 2022 @ 8:02pm
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
Last edited by VenomCodeDev; 15 Aug, 2023 @ 12:48am
< >
Showing 1-1 of 1 comments
VenomCodeDev  [developer] 5 Dec, 2022 @ 9:10am 
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%.

Last edited by VenomCodeDev; 5 Dec, 2022 @ 9:14am
< >
Showing 1-1 of 1 comments
Per page: 1530 50