ARK: Survival Evolved

ARK: Survival Evolved

Automated Ark 3 RP Edition - Core
 This topic has been pinned, so it's probably important
blitzfire911  [developer] Mar 2, 2020 @ 9:51am
GameUserSettings.ini for all Automated Ark Mods
[ArkAutomatedSettings]


*****Note that the Max Range for everything except for the console is 10,000. If you go over 10000 it will revert back to the default of 6000. Control console can co up to 30,000*****


AutoCraftingSpeedMultiplier=2
*****Change the crafting speed of the multiplier

OverflowBypass=False
*****Setting this to true will bypass the safety feature in the smithicator that reduces the number of engrams shown when you have a lot of mods installed. Use at your own risk, this may cause client side low level fatal errors and loss of items inside the smithicator.

ConsolePullRange=10000
****This changes the range at which a console will pull form and push to OCD structures and crafting stations. This does not change the range of how close together consoles can be placed. Increasing this may be necessary for very large bases, but may cause issues with server performance if too large. Maximum size is 30000.

ConsolePullTimer=300
****This setting controls how often the Control Console will run its Auto Sorting Logic. This timer can be in the range of 60-3600 seconds. Default is 3600, or once an hour.

ConsoleMaxStorage=650
****This setting controls how many storage slots are in the Control Console. Range = 90-1000

-AA Control Console Black list ini setting introduced.
-Used for server wide prevention of pulling from structures or dinos.
-Simply use BlackList=ClassName1_C,ClassName2_C,ClassName3_C
-For instance to make the console not be able to pull from an AA Grinder
BlackList=GrinderAA_C
-To make it not pull from Grinders, Consoles, and Vacuums for instance use
BlackList=GrinderAA_C,AA_ControlConsole_C,AAVacuum_C
-These are the class names from spawn codes, not engram entries. No spaces are needed.
-Can be class names of Dinos and/or Structures.

CraftingSpeedMultiplier=2



Using Addons with Hosts that do not properly configure your server for you (such as Nitrado). You will need to manually add the ModIDs to your gameusersettings.ini or use the following ini options listed below. ONLY set the add-ons you are actually using to true or it will crash. If you are using a host like this and do not do one of these 2 options, pulling will not work for the add-ons.

AutomationModActive=True
KitchenModActive=True
RaidModActive=True
GardenModActive=True
BabyModActive=True
PowerModActive=True



*****OCD Structures*****
OCDDropVaultMaxStorage=1000(Min:15 Max:1000 Default:1000)
OCDMetalMaxStorage=1000 (Min:15 Max:1000 Default:1000)
OCDMarbleMaxStorage=650 (Min:15 Max:1000 Default:650)
OCDDriftwoodMaxStorage=300 (Min:15 Max:1000 Default:300)


*****Turret Filler*****
TurretFillerDelay=300
Add a delay to filling turrets to limit how often players can use a single turret filler (0-1200 seconds)
Delay is triggered if an enemy player is in range, a structure is damaged, when the genie is first placed and if a console is not in range.



*****Industrial Forge*****
IndustrialForgePickupRadius=6000.0
ForgeSmeltingMultiplier=2 (how fast the forges will melt metal into ingots)


*****Industrial Mini Forge*****
MiniForgeSmeltingMultiplier=


*****Feeding Trough******
TroughBalanceTimer
FeedingTroughPullRange=6000


*****Gardening*****
CompostBinPoopDistance=6000.0 (this is the poop pickup range)
SiloThatchBinDistance=6000.0 (this is the range the compost bin looks for storage)
CompostBinSpeedMult=1 (this is how fast it makes poop into fertilizer. 30=medium, 100=fast)
CropPlotFillingDistance=6000.0


*****Eggs*****
EggCratePickupDistance=6000.0

*****Grinder*****
GrinderReturnPercentage=0.25
GrinderMaxItemReturn=10000.0
DisableGrindIngots=True
DisableGrinderElement=True

-AA Grinder Exclusion list ini setting remade from the ground up.
-Simply use GrinderExclusionList=ClassName1_C,ClassName2_C,ClassName3_C
-For instance to make the grinder not be able to grind itself use GrinderExclusionList=GrinderAA_C
-To make it not grind itself, Consoles, and Vacuums for instance use
GrinderExclusionList=GrinderAA_C,AA_ControlConsole_C,AAVacuum_C
-These are the class names from spawn codes, not engram entries. No spaces are needed.
-DisableGrinderElement=True will make the grinder not return any element when grinding.



*****Imprinting Kibble*****
KibbleImprintPercent=25
KibbleGrowthSpeed=2

The ini settings are KibbleImprintPercent=25 and KibbleGrowthSpeed=2 by default meaning each kibble gives 25% imprint and makes the dino grow at 2x speed. Each kibble does not compound the growth speed. KibbleImprintPercent and KibbleGrowthSpeed can be between any number between 1 and 100.

*****Engram Pod*****
EngramDelay=0.1
UnlockAllEngrams=False

Engram Delay is the how long in seconds between each engram unlock. *Note there are around 700 Vanilla Engrams. The delay should help reduce lag on servers when someone learns engrams. UnlockAllEngrams=True adds an option to the radial menu that allows players to unlock all engrams in the game no matter their level or number of available engram points.


*****Medical Station*****
MedStationHealRate=5

-How long, in seconds, between healing pulses. Default is 5 seconds.
-Time can be set anywhere between 5 and 60 seconds.
-Each pulse is 5% of dinos health. To calculate full healing time take
(INItime x 20)=Total seconds for full heal from 0 health to 100.


*****Repair Station*****
RepairCooldown=900

-How long, in seconds, between repair pulses. Default is 300 seconds.
-Time can be set anywhere between = 300 and 3600 seconds.

*****Ant Hill*****
AntHillSpawnRate=120 by default. Can range form 20 to 900 seconds between any spawns depending on how much CP you want.



Here is a list for an Easy Copy and Paste. This is what I run on my servers

[ArkAutomatedSettings]
ConsolePullRange=10000
ConsolePullTimer=3600
ConsoleMaxStorage=1000
CraftingSpeedMultiplier=2
OCDDropVaultMaxStorage=1000
OCDMetalMaxStorage=1000
OCDMarbleMaxStorage=650
OCDDriftwoodMaxStorage=300
IndustrialForgePickupRadius=10000
ForgeSmeltingMultiplier=6
MiniForgeSmeltingMultiplier=1
FeedingTroughPullRange=10000
CompostBinPoopDistance=10000
SiloThatchBinDistance=10000
CompostBinSpeedMult=100
CropPlotFillingDistance=10000
EggCratePickupDistance=10000
GrinderReturnPercentage=0.25
GrinderMaxItemReturn=2000
KibbleImprintPercent=100
KibbleGrowthSpeed=100
EngramDelay=0.1
UnlockAllEngrams=True
MedStationHealRate=5
RepairCooldown=300
AntHillSpawnRate=120
OverflowBypass=False
Last edited by blitzfire911; Sep 11, 2022 @ 7:24am