Deus Ex: Game of the Year Edition Basic Inventory Management Guide

Deus Ex: Game of the Year Edition Basic Inventory Management Guide 1 - steamsplay.com
Deus Ex: Game of the Year Edition Basic Inventory Management Guide 1 - steamsplay.com

In this guide, I will describe how to make the most of your inventory space by exploiting a bug which allows inventory items to occupy the same slots as one another.
 
 

Basics

The bug itself is simple enough. To demonstrate, I’ll walk through a basic version of the bug to get 2 heavy weapons in the lower 2 rows of JC’s inventory. To start, we’ll put one heavy weapon on the ground and get our inventory looking like this:
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Basics - E981AA5
 
 
The specific items/locations aren’t too important, all that matters is that if the heavy weapon in your inventory were not there, you would be able to pick up the one on the floor and have it enter 1 slot to the left of where the one in your inventory is now. (items will always enter the highest row they can fit in, and the leftmost column in that row) Next, click and drag the one in your inventory onto somewhere on the screen that doesn’t have any inventory slots, like this:
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Basics - AE45905
 
 
Now, exit the inventory without letting go of the item and pick up the heavy weapon sitting on the floor. Your inventory will look something like this:
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Basics - 74508A5
 
 
You’ll notice the floor weapon is now sittting behind the weapon that you already had. Clicking anywhere on the front weapon will select it, while clicking the 2 slots to the left of it will select the back one.
 
 
If you just want a basic breakdown of how it works, then dragging and closing with an item will mean the game will treat your inventory as though it isn’t there until you open it again. Any items you pick up will be behind the item you dragged. If you don’t care to look into the details, then just hop straight to the applications of the bug. Otherwise…
 
 
 

Item Slots

I haven’t looked in the game code, so all of this is based on my own observations, but as far as I can tell the game stores the items in your inventory separately from the slots they occupy. Under normal circumstances, an empty slot will always be tagged as empty, and an occupied slot will always be tagged as occupied. However, items that are clicked and dragged out of slots will mark their respective slots as empty without actually removing the item from those slots, and exiting the inventory before putting the item somewhere else will cause them not to be marked as occupied again.
 
 
Opening the inventory will reset all slots to empty/occupied as appropriate, so if you were to attempt the glitch mentioned above, but opened and closed the menu after dragging and closing with the inventory item, then you would be unable to pick up the item on the floor. Basically, if you have some item slots which are occupied but technically empty, cycling your inventory will fix them.
 
 
In case this isn’t making sense, let’s run through the previous example, while showing what the item slots think is happening. “o” will mean a slot is occupied, while a “_” means it’s vacant. A “- ” means it’s technically considered vacant, but there is an item in it. Those won’t show up until the inventory is bugged.
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - E981AA5
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[_][o][o][o][o]
 
[_][o][o][o][o]
 
At this point, all slots are accurately showing which ones have an item in them and which ones do not. Nothing out of the ordinary, let’s see what happens next…
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - AE45905
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[_][_][_][_][_]
 
[_][_][_][_][_]
 
All right, we’ve moved the flamethrower out of the slots it was already occupying and as a result, those slots have become vacant. Again, nothing out of the ordinary, but the interesting thing happens when we close the inventory. The items themselves revert to how they were in the first screenshot…
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - E981AA5
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[_][- ][- ][- ][- ]
 
[_][- ][- ][- ][- ]
 
…while the item slots stay the same. Note the screenshot is just the first one again, not actually the items in this state, since as I said previously, opening the inventory will fix any broken slots.
 
Now, we pick up the GEP gun…
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - 74508A5
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][o][- ]
 
[o][o][o][o][- ]
 
…and the slots it moves into are occupied. When you open your inventory, however…
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
the slots which the flamethrower occupy are tagged correctly.
 
 
Something worth noting is that slots being occupied is a purely binary system, a slot cannot be “multi occupied”, which is to say there is no real difference between 1 item occupying a slot, and 100 items occupying it. The game’s inventory system was designed around items never being able to stack like this, so items being removed from their slots will always flag those slots as empty, regardless of whether those slots still contain more items.
 
 
Knowing this, and starting at the end of the previous example, we could now drop the GEP gun…
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - E981AA5
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[_][- ][- ][- ][o]
 
[_][- ][- ][- ][o]
 
…and know that the slots it occupied are vacant, despite the flamethrower still being in some of them. Since they’re technically vacant now, we can drag and drop an item right on top of the flamethrower.
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Slots - E78A087
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[_][- ][- ][o][o]
 
[_][- ][- ][- ][o]
 
Note dragging and dropping items onto psuedo-vacant slots is a bit buggy, and may or may not even work at all. If it’s just being finnicky, dragging from the top to the bottom and from the left to the right will get the item into the right slot consistently.
 
 
 

Item Order

Now, I should talk about what determines whether a given item will be behind or in front of another one, and what is affected by that. (and again, I haven’t looked at anything in the game code so this is just educated guesses based on what I’ve seen while experimenting with this bug)
 
 
What determines it is simple, the more recently an item has entered your inventory, the farther back it will be behind others.
 
 
Dragging and dropping an item will never place an item behind another, even if the item slot is vacant. For instance, if the soy packet I had moved had been picked up after I grabbed the flamethrower, I wouldn’t have been able to drag and drop it onto the flamethrower.
 
 
Clicking a given slot will always select the farthest front item in that slot. Repeating a similar trick to the one detailed above, but using a sniper rifle and picking up the flamethrower after dragging and closing on the rifle, my inventory ends up in this state:
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Order - 376320D
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][o][_]
 
