Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 29
  1. #11
    Player
    Rinuko's Avatar
    Join Date
    Jan 2015
    Posts
    1,212
    Character
    Lele Inoch
    World
    Zodiark
    Main Class
    Black Mage Lv 80
    I would be surprised if they dont include the new inventory changes with 4.0 at launch
    (1)

  2. #12
    Player
    Malzian's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    1,223
    Character
    Kylrin Arresard
    World
    Behemoth
    Main Class
    Bard Lv 90
    Quote Originally Posted by Moonlite View Post
    Not to be mean, but I did laugh. They have serious game design issues or at least we have been told. They would need to cancel stormblood and rebuild the game from scratch. I truthfully don't understand it. Is it because of playstation, japanese company, lack of skill they can't seem to get some simple features that are in other games.
    The main reason for the limitation on the inventory system was the fact that the game saves character data twice as often as most MMOs do (every 15 seconds instead of every 30). As you increase inventory space you increase the amount of data to be written by a substantial amount and therefore it made it difficult to give us more space. Yoshi-P has said that they're reworking the way the game saves data to make it more efficient, which will allow them the ability to give us more space, but the change required new hardware infrastructure to do so which has been put in place for the 4.0 launch already.
    (1)
    The sum of all hunt arguments over early pullers: http://goo.gl/IFT9IE

  3. #13
    Player
    Moonlite's Avatar
    Join Date
    Feb 2014
    Location
    Uldah
    Posts
    1,471
    Character
    Midnight Falcon
    World
    Balmung
    Main Class
    Pugilist Lv 100
    Quote Originally Posted by Malzian View Post
    The main reason for the limitation on the inventory system was the fact that the game saves character data twice as often as most MMOs do (every 15 seconds instead of every 30). As you increase inventory space you increase the amount of data to be written by a substantial amount and therefore it made it difficult to give us more space. Yoshi-P has said that they're reworking the way the game saves data to make it more efficient, which will allow them the ability to give us more space, but the change required new hardware infrastructure to do so which has been put in place for the 4.0 launch already.
    I read the corporate speak as much as you. That doesn't explain the poor decisions of the design team. Just to point out a few how many beast tribe tokens, how many recipes reuse 2.0 items, I could literally spend a day pointing out bad itemization of this game. They also felt the need to charge when the increase retainers yet did not increase the number of free ones.
    (2)

  4. #14
    Player
    Madrone's Avatar
    Join Date
    Aug 2013
    Posts
    101
    Character
    Madrone Damodred
    World
    Leviathan
    Main Class
    Conjurer Lv 60
    Quote Originally Posted by Moonlite View Post
    Not to be mean, but I did laugh. They have serious game design issues or at least we have been told. They would need to cancel stormblood and rebuild the game from scratch. I truthfully don't understand it. Is it because of playstation, japanese company, lack of skill they can't seem to get some simple features that are in other games.
    The amount of data your character hauls around in the form of equipment, materia stats, items, and item arrangment makes for a pretty large file. Making sure you don't accidentally lose something means that data is being saved like every 15 seconds. For every character. That takes a large, high performance storage array, and at least the way things are coded and the with the hardware in use now. They've been pushing the limits.

    Hotbars, gearsets, macros, and ui settings are stored client side. Retainers and other storage chests are separate because they are accessed rarely, and only on demand.
    (0)
    Last edited by Madrone; 12-31-2016 at 01:14 AM.

  5. #15
    Player
    Nightlistic's Avatar
    Join Date
    Aug 2016
    Location
    City-State: Gridania
    Posts
    42
    Character
    Countess Rayne
    World
    Malboro
    Main Class
    Dancer Lv 75
    Should make is so things like crafting mats, Ventures, etc go higher than 99.
    (5)

  6. #16
    Player
    Fluffernuff's Avatar
    Join Date
    May 2016
    Posts
    418
    Character
    Aethys Aeon
    World
    Goblin
    Main Class
    Gunbreaker Lv 80
    Quote Originally Posted by Moonlite View Post
    Not to be mean, but I did laugh. They have serious game design issues or at least we have been told. They would need to cancel stormblood and rebuild the game from scratch. I truthfully don't understand it. Is it because of playstation, japanese company, lack of skill they can't seem to get some simple features that are in other games.
    Yes, having bag slots being filled with bags of multiple sizes is truly a shining example
    (1)

  7. #17
    Player
    SigmaOZ's Avatar
    Join Date
    Dec 2014
    Location
    Gridania
    Posts
    750
    Character
    Sigma Alpheratz
    World
    Faerie
    Main Class
    White Mage Lv 99
    Increasing the stack size would already make a huge difference, besides that SE should make most things that are not unique, like equipment, be stack-able, that way we would have more space and they couldn't use as excuse it uses too much data!...

    Two bytes of data per item would do fine, it could go up to 65,535 units per stack!...
    (1)
    Last edited by SigmaOZ; 12-31-2016 at 04:21 AM.

  8. #18
    Player
    vp_cmc's Avatar
    Join Date
    Aug 2013
    Posts
    372
    Character
    Tee Hee
    World
    Cerberus
    Main Class
    Bard Lv 80
    Quote Originally Posted by SigmaOZ View Post

    Four bytes of data per item would do fine, it could go up to 65,535 units per stack!...
    But.. That's two bytes!
    (0)

  9. #19
    Player
    SigmaOZ's Avatar
    Join Date
    Dec 2014
    Location
    Gridania
    Posts
    750
    Character
    Sigma Alpheratz
    World
    Faerie
    Main Class
    White Mage Lv 99
    Quote Originally Posted by vp_cmc View Post
    But.. That's two bytes!
    You're right, corrected!...
    (0)

  10. #20
    Player
    Malzian's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    1,223
    Character
    Kylrin Arresard
    World
    Behemoth
    Main Class
    Bard Lv 90
    Quote Originally Posted by Moonlite View Post
    I read the corporate speak as much as you. That doesn't explain the poor decisions of the design team. Just to point out a few how many beast tribe tokens, how many recipes reuse 2.0 items, I could literally spend a day pointing out bad itemization of this game. They also felt the need to charge when the increase retainers yet did not increase the number of free ones.
    I'm not speaking entirely from the perspective of someone who just read the corporate line, but as a programmer and a network administrator as well.

    For the most part people get the idea that 'saving data twice as often' is equivalent to 'writing down twice as much information'. Unfortunately, that's really now how these types of systems work. Speaking from the technical perspective there's a lot more to consider.

    First you have to understand how data is saved which is not always 'we have new data here, write it next to the old data there' but more 'what of has changed that we need to record and how do we organize that data to record' even before going through the process of sending that data across the network to be written to a disk, all of which takes time that increases closer to exponentially than to linearly.

    For the itemization, yes it's bad, but it fits into the current schema of how they process this data. If they add a new token that goes into your inventory, it's easier to fit into this schema than adding some new form of storage, i.e. A currency wallet for those tokens. Granted, they very well could add those tokens to the currency tab for seals and such, but they don't want to put you in a position where you've collected a thousand tokens from a 2.x beast tribe that you can't ever get rid of. The current system allows you to get rid of those tokens you no longer needed.

    Personally I think they should itemize those tokens in the same way they did crystals, but there could be a dozen other reasons we're not aware of for why they didn't... Likely the whole turn-in system they set up for those is incompatible with the way crystals are stored, though let it be known that the whole 'drag the item here or right click' system was supposed to go away after Beta and never did.

    So honestly, it does explain many of their decisions once you realize how that whole 'twice as often' bit affects the system at large and not just the small inventory part you're considering.
    (1)
    Last edited by Malzian; 12-31-2016 at 05:53 AM. Reason: Clarity and Autocorrect...
    The sum of all hunt arguments over early pullers: http://goo.gl/IFT9IE

Page 2 of 3 FirstFirst 1 2 3 LastLast