What's the point of stack sizes?
|
I hope GGG never changes stuff like this.
It is insanely hard to find games that don't 'streamline' their game and their inventories to where you might as well remove that shit altogether and make it a facebook game. Currency taking up space may seem pointless but it adds to the game in ways that most people don't really get nowadays. Same idea with the inventory tetris and light radius stuff. I actually enjoy things like this. If you don't like it you have the option of other games out there that love to 'streamline'. |
|
" Yet your whole reasoning behind making stack sizes large is so they dont have to buy stash tabs for currency? You seem to be trolling so hard I didnt even realize it. 'It is good to contact a moderator if you feel someone is being a twat' Charan, Forum Moderator
Sometimes, we have to cross a ditch. Sometimes, we have to cross an ocean.-Rhys, GGG | |
" This. There is no gold in the game. What we have instead is a barter system. If we, let's say, make stack sizes unlimited, we might as well un-itemize currencies(as they consume only one space each), and put them in a box at the bottom right of your stash saying: Wisdom:802 Portal:300 Alteration:500 Exalt:80 Etc:??? Doesn't feel barter anymore. It's like copper, silver, gold system in a different form. TLDR: Flavour I need more purple titles
|
|
" Fantastic point. You sir...win the argument with that reasoning. I'm impressed. I've played games with bronze silver gold etc (wow, GW2, etc) and they freaking suck because currency gets out of hand quickly. Hence they start using in game items as currency. 'It is good to contact a moderator if you feel someone is being a twat' Charan, Forum Moderator
Sometimes, we have to cross a ditch. Sometimes, we have to cross an ocean.-Rhys, GGG | |
|
There's likely a programming reason behind it too. Each item in the inventory/stash needs to be stored in memory somewhere. Every square in the stash page has a binary # attached to it that tells it what item (or what part of what item) is stored in that slot, with each # corresponding to a different item.
(Note that the following paragraph is conjecture based on what my limited programming knowledge tells me is more memory efficient). Now every stacked currency item is given a different binary # for each stacked item. In other words, a 19 stack of scrolls of wisdom is assigned a different item # than a 20 stack. There's a total # of different binary item #'s in the game. This total # determines the amount of space that any single block of stash space requires to store in memory. (Strict truth resumes here) Most modern computers only allow for integers to be stored in certain sized formats: 8-bit, 16-bit, 32-bit, or 64-bit, each corresponding to 2^8, 2^16, 2^32, or 2^64 total possibilities respectively and requiring 8, 16, 32, or 64 binary "bits" to store (1, 2, 4, 8 bytes each). The same follows for the total # of items: if PoE was to exceed the current threshold that it is stored under, the amount of memory required to store every stash block would DOUBLE. Last edited by Borgbilly#6205 on Feb 28, 2013, 8:20:02 PM
|
|


















































