Jump to content

How to increase the stack size of advanced rifle bullets


Recommended Posts

There are a couple of approaches to changing the stack size of items. It looks like the Xbox has the patch that allows the administrator to add config settings:

Quote

 Experimental

  • Added [ServerSettings] ItemStackSizeMultiplier to allow increasing or decreasing item stack size
  • Added [/Script/ShooterGame.ShooterGameMode] ConfigOverrideItemMaxQuantity to allow manually overriding item stack size on a per-item basis

so you would add:

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemAmmo_AdvancedRifleBullet_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true))

to the appropriate config file for your Xbox server. You can do a Google search for "ConfigOverrideItemMaxQuantity" to find lists of other items and even some tools to generate the config files for you.

Another approach (which may not work on the Xbox) is to add a stack mod.

 

Link to comment
Share on other sites

  • 10 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...