ARK: Survival Evolved

ARK: Survival Evolved

RP Cooking & More
 This topic has been pinned, so it's probably important
MistressVanya  [developer] 7 Jul, 2021 @ 1:43am
INI Setting Explanation and Example
In the GameUserSettings.ini file add these options---


[RPCooking]
EggLayerPath=
BaitItem=
MilkGiverPath=
BakingRackInterval=
FruitInterval=
EggInterval=
MilkInterval=

[RPCooking] The section header to add to the gameusersettings.ini for the server.

EggLayerPath= Comma seperated blueprint path for the animal(s) that should generate eggs. Defaults to Dodo.**

MilkGiverPath= Comma seperated blueprint path for the animal(s) that should generate milk. Defaults to Megaloceros.**

BaitItem= This option exists mainly to work with gunsmoke roleplay maps and allow RPC Compost bins to generate maggots, but can be used to generate any item as long as the blueprint path is entered.**

BakingRackInterval= The rate at which the baking rack will refill its inventory. Defaults to 10 seconds.

FruitInterval= The time in seconds fruit trees and bushes produce inventory. Defaults to 420 seconds.

EggInterval= The time in seconds the coop will produce eggs. Defaults to 300 seconds.

MilkInterval= The time in seconds the milking station will produce milk. Defaults to 300 seconds.



**If no .ini options are added-- the Coop and Milking Station will work with the default Dodo and Megalceros, and the Compost Bin will give only Leech Blood and Fertilizer.

Example .ini entry below

[RPCooking]
EggLayerPath=Blueprint'/Game/Mods/MarniimodsWildlife/Wildlife/Chicken/Chicken_Character_BP.Chicken_Character_BP',Blueprint'/Game/PrimalEarth/Dinos/Pelagornis/Pela_Character_BP.Pela_Character_BP'
MilkGiverPath=Blueprint'/Game/Mods/MarniimodsWildlife/Wildlife/Cattle/Cattle_Character_BP.Cattle_Character_BP',Blueprint'/Game/Mods/MarniimodsWildlife/Wildlife/Capra/Capra_MM_Character_BP.Capra_MM_Character_BP'
BaitItem=Blueprint'/Game/Mods/GS_Roleplay/Weapons/Fishing_Rod/Bait/Maggots/PrimalItemResource_Maggots_GSRP2.PrimalItemResource_Maggots_GSRP2'
BakingRackInterval=10
FruitInterval=600
EggInterval=600
MilkInterval=600
Last edited by MistressVanya; 8 Jul, 2022 @ 6:29am