The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

Jiblet's Cargo Pants

Jiblet's Cargo Pants 1.0.2

Created by Jiblet

3.4K Downloads

SPT 3.8.3 Compatible

Bigger (configurable) pockets for all!

This mod simply allows the user to set the vertical sizes of the pocket slots. Allowing you to, for example, put my Ammo Pouch - a 2x1 slot item - in your pocket. I’ve set the default sizes to 2, 1, 1, 2 to essentially simulate wearing trousers with cargo pockets - hence the name.

⚠️ Warnings

It only allows vertical scaling of pockets, not horizontal, as the in-game GUI can’t cope with wider pockets - it starts pushing the Special slots off the right side of the screen.

Be careful with how long you make them, I’ve no idea what will happen if you go mad with it.

📝 Config

Config is nice and simple, described in the code block below:

{ “Logging”: false, - Turns some debug logging to the console on and off. “PocketSizes”: { “Pocket1”: 2, - Set the vertical size of the leftmost pocket to this number of cells. “Pocket2”: 1, - I believe in you. “Pocket3”: 1, - You’ve got this. “Pocket4”: 2 - Told you! } }

Version 1.0.2
Download Mod Version

SPT 3.8.3

Latest Compatible SPT Version

1.1K Downloads

Created Apr 4th, 2024

Updated Apr 4th, 2024

Virus Total Results

Update for 3.8.0.

No functionality changes.

Version 1.0.1
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

1.8K Downloads

Created Feb 19th, 2023

Updated Feb 19th, 2023

Virus Total Results

Updated to 3.5.0

Version 1.0.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

524 Downloads

Created Jan 25th, 2023

Updated Jan 25th, 2023

Virus Total Results

This mod simply allows the user to set the vertical sizes of the pocket slots. Allowing you to, for example, put my Ammo Pouch - a 2x1 slot item - in your pocket. I’ve set the default sizes to 2, 1, 1, 2 to essentially simulate wearing trousers with cargo pockets - hence the name.

⚠️ Warnings

It only allows vertical scaling of pockets, not horizontal, as the in-game GUI can’t cope with wider pockets - it starts pushing the Special slots off the right side of the screen.

Be careful with how long you make them, I’ve no idea what will happen if you go mad with it.

📝 Config

Config is nice and simple, described in the code block below:

{ “Logging”: false, - Turns some debug logging to the console on (true) and off (false). “PocketSizes”: { “Pocket1”: 2, - Set the vertical size of the leftmost pocket to this number of cells. “Pocket2”: 1, - I believe in you. “Pocket3”: 1, - You’ve got this. “Pocket4”: 2 - Told you! } }

Not quite yet...