Jiblet's Cargo Pants 1.0.2

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:


JSON
{
"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

    Update for 3.8.0.

    No functionality changes.

  • Version 1.0.1

    Updated to 3.5.0

  • Version 1.0.0

    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:


    JavaScript
    {
    "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!
        }
    }
  • Erm, sorry to ask, but im used to mods that you drag n drop either in the "BepInEx" folder or the "user" folder, and is see no dll's of any sort in this repo to download, only source code downloads, could you explain me how to correctly install & use this mod please ?

    • No worries. Grab the source code zip.

      Unzip and you should have a folder called something like jibletscargopants-1.0.2

      Put that in your user/mods folder.

      profit.

    • ah okay its a "user" folder one, just need to put it in the actual mod folder in there, gotcha, thankies !

  • @Jiblet, The new 3.8.0 version download link takes us to [ https://github.com/Jiblet/Jibl…oPants/releases/tag/1.0.2 ] BUT there is no file to download, ONLY the source.


    UPDATE.

    Clicked on the Source code(zip) and it download [ JibletsCargoPants-1.0.2.zip ] that did contain the server mod files. Sorry, just got confused by the "Source code (zip)" wording.

    • No worries, theres no compilation for this stuff (other then transpiling at runtime from TS to JS I guess) so its just source code rather than a compiled release package.


      Enjoy! I hope it's useful.

  • is there a way to make a 2x2 slot ?

    • Did you read the "⚠️ Warnings" part?


      Good lord this place could make a person hate the public.

    • mb i dont even know why i wrote that comment lol i read that warning part but instantly forgot about it

    • Nxsty if you really want horizontal pockets I recommend using SVM to change it but I would only make one of the pockets 2 slots wide unless you want to completely loose the right most special slot.

      Thumbs Up 1
    • yeah, I did use SVM in the end since that worked better than this mod. Only needed the 2x2 for scavs. Did so by deleting the last 2 pockets and making the first two a 2x2 this way I keep all the special slots.

    • This mod does exactly what it says on the tin.


      If you want to shove 75 round drum mags into your pockets that's a you thing :D

  • Hello Jiblet. Appears your latest/current 1.0.1 download link is taking us to ( https://github.com/Jiblet/Jibl…oPants/releases/tag/1.0.1 ). However, there are ONLY source files to download, no actual package file. Your older version 1.0.0 link is properly working. Could you please take a look at this? Thanks.


    UPDATE: I downloaded the [Source code (zip)] Asset and it was actually the package .zip [ JibletsCargoPants-1.0.1.zip ]. Was just a little different seeing the "Source" and not that package name. Sorry for the confusion on my part.

    Heart 1
  • Super straightforward mod, I really like the default config for the pockets too!

    Heart 1