Don't reset particle order when saving

  • 12Me21
    12th Oct 2015 Member 0 Permalink

    This breaks so many of my saves...

  • jacob1
    12th Oct 2015 Developer 0 Permalink
    @12Me21 (View Post)
    You have to realize that saves are compressed, we only save what is necessary for the save to work. We could have people upload 20MB raw dumps of the particle data, but, it makes much more sense to compress it. Loading particles from top to bottom and left to right helps us compress it more.

    It isn't that we reset particle order, it is that it doesn't make any sense to save it. People always seem to find ways to make things work when the particles are ordered from top to bottom (subframe electronics are still possible).

    Also your saves can't be broken if they never worked in the first place.
  • 12Me21
    12th Oct 2015 Member 0 Permalink

    How exactly does that compress it? You still have to save the x and y values of each particle.

  • jacksonmj
    13th Oct 2015 Developer 1 Permalink

    x and y values are not saved directly. See first page of http://tpt.io/:17454

     

    I'd prefer to remove particle order effects as far as possible, but that's difficult and would break saves that rely on them.

    Edited once by jacksonmj. Last: 12th Oct 2015
  • 12Me21
    13th Oct 2015 Member 0 Permalink

    @jacksonmj (View Post)

     Oh.

     

    Well, at least we can use DRAY to create particles with the right order. I've done it before.