Hello,
I have modified the item files for ammo to be stacked to 3000 instead of the default and I also changed the stacks for some resources too. However when I load the game it still has the default values listed, but the stacks for other resources are changed. Am I missing something here? I have changed it for all ammo but it doesn't change the amount in game.
<item name="ammoShotgunBreachingSlug">
<property name="Tags" value="ammo,shotgun"/>
<property name="DisplayType" value="ammoShotgunBreaching"/>
<property name="HoldType" value="45"/>
<property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
<property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
<property name="Material" value="MresourceScrapPolymers"/>
<property name="Stacknumber" value="3000"/> <!-- STK ammo low -->
Does Stacknumber not refer to the amount of that item stacked in your inventory?
Thanks for any help
I have modified the item files for ammo to be stacked to 3000 instead of the default and I also changed the stacks for some resources too. However when I load the game it still has the default values listed, but the stacks for other resources are changed. Am I missing something here? I have changed it for all ammo but it doesn't change the amount in game.
<item name="ammoShotgunBreachingSlug">
<property name="Tags" value="ammo,shotgun"/>
<property name="DisplayType" value="ammoShotgunBreaching"/>
<property name="HoldType" value="45"/>
<property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
<property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
<property name="Material" value="MresourceScrapPolymers"/>
<property name="Stacknumber" value="3000"/> <!-- STK ammo low -->
Does Stacknumber not refer to the amount of that item stacked in your inventory?
Thanks for any help