[o][o][o][o][_]
 
Since the rifle was in my inventory first, it’s in front.
 
However, if I were instead to drag and close on the flamethrower and pick up the rifle, it would end up like this:
 
 
Deus Ex: Game of the Year Edition Basic Inventory Management Guide - Item Order - B6E2F6B
 
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][o][_]
 
[o][o][o][o][_]
 
The sniper rifle is now completely behind the flamethrower, leaving it inaccessible.
 
 
However, by simply dropping the flamethrower, closing my inventory, and picking it back up again, it will end up in the same location (unless there was room farther up and to the left in my inventory) but at the very back end of the item order. This means items too far forward can be easily sent to the back of the order without fiddling with other items.
 
 
 

Applications

The most straightforward use of the bug is to put items that don’t need to be selected to be used behind other items so that they take up no real inventory space. Off the top of my head, augmentation canisters are only used with medbots, biocells and aug upgrades can be used from the “augs” page inventory, and the ambrosia vial you get in the PRCS Wall Cloud only needs to be in your inventory to give it to Stanton Dowd. Medkits can be used on specific body parts without using them in the inventory but when used as an item will distribute healing to all parts of the body, and the “heal all” option will distribute heals but will use as many medkits as possible to heal as much damage as possible, even if it means wasting one to heal off 1 health or something, so it might be good to have these still usable through the inventory.
 
 
If you want to make good use of all of the weird mechanics this bug has, you can cram a very large amount of items into a very small place, for instance:
 
https://youtu.be/74CCJ33E9xo – [youtu.be] 
 
If you want a play by play of the item slots as this video takes place, here:
 
 
>Initial setup
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][_][o]
 
[_][_][_][_][_]
 
[_][_][_][_][_]
 
>Picking up the first couple items
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][_][_][o]
 
[o][o][o][_][_]
 
[_][_][_][_][_]
 
>Re-organize
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][_][_]
 
[o][o][_][_][_]
 
>Drop shotgun, move pistol
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][_][_][_][_]
 
[_][o][_][_][_]
 
>Drag/Close with pistol
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[- ][_][_][_][_]
 
[_][o][_][_][_]
 
>Pick up shotgun, now stacked with pistol
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][_][_]
 
[_][o][_][_][_]
 
>Drop shotgun(pistol’s slot is empty without being drop/closed, meaning I can drop/close another item)
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[- ][_][_][_][_]
 
[_][o][_][_][_]
 
>Move crossbow
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[- ][o][_][_][_]
 
[_][_][_][_][_]
 
>Drag/Close with crossbow
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[- ][- ][_][_][_]
 
[_][_][_][_][_]
 
>Pick up shotgun, now stacked with crossbow:
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][_][_]
 
[_][_][_][_][_]
 
>Fiddling with soy food is not relevant to the glitch, just me getting my self confused
 
>Drag/Close with shotgun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[- ][- ][- ][_][_]
 
[_][_][_][_][_]
 
>Pick up sniper rifle, now stacked with shotgun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][o][_][_]
 
[o][o][o][o][_]
 
[_][_][_][_][_]
 
>Move soy food (not relevant to the bug, I could have left it in the same place the whole time)
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[o][o][o][o][_]
 
[_][_][_][_][_]
 
>Drag/Close on sniper rifle
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[- ][- ][- ][- ][_]
 
[_][_][_][_][_]
 
>Pick up GEP gun, now stacked with sniper rifle
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[o][o][o][o][_]
 
[o][o][o][o][_]
 
>Drag/Close GEP gun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[- ][- ][- ][- ][_]
 
[- ][- ][- ][- ][_]
 
>Pick up flamethrower, now stacked with GEP gun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[o][o][o][o][_]
 
[o][o][o][o][_]
 
>Drag GEP gun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[- ][- ][- ][- ][_]
 
[- ][- ][- ][- ][_]
 
>Place GEP gun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[_][_][_][o][_]
 
[- ][o][o][o][o]
 
[- ][o][o][o][o]
 
>Open/Close, Re-organize
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
>Pick up assault rifle
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
>Drop GEP gun
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][- ][- ][- ][_]
 
[o][- ][- ][- ][_]
 
>Move assault rifle
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[o][- ][- ][o][o]
 
[o][- ][- ][o][o]
 
>Drag/Close assault rifle
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[o][- ][- ][- ][- ]
 
[o][- ][- ][- ][- ]
 
>Pick up GEP gun (tough to see, it’s behind everything else since it was picked up most recently)
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
>Drop flamethrower
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[- ][- ][- ][- ][o]
 
[_][- ][- ][- ][o]
 
>Pick up flamethrower (now the most recent pickup, so it’s behind the GEP gun)
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
[o][o][o][_][_]
 
[o][o][o][_][_]
 
[o][o][o][o][o]
 
[o][o][o][o][o]
 
Next little bit is just me showing that each item is selectable.
 
 

Written by daandroid614

 
 
Here we come to an end for Deus Ex: Game of the Year Edition Basic Inventory Management Guide hope you enjoy it. If you think we forget something to include or we should make an update to the post let us know via comment, and we will fix it asap! Thanks and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*