ARK: Survival Evolved

ARK: Survival Evolved

Random Configs - Test Version
Showing 11-20 of 24 entries
< 1  2  3 >
Update: Mar 12 @ 1:30pm

-

Update: Mar 12 @ 12:55pm

-

Update: Sep 21, 2023 @ 10:34am

-

Update: Sep 21, 2023 @ 10:12am

-

Update: Sep 21, 2023 @ 9:41am

-

Update: Sep 21, 2023 @ 8:08am

-

Update: Sep 16, 2023 @ 6:03am

-

Update: Aug 10, 2023 @ 8:38am

-

Update: Apr 15, 2023 @ 6:20am

  • Added BetterOxygenStat=0.0. Clamped between 0 and 1. Wild oxygen points will get the additional effect of boosting stamina regeneration. The new regeneration rate is BaseRate * (1 + FoodPoint * config value). For example, setting it to 0.1 with 50 points in oxygen will multiply the stamina regeneration by 1 + 0.1 * 50 = 6. Only affects wild points, not tamed points or player stats. Something to note is that even creatures that don't show the oxygen stat have it, so they also benefit from it.
  • Added BetterFoodStat=0.0. Clamped between 0 and 1. Wild food points will get the additional effect of boosting health regeneration. The new regeneration rate is BaseRate * (1 + FoodPoint * config value). For example, setting it to 0.1 with 50 points in food will multiply the health regeneration by 1 + 0.1 * 50 = 6. Only affects wild points, not tamed points or player stats.
  • Added BetterSpeedStat=False. If set to True, all points in speed are instead spread over the other stats. This respects the stat cap in an effort to not waste points by having them go over the cap. Only affects wild points, not tamed points. Something to note is that flyers, not getting wild speed points, don't benefit from this, leaving them behind compared to all other creatures.

Update: Jan 4, 2023 @ 4:16pm

  • Added FenrirTotalLevels. Using this config replaces Fenrir's level mechanics with one like normal creatures. The config sets what level will be given, with the usual +50% bonus added. For example, using FenrirTotalLevels=50,100,150 gives a lvl 75 Fenrir from gamma Fenrisúlfr, 150 from beta, and 225 from alpha, with completely randomised stats.
  • Added GammaFenrirStats, BetaFenrirStats, and AlphaFenrirStats. These let you set the stats you get from the Fenrir rewards from Fenrisúlfr. For example, GammaFenrirStats=1,1,1,1,1,1,10 gives 6 stats with 1 point, and 1 with 10 points. The default stats for gamma are 6,5,5,5,5,4, Beta has 8,6,6,6,6,6, and alpha has 10,7,7,7,7,7. The configs need 6 or 7 values. Setting 6 values omits Movement Speed, and keeps it at 0. These values cannot exceed the StatCap config, and is compatible with the SpeedDistribution config. Note, on difficulties lower than 1, the internal Fenrisúlfr code lowers the stats. difficulty 0.5 will for example half the stats. These configs won't work if FenrirTotalLevels is used.