ARK: Survival Evolved

ARK: Survival Evolved

Sizing - Random Dino Sizes
 此主題已被置頂,因此它可能很重要
VenomCodeDev  [開發人員] 2022 年 12 月 3 日 下午 8: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
最後修改者:VenomCodeDev; 2023 年 8 月 15 日 上午 12:48
< >
目前顯示第 1-1 則留言,共 1
VenomCodeDev  [開發人員] 2022 年 12 月 5 日 上午 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%.

最後修改者:VenomCodeDev; 2022 年 12 月 5 日 上午 9:14
< >
目前顯示第 1-1 則留言,共 1
每頁顯示: 1530 50