DUE TO CHANGES IN THE MOD THIS NOW REQUIRES BEING FIRST IN MOD LOAD ORDER
This mod adjust stacks sizes and weights with absolutely zero overwriting of files (and the resultant issues). This mod uses buffs to tweak everything. Everything is configurable via a widget in game, and most changes can be made on the fly. Item Stack sizes can be changed, but will require a server restart afterwards to implement. Mod Authors can use the Mod Communications Interface to send their items to this mod, for ease of stacking/adjustments.
To configure this mod, make sure you're a server admin (enablecheats etc), then hold R (reload) and choose the Configure Weights option.
Default settings on first load.
Weight multiplier: 0.1 (Stone on this setting will weigh 5 for a stack of 100 instead of 50)
Stack Size multiplier: 10x
Has the ability to reset to Ark defaults (without loss of items, it steps thru every inventory to tweak things back to how they should be). Has the ability for on the fly configuration. There should be very little reason for actual updates on this mod, as the stacking lists are handled via external requests. Once a change is made to those lists, it will propogate to any server using this mod within 15 mins.
NOTE: This mod is not designed to play nice with ItemStackSizeMultiplier in gameusersettings.ini being anything other than 1. If your server uses a multiplier at present, the mod will let you know (you won't be able to configure it, a warning will pop up). Don't worry tho, as soon as the mod detects a stack size multiplier, it saves a list of what's in everyone's inventory. Then when the ItemStackSizeMultiplier is set back to 1 the mod increases all inventories back up to what they had previously (this sounds complicated but it isn't! It's simply a matter of loading the mod, starting your server, letting it run for 5 mins, then shutting down, changing stacksize multi to 1 then restarting).
Mod Authors. Do you want your items to be included in stacking adjustments? This mod uses the Mod Communications interface. Documentation is coming to https://oz-ark.dev or you can ask me (Baradine Allawa on the devkit discord) and I'll provide the format expected.