ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
 This topic has been pinned, so it's probably important
Impulse  [developer] 1 Jan, 2020 @ 2:42pm
Capitalism SkinRemovalSystem
Description
The Skin Removal System is an integrated logic that can be activated with corresponding setting written below. Its purpose is to automatically remove the "spammed" skins from player inventories upon spawn event. This is done so that the skins actually get back some worth and are not seen as garbage only by the playerbase. Be aware, that an Ark travel is also seen as spawn event by the system and therefore you'll need to manually transfer your skin items via item transfer from wildcard for example and don't keep them in your players' inventory while traveling.

Gus.ini settings for this system
Those settings go below the [Capitalism] tag like all the other Capitalism gus.ini options.
RemoveSkinsFromPlayerInvOnSpawn=false IgnoreItemClassPathsFromSkinRemovalLogic=

Settings explained
If you want to activate this system, then set this option to true
RemoveSkinsFromPlayerInvOnSpawn=false

There are already some classes whitelisted - mostly those that usually don't get spammed into your players inventory - but if Wildcard adds new skins in the future and to prevent the system from auto removing them, use this option. It take a comma separated list of class pathes like the example below.
IgnoreItemClassPathsFromSkinRemovalLogic=/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_Gen1AvatartBoots.PrimalItemSkin_Gen1AvatartBoots,/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_Gen1AvatarHelmet.PrimalItemSkin_Gen1AvatarHelmet
Last edited by Impulse; 1 Jan, 2020 @ 2:46pm