ARK: Survival Evolved

ARK: Survival Evolved

CE: Races
 This topic has been pinned, so it's probably important
Zarum  [developer] 1 Apr, 2021 @ 3:41pm
Item Codes / Game.ini
The code below is an example of how to change the resource requirement of the Persona Mirror. This code needs to be placed in your game.ini under the header [/script/shootergame.shootergamemode] . For more help, check out NIPIRO[www.nipiro.de].

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_FursonaMirror_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Fibers_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false)))

The spawn code for the Cosplay Mirror is below.
cheat giveitem "Blueprint'/Game/Mods/SFF/Structures/PrimalItemStructure_FursonaMirror.PrimalItemStructure_FursonaMirror'" 1 0 0

The spawn code for the Cosplay Scissors is below.
cheat giveitem "Blueprint'/Game/Mods/SFF/CustomScissors/PrimalItem_CosplayScissors.PrimalItem_CosplayScissors'" 1 0 0

The spawn code for the Cosplay Altar is below.
cheat giveitem "Blueprint'/Game/Mods/SFF/Structures/RaceAlter/PrimalItemStructure_RaceAltar.PrimalItemStructure_RaceAltar'" 1 0 0

The spawn code for the CE NPC is below.
cheat giveitem "Blueprint'/Game/Mods/SFF/Structures/NPC/PrimalItemStructure_CE_NPC.PrimalItemStructure_CE_NPC'" 1 0 0
Last edited by Zarum; 3 Nov, 2022 @ 2:55pm