Lua added a new file:
QuoteDisplay MoreCustomize Your Inventory, Pockets, Items
Mod is disabled by default, Check the config.json
Always backup your profile
- You can customize Weapon Slots, Pouch (Secured Container), Pockets
- "TinyPockets" is default pockets (1x4)
- You may want to edit this if you want to edit your pockets
- "ThiccPockets" is boss pockets (2x5) but still players can use it by editing profile, you might have to edit this config
- Too much T H I C C Pockets make out of bound UI, Recommend to use [1~2, 1~5]
- You can search Item ID from here for Pockets Item Filter
- Item Name and ShortName is kind a outdated, Recommend to use items.json for them
- Secured Container that other than pouch slots will be lost if you died in raid without insurance
- v2.0.0 Manager - Now it supports custom settings by your own
- You still can add more category for Holsters
- Find "_name" property to use from items.json and add on config.json
- For more item editing that not listed on default config.json
- Look carefully compare default config.json and items.json
- JSON Key should be a property from inside of item's "_props"
- Use "_name" or "_id" or "ShortName" or "Name" for item, It should be unique id/name as possible
- "ContainerSize" has own config, It changes container size only
- Item value must be same as item has, as I put example for "F4 Terminator Backpack" which it has 3 size of container
JSON: config.jsonDisplay More{ "Pockets":{ "TinyPockets":{ "Enabled": false, "ItemExcludedFilter": false, "ItemExcludedFilterList":[ "5448bf274bdc2dfc2f8b456a" ], "Slot1": [1, 1], "Slot2": [1, 1], "Slot3": [1, 1], "Slot4": [1, 1] }, "ThiccPockets":{ "Enabled": false, "ItemExcludedFilter": false, "ItemExcludedFilterList":[ "5448bf274bdc2dfc2f8b456a" ], "Slot1": [1, 2], "Slot2": [1, 2], "Slot3": [1, 2], "Slot4": [1, 2], "Slot5": [1, 2] } }, "Items":{ "StackMaxSize":{ "Enabled": false, "Bitcoin": 10, "Roubles": 100000000, "Dollars": 100000000, "Euros": 100000000, "5a2a57cfc4a2826c6e06d44a": 3, "weapon_grenade_chattabka_vog17": 3, "weapon_grenade_chattabka_vog25": 3, "weapon_grenade_f1": 3, "weapon_grenade_m67": 3, "RGD-5": 3, "patron_762x51_m993": 100, "patron_9x19_7n31": 100 }, "Damage":{ "Enabled": false, "patron_762x51_m993": 100, "patron_9x19_7n31": 100 }, "ArmorDamage":{ "Enabled": false, "patron_762x51_m993": 200, "patron_9x19_7n31": 200 }, "BackgroundColor":{ "Enabled": false, "Bitcoin": "yellow", "Roubles": "yellow", "Dollars": "yellow", "Euros": "yellow", "patron_762x51_m993": "red", "patron_9x19_7n31": "red" }, "Tracer":{ "Enabled": false, "patron_762x51_m993": false, "patron_9x19_7n31": false }, "TracerColor":{ "Enabled": false, "patron_762x51_m993": "red", "patron_9x19_7n31": "yellow" }, "ContainerSize":{ "Enabled": false, "item_container_secured_kappa": [5, 5], "item_equipment_backpack_f4terminator": [ [4, 4], [4, 4], [4, 4] ] } }, "Holsters":{ "InventoryName": "Default Inventory", "FirstPrimaryWeapon":{ "Enabled": false, "Knife": false, "Pistol": false, "Smg": false, "Shotgun": false, "AssaultCarbine": false, "AssaultRifle": false, "MarksmanRifle": false, "SniperRifle": false, "MachineGun": false, "GrenadeLauncher": false, "SpecialWeapon": false, "ThrowWeap": false, "Backpack": false, "SimpleContainer": false, "MobContainer": false, "FoodDrink": false, "Jewelry": false, "Money": false }, "SecondPrimaryWeapon":{ "Enabled": false, "Knife": false, "Pistol": false, "Smg": false, "Shotgun": false, "AssaultCarbine": false, "AssaultRifle": false, "MarksmanRifle": false, "SniperRifle": false, "MachineGun": false, "GrenadeLauncher": false, "SpecialWeapon": false, "ThrowWeap": false, "Backpack": false, "SimpleContainer": false, "MobContainer": false, "FoodDrink": false, "Jewelry": false, "Money": false }, "Holster":{ "Enabled": false, "Knife": false, "Pistol": false, "Smg": false, "Shotgun": false, "AssaultCarbine": false, "AssaultRifle": false, "MarksmanRifle": false, "SniperRifle": false, "MachineGun": false, "GrenadeLauncher": false, "SpecialWeapon": false, "ThrowWeap": false, "Backpack": false, "SimpleContainer": false, "MobContainer": false, "FoodDrink": false, "Jewelry": false, "Money": false }, "Scabbard":{ "Enabled": false, "Knife": false, "Pistol": false, "Smg": false, "Shotgun": false, "AssaultCarbine": false, "AssaultRifle": false, "MarksmanRifle": false, "SniperRifle": false, "MachineGun": false, "GrenadeLauncher": false, "SpecialWeapon": false, "ThrowWeap": false, "Backpack": false, "SimpleContainer": false, "MobContainer": false, "FoodDrink": false, "Jewelry": false, "Money": false }, "SecuredContainer":{ "Enabled": false, "Knife": false, "Pistol": false, "Smg": false, "Shotgun": false, "AssaultCarbine": false, "AssaultRifle": false, "MarksmanRifle": false, "SniperRifle": false, "MachineGun": false, "GrenadeLauncher": false, "SpecialWeapon": false, "ThrowWeap": false, "Backpack": false, "SimpleContainer": false, "MobContainer": false, "FoodDrink": false, "Jewelry": false, "Money": false } } }