CptMoreGun added a new file:
QuoteDisplay MoreLIBERWEIGHT MOD FOR SPT v0.3.10
PURPOSE
This mod performs a simple alteration to edit the weight value, should it exist, for ALL items contained in the "items.json" database configuration file.
TARGET AUDIENCE
This mod is intended for SPT players who, like me, enjoy the game mechanics of world exploration and loot hoarding as much as they derive satisfaction from intense combat.
If you currently use mods to adjust your backpack capacity and your item stack limits, the "LiberWeight" mod is a sound additional companion to have in your mod collection to help you "liberate" your item weight burdens so that you can hoard a veritable shit-ton of loot during any raid and bring it all back in one shot.
Now, you can jam numerous amounts of weapons and gear from the bot-littered battlefield into your 72-row daypack and continue the fight with little-to-zero movement restrictions depending upon what numeric value at which you set the weight adjustment factor in the "config.json" file.
WEIGHT-RATIO FEATURE
One of the really nice aspects of this mod is that it adjusts all item weights while maintaining the original item-to-item weight ratio, as intended by BSG -- meaning that no matter what you choose for the weight adjustment factor, ALL items will maintain their weight ratio as compared to all other items in the "items.json" file.
Example (weights here are not accurate, just a proof of concept):
Let's say that originally, the tank battery weighs 15 lbs and the Desert Eagle pistol weighs 5 lbs. This means that the Desert Eagle is 33% of the tank battery's total weight - and conversely - the tank battery's weight is 300% more than the total weight of the Desert Eagle.
You run the "LiberWeight" mod with a weight adjustment factor of "0.3"; meaning that you intend to reduce ALL item weights by 30% of their original weight.
After the "LiberWeight" mod successfully loads, the tank battery now weighs 10.5 lbs and the Desert Eagle now weighs 3.5 lbs (for a total reduction of 6 lbs on both items). Yet, the comparative weight ratios between the tank battery and the Desert Eagle still remain the same:
---=[ OLD WEIGHTS ]=---
5 (DE) ÷ 15 (TB) = 0.33333 (33%)
15 (TB) ÷ 5 (DE) = 3.0 (300%)
---=[ NEW WEIGHTS ]=---
3.5 (DE) ÷ 10.5 (TB) = 0.33333 (33%)
10.5 (TB) ÷ 3.5 (DE) = 3.0 (300%)
Even with the new weight adjustment, the Desert Eagle still weighs 33% of the total weight of the tank battery, just like it did originally. This outcome, at least, maintains comparative weight ratios across all items.
HOW TO
Drop the "LiberWeight" mod into your user/mods folder; then edit the "WeightAdjustmentFactor" value contained in the "config.json" file to your personal preference.
Default value is "0.5", or a 50% reduction.
NOTES
Since this mod adjusts the weight of ALL items in the "items.json" file, you should have no surprise when your character's total load-out weight changes accordingly.
If you are not satisfied with the outcome of the item weight totals after "LiberWeight" loads, simply exit out of SPT, edit the "config.json" file by increasing, or decreasing the "WeightAdjustmentFactor" value further, then restart SPT to validate your changes.
Don't really like what "LiberWeight" does? No problem : simply remove it from your user/mods folder and restart your local SPT server. Your "items.json" file should load untouched in its original state.
Have fun everyone.
CptMoreGun