JavaScript is required to use Bungie.net

Destiny

Discuss all things Destiny.
8/5/2015 11:49:04 AM
25

Programmer Advice Vault Space

its been stated that Vault space is a technical limitation Namely the weapon comparison stat card data doesn't all fit into ram simultaneously when inspecting a proposed enlarged Vault Here's a hilariously clever solution Bungie Since the Cursor has a set max movement speed and is not truly random access, we can take advantage of the time delay to load different sections of the Vault into ram cache Just reorganize the Vault weapon data into a binary space partition tree, then collision check cursor position against it to decide what to load Easily cut the limit by half even in worst case

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • This is what I have been saying the whole time. It's so easy a 5 year old could do it. [spoiler]just kidding I don't shit about programming[/spoiler]

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Just saw Bungie tweet out a reply to you. They said it won't work because of last gen systems. They also said any other solutions you or anyone else has wont work either because of last gen systems. They would have posted directly to this post but couldn't because of last gen systems. Anything Destiny can't do or doesn't have like CTF is because of... I bet you know this... is because of last gen systems. I can't wait to see what excuses Bungie will use when they make a game for only XB1 and PS4. They'll probably blame consoles and say because it's not on a PC...

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    8 Replies
    • Op is obviously way more intelligent than 99% of us on here.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    • Or they could make separate vaults? Or separate, pages in the vault that load into RAM, last gen is an excuse to not pay for more server space to save our personal information about the weapons and gear we have because if they doubled our space they would have to double server space costing them more money, and honestly we've already seen Bungie is now all about profit and could give a shit about player wants and needs.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    • Pretty sure I remember reading in the GI article that they are running into an issue in the technical department at the moment but that we would be excited for their supposed fix for this.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    • Honestly, the current amount of space is fine. What they SHOULD do is just remove the different sections, that way all spaces can be taken up by any item.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    • They said a while back that they ran into limitations due to the amount of stuff they can and can't display on screen at once. They need to implement a solution that increases vault space without display more items on the screen. Hmm. Pages in the vault anyone?

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      2 Replies
      • Why not just let us have more than 1 vault? I'm mean there's a shed load of them in the tower??

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • It's simple. Just have each category be a vault. You could have 94 spots for primaries, 94 for secondaries, etc. (96 is total spots in the vault). And just load them when you load the category. So when you initially open the vault you'll see all armor categories ion the left, all weapons, in the middle, and consumables on the right (maybe Shaders, Consumables, Emblems as categories)

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • Bump

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • Bump

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • You sound smart so bump

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • If you thought of it. I bet one or more people at bungie notice and figured that it wouldn't work. The other side of me hopes your right and the people at bungie are starting to work on this idea, but much doubt.

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      • 1 person came up with this fix. over 400 ppl work at Bungie. anyone notice the problem ???

        Posting in language:

         

        Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

        3 Replies
        • Um.. I like bananas.

          Posting in language:

           

          Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

        • 2
          Nev™
          Nev™

          Semper Paratus - old

          I wish this was an episode of Star Trek so that some non-engineering character could jump in with a plain and simple analogy that'd explain all the technobabble.

          Posting in language:

           

          Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

          7 Replies
          • K [i][b]NERD[/b][/i]

            Posting in language:

             

            Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

          • I dont know what the -blam!- you just said, but it sounds good! Keep up the good work man!

            Posting in language:

             

            Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

          • Would you mind dumbing that down for the non coders like moi?

            Posting in language:

             

            Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            3 Replies
            • Lol, I like it!

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            • Bump I guess? Idk exactly what he's talking about tbh

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            • Bump... I think?

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            • Idk wtf you are talking about but it sounds good. Hey bungie, make this happen!

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            • [quote]its been stated that Vault space is a technical limitation Namely the weapon comparison stat card data doesn't all fit into ram simultaneously when inspecting a proposed enlarged Vault Here's a hilariously clever solution Bungie Since the Cursor has a set max movement speed and is not truly random access, we can take advantage of the time delay to load different sections of the Vault into ram cache Just reorganize the Vault weapon data into a binary space partition tree, then collision check cursor position against it to decide what to load Easily cut the limit by half even in worst case[/quote] Bump

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

            • That is hilariously clever, that's for sure.

              Posting in language:

               

              Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

              3 Replies
              You are not allowed to view this content.
              ;
              preload icon
              preload icon
              preload icon