Morning,
Really having some trouble getting these two arguments working, and scratching my head as to why. I've checked out other forum posts, reddit etc, but can't seem to figure these two out.
Firstly,
I'm using this code to remove Ichthyornis, but it doesn't seem to work.
Secondly, there are a few items I'm wanting to increase the stack size of. I'm using the below code, but again it doesn't seem to work.
I've tried alternating the code, adding "bIgnoreMultiplier=true" (see below for alternate codes), but still no luck.
Code
- ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=100, bIgnoreMultiplier=true))
- ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=100,bIgnoreMultiplier=true))
- ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=100, ?IgnoreMultiplier=true))
- ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=100,?IgnoreMultiplier=true))
Any help would be greatly appreciated!
Thanks,
B00M