ARK: Survival Evolved

ARK: Survival Evolved

Wild Dino Automatic Stat Redistributor [Outdated/Open Source]
This topic has been locked
ItsTomButOn*****  [developer] 18 Jun, 2020 @ 5:45pm
GameUserSettings.ini Config (old)
Basic template:
[NoDinoWastedPoints] StatDistributionIsWeighted=True DisableIgnoreDinoClassNames=False GlobalRedistributeOxygen=False GlobalRedistributeFood=False RedistributePointsBackIntoOxygenAndFood=False SpecificRedistributeOxygenCreatures= SpecificRedistributeFoodCreatures= OverrideRedistributionIgnoreDinoClassNames=

StatDistributionIsWeighted=True
Whether redistributed points should be weighted towards stats with highest amount of points before redistribution.

DisableIgnoreDinoClassNames=False
If set to True, disables the "OverrideRedistributionIgnoreDinoClassNames" config option (this option is currently mostly just a leftover that will get removed at a later date).

GlobalRedistributeOxygen=False
Disables redistribution to the oxygen stat for all creatures. If set to True then the SpecificRedistributeOxygenCreatures config option will be ignored.

GlobalRedistributeFood=False
Disables redistribution to the food stat for all creatures. If set to True then the SpecificRedistributeFoodCreatures config option will be ignored.

RedistributePointsBackIntoOxygenAndFood=False
Will redistribute stats back into oxygen and food alongside other stats, even with their redistribution enabled if set to True.

SpecificRedistributeOxygenCreatures=Dodo_Character_BP_C,Raptor_Character_BP_C
Disables redistribution to the oxygen stat only for creatures specified.

SpecificRedistributeFoodCreatures=Dodo_Character_BP_C,Raptor_Character_BP_C
Disables redistribution to the food stat only for creatures specified.

OverrideRedistributionIgnoreDinoClassNames=Dodo_Character_BP_C,Raptor_Character_BP_C
Here you can define which creatures you don't want their stats to get redistributed (class name separated by a comma, no spaces).
Last edited by ItsTomButOn*****; 19 Mar, 2021 @ 3:06am