ARK: Survival Evolved

ARK: Survival Evolved

Appetizer
 This topic has been pinned, so it's probably important
thebkr  [developer] 27 Feb, 2017 @ 5:34am
Override engrams and crafting costs
Class names are:
  • Appetizer -> PrimalItemConsumable_DOTAppetizer_C
  • Appetizer X -> PrimalItemConsumable_FlatAppetizer_C
  • Appetizer Grenade -> PrimalItem_AppetizerGrenade_C
  • Appetizer Tranq Dart -> PrimalItemAmmo_AppetizerTranqDart_C
  • Appetizer Engram -> EngramEntry_DOTAppetizer_C
  • Appetizer X Engram -> EngramEntry_FlatAppetizer_C
  • Appetizer Grenade Engram -> EngramEntry_AppetizerGrenade_C
  • Appetizer Tranq Dart Engram -> EngramEntry_AppetizerTranqDart_C
Edit your Game.ini add this under [/script/shootergame.shootergamemode]

Example make Appetizer (Blue) cost 1 Thatch:
ConfigOverrideItemCraftingCosts= (ItemClassString="PrimalItemConsumable_DOTAppetizer_C", BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Thatch_C", BaseResourceRequirement=1.0, bCraftingRequireExactResourceType=false)))

Example disable Appetizer:
OverrideNamedEngramEntries=( EngramClassName="EngramEntry_DOTAppetizer_C", EngramHidden=true,EngramPointsCost=3, EngramLevelRequirement=5, RemoveEngramPreReq=true)
Last edited by thebkr; 13 Oct, 2017 @ 7:47am
< >
Showing 1-9 of 9 comments
PurpleKrow 17 Aug, 2017 @ 11:46am 
I'm sorry I have tried to understand this to change the crafting requiments of the dart & I just don't D': can I get some help, please?

We are wanting to make the Appetizer Tranq Dart cost:

10 x Narcotic
5 x Metal Ingot
1 x Simple rifle bullet
1 x Appetizer X
Last edited by PurpleKrow; 17 Aug, 2017 @ 11:46am
C1dn3y 13 Oct, 2017 @ 6:57am 
I can modify the Appetizer and appetizer x crafting requirements, but if I try to edit the dart or grenade, the customization doesn't take effect.

I am doing it in the same way I am modifying the appetizer and app x. Is it possible that the item class changed for those two items?

Thanks in advance.
thebkr  [developer] 13 Oct, 2017 @ 7:46am 
All class names must have _C appended in their name when overriding, i will correct the first post, the dart was the only one missing it and you probably copy pasted it.
thebkr  [developer] 13 Oct, 2017 @ 7:48am 
I also fixed the grenade class name, that was also wrong, my bad sorry about that.
C1dn3y 13 Oct, 2017 @ 10:45am 
Awesome, Thank you @ZFG. Will test things out tonight when I get home!
Lethalmatter 12 Apr, 2020 @ 9:25am 
Could I see an example of what to put in the game.ini if Appetizer (Blue) would have the material cost of 2 or more different ingredients?
Karthus 24 May, 2020 @ 8:17pm 
How do i get engrams from this mod to be crafted in the SS or S+ crafting stations?
thebkr  [developer] 25 May, 2020 @ 2:00am 
Originally posted by Whitlock:
How do i get engrams from this mod to be crafted in the SS or S+ crafting stations?
You don't, sadly this has to be a feature in S+, nothing i can do on my end.
I usually have both smithys and chem benches, but you should be able to craft them in your inventory aswell.

Karthus 25 May, 2020 @ 7:24am 
I appreciate that. I will thank the ark devs for this inconvenience :p
< >
Showing 1-9 of 9 comments
Per page: 1530 50