Page 5 of 7 FirstFirst ... 3 4 5 6 7 LastLast
Results 41 to 50 of 68

Hybrid View

  1. #1
    Player Reap00's Avatar
    Join Date
    Aug 2013
    Posts
    998
    Character
    Riamara Skye
    World
    Marilith
    Main Class
    Red Mage Lv 100
    Quote Originally Posted by Kuroka View Post
    Good for you but many many maaanyyy others are filled to the brim. And i dont wanan have to grind a specific dungeon 50x for one piece of gear bc rng hates me either...
    Thanks. I am glad you are happy for me.
    (1)

  2. #2
    Player
    tdb's Avatar
    Join Date
    Jun 2017
    Posts
    859
    Character
    Mikayla Rainstone
    World
    Lich
    Main Class
    White Mage Lv 80
    A really hacky way to implement blizzard-like transmog system: keep the glamour dresser, but remove the ability to put in or remove items, and make its capacity "infinite". Whenever the player acquires an item, place a copy of it in the glamour dresser if it doesn't exist there already. It's really crude and not efficient at all, but should require minimal changes to code.
    (0)

  3. #3
    Player
    Iscah's Avatar
    Join Date
    Nov 2017
    Posts
    14,045
    Character
    Aurelie Moonsong
    World
    Bismarck
    Main Class
    Summoner Lv 90
    Quote Originally Posted by tdb View Post
    A really hacky way to implement blizzard-like transmog system: keep the glamour dresser, but remove the ability to put in or remove items, and make its capacity "infinite". Whenever the player acquires an item, place a copy of it in the glamour dresser if it doesn't exist there already. It's really crude and not efficient at all, but should require minimal changes to code.
    I think the problem is that it still needs to handle the things in the dresser as "physical items" and so needs to allocate a certain amount of spaces for them. Making it "infinite" would require them to potentially store every single item in the game and allocate space for that, which apparently they can't do - which comes back to exactly why dresser space is limited in the first place.
    (1)

  4. #4
    Player
    tdb's Avatar
    Join Date
    Jun 2017
    Posts
    859
    Character
    Mikayla Rainstone
    World
    Lich
    Main Class
    White Mage Lv 80
    Quote Originally Posted by Iscah View Post
    I think the problem is that it still needs to handle the things in the dresser as "physical items" and so needs to allocate a certain amount of spaces for them. Making it "infinite" would require them to potentially store every single item in the game and allocate space for that, which apparently they can't do - which comes back to exactly why dresser space is limited in the first place.
    Yeah. A more efficient approach would be to use a bitmask, reducing storage requirements significantly. SE seems to be using 40-bit item IDs, so a bitmask would only require 2.5% of a fully-populated list of IDs. Of course the IDs are not contiguous so there would need to be a mapping from item ID to bitmask index, but that's constant data. Potentially the savings could be even more depending on how the player/item associations would otherwise be stored. A database row with character ID, item ID and internal bookkeeping data could take 136 bits or more. But all that requires the data to be structured differently, so it would take more effort to implement.

    Edit: I did some quick calculations. With 100 million characters each having 10000 unlocked glamour items and each item taking 20 bytes of storage, the grand total comes out to 20 terabytes. Sure, it's a good chunk of data, but not that much in the grand scheme of things. It's about the size of the largest hard drives currently available.
    (0)
    Last edited by tdb; 01-08-2021 at 12:29 AM.

  5. #5
    Player
    Ceasaria's Avatar
    Join Date
    Oct 2013
    Location
    Gridania
    Posts
    1,332
    Character
    Ceasaria Pheonixia
    World
    Moogle
    Main Class
    Samurai Lv 80
    Maybe we can hope for the second Arc of the game (so 7.0 it seems) to see major rework in the system and for many features of the game.
    (1)
    Quote Originally Posted by Jirah View Post
    All I want is one expansion where they reanalyze the jobs and make massive adjustments to unhomogenize them. This is Final Fantasy 14 not Club penguin I dont wish for jobs that only have 5 buttons going for them or play exactly the same as 2/3 other jobs.
    Quote Originally Posted by MitsukiKimura View Post
    This current card system needs to be unwritten, destroyed and never returned.

  6. #6
    Player
    Jin-'s Avatar
    Join Date
    Jan 2015
    Location
    Limsa
    Posts
    1,236
    Character
    Jin Wa
    World
    Odin
    Main Class
    Sage Lv 90
    I would have like 1000 pieces but stuck with 400 and need to remove them weekly
    (1)

  7. #7
    Player
    Canadane's Avatar
    Join Date
    Jul 2011
    Location
    Limsa Lominsa
    Posts
    7,481
    Character
    King Canadane
    World
    Hyperion
    Main Class
    Sage Lv 100
    Maybe SE doesn't want us to collect and hoard glamour.
    (5)

    http://king.canadane.com

  8. #8
    Player
    Avatre's Avatar
    Join Date
    Jul 2017
    Posts
    2,852
    Character
    Avatre Drakone
    World
    Cactuar
    Main Class
    Dancer Lv 100
    Quote Originally Posted by Canadane View Post
    Maybe SE doesn't want us to collect and hoard glamour.
    What else are retainers for?
    (1)

  9. #9
    Player
    Canadane's Avatar
    Join Date
    Jul 2011
    Location
    Limsa Lominsa
    Posts
    7,481
    Character
    King Canadane
    World
    Hyperion
    Main Class
    Sage Lv 100
    Quote Originally Posted by Avatre View Post
    What else are retainers for?
    Holding all these fish until SE makes aquarium models for them! @_@
    (4)

    http://king.canadane.com

  10. #10
    Player
    Avatre's Avatar
    Join Date
    Jul 2017
    Posts
    2,852
    Character
    Avatre Drakone
    World
    Cactuar
    Main Class
    Dancer Lv 100
    Quote Originally Posted by Canadane View Post
    Holding all these fish until SE makes aquarium models for them! @_@
    Nah, they just need to make a bigger aquarium...my spectral megalodon is lonely in there, and looks cramped.
    (2)

Page 5 of 7 FirstFirst ... 3 4 5 6 7 LastLast