• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

[ MOD ] Bigger Back Pack SDX Edition

sphereii

Well-known member
Bigger Back Pack SDX Edition

===================

The Bigger Back Pack allows you to easily update the backpack size up to 45. The latest version also allows you to add additional tool belt slots too.

For different sized back packs,

Edit PatchScripts/BiggerBackPack.cs:

Update: private sbyte NewIntenvotrySize = 45;

Edit Config/BiggerBackPack.xml

Update: The rows and cols

For Different sized tool belts,

Edit PatchScripts/Toolbelt.cs

Update: private byte NewToolBeltSize = 8;

If you want a 9 slot, set that value to 8. If you want a 10 slot, set this value to 9, etc.

Available through the 7D2D SDX Tutorial Project: https://github.com/7D2DSDX/Mods

 
Hey SphereII, seriously...? I can't give you additional reputation so quickly... lol =O

So, we never need to edit IL again & again to match each people's preference, what we need is just edit NewIntenvotrySize and Run SDX, right?

 
Hey SphereII, seriously...? I can't give you additional reputation so quickly... lol =O
So, we never need to edit IL again & again to match each people's preference, what we need is just edit NewIntenvotrySize and Run SDX, right?
Yes. If you do change those values, you'll also need to adjust the XUi's to match your new value. Take a look at the XML files under the Configs folder for this mod for examples.

 
Yes. If you do change those values, you'll also need to adjust the XUi's to match your new value. Take a look at the XML files under the Configs folder for this mod for examples.
Ah, that's fair. Thanks for clarify. :)

 
Back
Top