ARK: Survival Evolved

ARK: Survival Evolved

Sizing - Random Dino Sizes
 Tämä aihe on kiinnitetty, joten se on todennäköisesti tärkeä
VenomCodeDev  [kehittäjä] 3.12.2022 klo 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
Viimeisin muokkaaja on VenomCodeDev; 15.8.2023 klo 0.48
< >
Näytetään 1-1 / 1 kommentista
VenomCodeDev  [kehittäjä] 5.12.2022 klo 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%.

Viimeisin muokkaaja on VenomCodeDev; 5.12.2022 klo 9.14
< >
Näytetään 1-1 / 1 kommentista
Sivua kohden: 1530 50