ARK: Survival Evolved

ARK: Survival Evolved

CE: Races
 Ten wątek został przypięty, więc pewnie jest ważny
Zarum  [producent] 1 kwietnia 2021 o 15:41
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
Ostatnio edytowany przez: Zarum; 3 listopada 2022 o 14:55