What's new

Tutorial How to Mod Backpack space using Gibbed save Editor

Status
Not open for further replies.
Lunia

Lunia

Enthusiast
Messages
66
Reaction score
13
Points
55
Sin$
0
Yeah you can't change it in gibbeds editor, but he might be able to get it working soon?
 
irak alkyda

irak alkyda

Enthusiast
Messages
118
Reaction score
8
Points
70
Sin$
7
So I've seen many people asking around the forums about how to do this.


  • Go to the Raw tab - click the down arrow for Black Market Upgrades.
  • Change the 8th one down to 0. (Thanks AndrianW)
  • Load up your game and go to the black market and buy the available BackPack slots.
  • Rinse & Repeat.

- Hope this helps!

Also: If you want more ammo - just change everything else to 12(for double the ammo capacity)
mine is 120 lol hey how do you increase the bank is it the same way
 
S

Siro

Enthusiast
Messages
56
Reaction score
20
Points
55
Sin$
0
mine is 120 lol hey how do you increase the bank is it the same way
It's a bit different. Basically you need to increase the max bank slots and add bank slot resources. If it bugs out and you only have 6, I think that means you tried to add too many slots (increase the max more or add less). If you're on a console, I seem to recall it not being a good idea to have too many.
bankslots.png

Edit: Nevermind, 1.2.0 broke this method.
 
Last edited:
B

blakefrz

Newbie
Messages
16
Reaction score
4
Points
45
Sin$
0
i just look the is a tab for it but you cannot access the pop up window to edit it but the line next to the InventorySlotData is this
Gibbed.Borderlands2.ProtoBufFormats.WillowTwoSave.InventorySlotData
 
P

Pritchard

Enthusiast
Messages
38
Reaction score
7
Points
55
Sin$
7
excuse me if this is a novice question, but why doesn't this actually change the bank space? The way I imagine it is that as you reset the 8th number to zero, it would also erase or reset the amount of bank upgrades you've purchased. And it does, since you can rebuy them. My question is, why does that not physically reset the amount of bank space you have.
 
N

NutterButter

Newbie
Messages
1
Reaction score
0
Points
35
Sin$
7
The number you're changing is just a count of how many backpack SDUs you've bought. The size of your backpack is stored elsewhere, presumably the first field inside/under a section labelled InventorySlotData in Gibbed's editor.

My code stores the requested size of your backpack in that field, then calculates how many SDUs you'd have needed in order to get there and stores that in the black market data. The calculation is simple: you start with 12 backpack slots and each SDU increases it by 3, so...

backpack size = 12 + (3 x number of SDUs)
number of SDUs = (backpack size - 12) / 3

You may not actually need to set the number of purchased SDUs, but I prefer to try and keep everything consistent in the save file.
So, I have little to no background with Python and Im wondering what it is u do with python and what script u r using/changing. A step-by-step tutorial would be much appreciated. Thx
 
ZeroToned

ZeroToned

†††
VIP
Retired
Grizzled Veteran Bright Idea Experienced Veteran
Messages
3,732
Reaction score
4,353
Points
985
Sin$
0
So, I have little to no background with Python and Im wondering what it is u do with python and what script u r using/changing. A step-by-step tutorial would be much appreciated. Thx
Video I made. Hope it helps.
 
aeterna

aeterna

Enthusiast
Messages
421
Reaction score
183
Points
115
Sin$
7
Has anybody figured out a way to do it after the latest update? I can set the sdus purchased back down to 0 and buy them all over again to get 42 but if I save & quit and reload the save it resets back to 27 again.
 
aeterna

aeterna

Enthusiast
Messages
421
Reaction score
183
Points
115
Sin$
7
any way to mod backpack spaces directly?

There was at one time, see DEFTONED's post on this same page. Unfortunately as far as I can tell it no longer works after the latest game update.
 
S

SweetRoll

Newbie
Messages
7
Reaction score
1
Points
45
Sin$
7
my inventory slots is capped @ 54. i dunno why i can't increase it any further.
tho i used a trainer by FLiNG before that increases inventory slots to 100.
now i need further than that number. current inventory slot count is 100/54.
will you guys kindly help me on this one?
thanks. :smile:
 
DOMIN8

DOMIN8

Content Green and Yellow
Content Team
VIP
Retired
Mythical Veteran Scaling the Mountain Platinum Record
Messages
15,354
Solutions
1
Reaction score
9,001
Points
2,910
Sin$
0
S SweetRoll
It should be capped at 33. They patched the Backpack space a while ago. Using a trainer or over-filling your Backpack with stuff in Gibbed is the only way to do it now. Are you running an unpatched version of BL2?
 
S

SweetRoll

Newbie
Messages
7
Reaction score
1
Points
45
Sin$
7
Currently playing the Ultimate Edition. v1.7 i think.
what's the workaround on this sir?
thank you. :smile:
 
DOMIN8

DOMIN8

Content Green and Yellow
Content Team
VIP
Retired
Mythical Veteran Scaling the Mountain Platinum Record
Messages
15,354
Solutions
1
Reaction score
9,001
Points
2,910
Sin$
0
Currently playing the Ultimate Edition. v1.7 i think.
what's the workaround on this sir?
thank you. :smile:
I told you... lol... Use a trainer or over-fill your backpack in Gibbed. You should just be happy you've got 54... :smile:
 
S

SweetRoll

Newbie
Messages
7
Reaction score
1
Points
45
Sin$
7
I told you... lol... Use a trainer or over-fill your backpack in Gibbed. You should just be happy you've got 54... :smile:

. Well i've been using the save editor. The problem is, it's capped @ 54 slots.
I can't go any further from that number
 
DOMIN8

DOMIN8

Content Green and Yellow
Content Team
VIP
Retired
Mythical Veteran Scaling the Mountain Platinum Record
Messages
15,354
Solutions
1
Reaction score
9,001
Points
2,910
Sin$
0
. Well i've been using the save editor. The problem is, it's capped @ 54 slots.
I can't go any further from that number
Most people wouldn't consider that a problem... :wink:
 
Status
Not open for further replies.
Top Bottom
Login
Register