Page 3 of 3 FirstFirst 1 2 3
Results 21 to 28 of 28
  1. #21
    Player
    Shurrikhan's Avatar
    Join Date
    Sep 2011
    Posts
    12,868
    Character
    Tani Shirai
    World
    Cactuar
    Main Class
    Monk Lv 100
    Quote Originally Posted by Iscah View Post
    just because they worked out a solution to some things after initially thinking they couldn't, doesn't mean it's possible for them to solve every other thing they say can't be done. Especially when it's not just "we can't" but "we've really really tried and we're sorry we can't make it work".
    Sure, but it does run counter to the idea that "If Yoshi said so, it must be so." The "we really really tried, but it just doesn't seem feasible" applied to glamour in PvP, too, after all, and visiting other Data Centers.

    Quote Originally Posted by Rongway View Post
    [Visiting other data centers is] not the greatest example to support a point, though.
    And yet something is being done for it. If it were to never arrive, sure, but it merely went from 'not possible' to taking longer than expected.
    (3)
    Last edited by Shurrikhan; 11-11-2021 at 07:14 AM.

  2. #22
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,175
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by Shurrikhan View Post
    visiting other Data Centers.
    Not the greatest example to support a point, though. They scheduled that for 5.58 (this past July) and we probably won't have it until after February.
    (1)
    Error 3102 Club, Order of the 52nd Hour

  3. #23
    Player
    RaZz0r's Avatar
    Join Date
    Sep 2013
    Posts
    40
    Character
    Kirah Sunbreeze
    World
    Sagittarius
    Main Class
    Machinist Lv 100
    This system suggestion is pretty much perfect i would love to see this the way glamor works right now is just not good and needs a overhaul like you suggested.
    (2)

  4. #24
    Player
    KhevanFarstryder's Avatar
    Join Date
    Oct 2021
    Posts
    12
    Character
    Khevan Farstryder
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Rongway View Post
    Not the greatest example to support a point, though. They scheduled that for 5.58 (this past July) and we probably won't have it until after February.
    But the point is we're getting it. Delayed, sure, but getting it nonetheless.
    (1)

  5. #25
    Player
    MistyMew's Avatar
    Join Date
    Mar 2011
    Location
    Limsa
    Posts
    1,474
    Character
    Misty Mew
    World
    Hyperion
    Main Class
    Red Mage Lv 100
    Never accept their stance on its not possible.
    I have found over 20 yrs in many mmos, thats normally just an excuse to keep people quiet, not a reality.

    Keep asking, keep pushing for improvements, always.
    (6)


    MORE HIGH HEELS + INSTANCED HOUSING! !

  6. #26
    Player
    KhevanFarstryder's Avatar
    Join Date
    Oct 2021
    Posts
    12
    Character
    Khevan Farstryder
    World
    Faerie
    Main Class
    Paladin Lv 90
    Honest question: now with the announcement that in 6.2 they are increasing the glamour dresser from 400 to 800 items, I wonder how the memory size difference works out now? Does the current system, doubled in size, still equate to less memory space than a true/false glamour log? I wonder what size of glamour dresser they will have to get to in order to break even, when a glamour log will be smaller than the current implementation of the glamour dresser?

    Also, another example of something they said was impossible but is now being implemented: Please correct me if I'm wrong, but they have said in the past that they could not implement a system to show (either on the icon or in the tooltip) whether you have already acquired a mount, minion, orchestrion roll, etc. With 6.1 they are releasing just such a system that will put a check mark on the icon of an minion, mount, etc if you have already acquired it so you can know at a glance whether you already have it.

    Hope springs eternal!
    (0)
    Last edited by KhevanFarstryder; 04-07-2022 at 03:20 PM. Reason: spelling

  7. #27
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,175
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by KhevanFarstryder View Post
    Honest question: now with the announcement that in 6.2 they are increasing the glamour dresser from 400 to 800 items, I wonder how the memory size difference works out now? Does the current system, doubled in size, still equate to less memory space than a true/false glamour log?
    Sure, here are the updated numbers for that.

    As of 6.08, there are

    4,500 arms
    1,024 tools
    10,740 armors
    3,768 accessories
    ====
    20,032 visible equipment items

    IDing 20,032 equipment items requires cieling(log_2(20,032)) bits, or 15 bits. Adding one more bit for HQ brings this up to 16 bits or 2 bytes. Add one more byte for dye information. So the simplest data structure for an 800 slot glamour dresser at 3 bytes per slot would take up 2.4 kB.

    Keeping track of a glamour catalog would require 1 bit per item. With 20,032 items, this comes out to 20,032 bits or 2.504 kB.

    With 35.8 million subscribers, assuming the vast majority of them only have one character, the total glamour storage difference between an 800 slot dresser and a full catalog might only be about 3.5 GB total among all regions. Note that there are a few items that are exact duplicates (both model and dye channel), so all of these numbers in reality should be slightly less than these calculations, but also I can't say what percentage of the subscriber base has alts, so they could also be higher.

    For now, at least, it looks like it wouldn't require storing much more character data if we switched to a glamour catalog. But it's worth noting that these requirements do not scale the same as equipment is added to the game. For a glamour dresser, we could add another 12,500 items to the game and it wouldn't require any additional storage because the minimal size of ID data is the same at 20k items as it is at 32k items. However, adding 12,500 items to a glamour catalog would increase the catalog size to 4.096 kB per character, a linear increase.

    Further, a glamour dresser need not take up the maximal space. A dresser that's only half full could take up only half the data storage because empty slots might not need to be explicitly allocated in the data structure. A dresser that's completely empty might take up no storage. However, a catalog would always take up the whole catalog size regardless of how many items you've collected because it still tracks everything you don't have.

    So on the one hand, in the present it doesn't look like a catalog would require much more resource than an 800 slot dresser; but on the other hand, maybe they think a dresser will age better?
    (2)
    Last edited by Rongway; 04-08-2022 at 04:34 PM.
    Error 3102 Club, Order of the 52nd Hour

  8. #28
    Player
    KhevanFarstryder's Avatar
    Join Date
    Oct 2021
    Posts
    12
    Character
    Khevan Farstryder
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Rongway View Post
    But it's worth noting that these requirements do not scale the same as equipment is added to the game. For a glamour dresser, we could add another 12,500 items to the game and it wouldn't require any additional storage because the minimal size of ID data is the same at 20k items as it is at 32k items. However, adding 12,500 items to a glamour catalog would increase the catalog size to 4.096 kB per character, a linear increase.
    This is a great point! I didn't think about the system extrapolated into the next 10 years...

    I wonder how many of the items currently in the game have a dyeable and undyeable version of the same model? Wonder how much room it would save to not track the undyeable version, just the dyeable version?
    (0)

Page 3 of 3 FirstFirst 1 2 3