If anyone is interested in testing the latest version, or just preparing for change from complex datafile to simple config you can download the plugin with the latest changes directly at https://raw.githubusercontent.com/AnExiledDev/StackSizeController/dev/StackSizeController.cs
You can see some of the changes here.
- Ignore data files, they are no longer used, just stored. Stacksizes are defined in the configuration in the value "IndividualItemStackSize". Replaces IndividualItemStackHardLimits in the configuration.
- IndividualItemStackSize is last in priority, every other configuration setting takes priority (ex: multipliers, category hard limits, etc), multipliers multiply the vanilla stack size (reference [github]) not the defined stacksize in IndividualItemStackSize.
- Removed PreventStackingDifferentSkins as it's reliant functionality has been removed.
- IndividualItemStackSize is populated when the plugin is initially loaded, you can not edit them until the plugin has been run once.
Please give it a try and let me know if you run into any issues with exceptions or logs and hopefully I can resolve any issues before release. There are no more plugin conflicts (none known anyway), and any duping features have been removed, they're not really needed and cause too many issues.