Crazy bug with GOL particles.

  • dgreen
    21st Jun 2011 Member 0 Permalink
    OK, so i had this idea that involved putting a large amount of ASIM all over the screen, than erasing it, leaving behind ambient heat. So once it filled up the screen i erased it. TPT then crashed. I repeated this again and got the same result. Any Answers?
  • jacksonmj
    21st Jun 2011 Developer 0 Permalink
    Was this with flood fill erase?

    If it was, then the crash was probably caused by too much recursion in the flood fill function, due to the complex pattern.
    Find another way to erase it (e.g. box, or brush).
    Edited by jacksonmj, 2011-06-20 01:24:59
  • Anmol444
    21st Jun 2011 Member 0 Permalink
    @jacksonmj (View Post)
    I tried and it only happens with flood fill erase.
  • dgreen
    21st Jun 2011 Member 0 Permalink
    OK, but i need to leave a pattern of INSL inbetween the ASIM. Can I erase with a console command?
  • pilojo
    21st Jun 2011 Member 0 Permalink
    !set type ASIM NONE
  • dgreen
    21st Jun 2011 Member 0 Permalink
    Thanks.
    EDIT
    BTW, it crashes with floodfill anything.
    Edited by dgreen, 2011-06-20 01:33:05
  • pilojo
    21st Jun 2011 Member 0 Permalink
    @dgreen (View Post)
    ... just your computer then.