ARK: Survival Evolved

ARK: Survival Evolved

RP Animal Sales
 This topic has been pinned, so it's probably important
[BaKa]Yojimbo (Portavar)  [developer] 27 Aug, 2020 @ 5:48pm
INI Setting Explanation and Example
[RPAnimalSales] The section header to add to the gameusersettings.ini for the server.

DestroyNonAllowed= Whether or not tames not on the allowed list will be sold for zero.(An RP option for players who don't want to have to kill excess tames.)
Defaults to false.

SmallMinLevToReward= The level at which rewards should begin for the 2x1 platform.
Defaults to 90.

SmallCurrencyMulti= How much each payment tier is worth for the 2x1 platform.
Defaults to 1.

SmallAllowed= List of animals allowed to be sold at the 2x1 platform. Comma
seperated blueprint list. (See example INI) Defaults to allow all tames
to be sold.

SmallSaleCurrency= Blueprint path for what item to use as currency for the 2x1 platform.
Defaults to element. (See example INI)

SmallLevelIncrement= How many levels between each payment tier for the 2x1 platform.
Defaults to 10.

MedMinLevToReward= The level at which rewards should begin for the 3x2 platform.
Defaults to 90.

MedCurrencyMulti= How much each payment tier is worth for the 3x2 platform.
Defaults to 1.

MedAllowed= List of animals allowed to be sold at the 3x2 platform. Comma
seperated blueprint list. (See example INI) Defaults to allow all tames
to be sold.

MedSaleCurrency= Blueprint path for what item to use as currency for the 3x2 platform.
Defaults to element. (See example INI)

MedLevelIncrement= How many levels between each payment tier for the 3x2 platform.
Defaults to 10.

BehemothMinLevToReward= The level at which rewards should begin for the 6x5 platform.
Defaults to 90.

BehemothCurrencyMulti= How much each payment tier is worth for the 6x5 platform.
Defaults to 1.

BehemothAllowed= List of animals allowed to be sold at the 6x5 platform. Comma
seperated blueprint list. (See example INI) Defaults to allow all
tames to be sold.

BehemothSaleCurrency= Blueprint path for what item to use as currency for the 6x5
platform. Defaults to element. (See example INI)

BehemothLevelIncrement= How many levels between each payment tier for the 6x5
platform. Defaults to 10.

OceanMinLevToReward= The level at which rewards should begin for the ocean platform.
Defaults to 90.

OceanCurrencyMulti= How much each payment tier is worth for the ocean platform.
Defaults to 1.

OceanAllowed= List of animals allowed to be sold at the ocean platform. Comma
seperated blueprint list. (See example INI) Defaults to allow all
tames to be sold.

OceanSaleCurrency= Blueprint path for what item to use as currency for the ocean
platform. Defaults to element. (See example INI)

OceanLevelIncrement= How many levels between each payment tier for the ocean
platform. Defaults to 10.



EXAMPLE INI

NOTE: Lists of blueprints for the allowed animals should all be on one line.

[RPAnimalSales]
DestroyNonAllowed=False
SmallMinLevToReward=60
SmallCurrencyMulti=1
SmallAllowed=Blueprint'/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP',Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'
SmallSaleCurrency=Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_ElementDust.PrimalItemResource_ElementDust'
SmallLevelIncrement=15
MedMinLevToReward=90
MedCurrencyMulti=2
MedAllowed=Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP',Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'
MedSaleCurrency=Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Veggie_Citronal.PrimalItemConsumable_Veggie_Citronal'
MedLevelIncrement=10
BehemothMinLevToReward=120
BehemothCurrencyMulti=5
BehemothAllowed=Blueprint'/Game/PrimalEarth/Dinos/Sauropod/Sauropod_Character_BP.Sauropod_Character_BP',Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'
BehemothSaleCurrency=Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Gasoline.PrimalItemResource_Gasoline'
BehemothLevelIncrement=5
OceanMinLevToReward=100
OceanCurrencyMulti=7
OceanAllowed=Blueprint'/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP.Mosa_Character_BP',Blueprint'/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP'
OceanSaleCurrency=Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Silicon.PrimalItemResource_Silicon'
OceanLevelIncrement=12
Last edited by [BaKa]Yojimbo (Portavar); 27 Aug, 2020 @ 5:56pm