Increasing Max Particle

  • h4zardz1
    23rd Dec 2014 Member 0 Permalink
    1.i really want to increase maximum particle at the simulation, which is 230008. the main reason is @augstrusher's saves. BLAAACK holes. 2.what does tpt.el.maxparticle do?
  • jacob1
    23rd Dec 2014 Developer 0 Permalink
    @h4zardz1 (View Post)
    look for #define NPART XRES*YRES. By default this is the particle cap (one particle per space), but you can probably raise it by changing this.

    Also I don't think tpt.el.maxparticle is a thing?
  • h4zardz1
    24th Dec 2014 Member 0 Permalink
    what do i need to modify a application?
  • jacob1
    24th Dec 2014 Developer 0 Permalink
    @h4zardz1 (View Post)
    oh, you aren't making a mod? >_>, there are compiling guides in the wiki if you really want to try. That's the only way to change it.