Pilojo's Mod.

  • TheWiseEyes
    17th Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • pilojo
    17th Oct 2010 Member 0 Permalink
    TheWiseEyes
    I think someone already has this. Vandium I think. I'll ask if I can take it from him.
  • MiXih
    17th Oct 2010 Member 0 Permalink
    TheWiseEyes
    YOU STOLE MY IDEA NOOB
    but my particle collides

    i have VENT
  • tutut125
    17th Oct 2010 Member 0 Permalink
    wikku9
    yea your vent is good wikku
  • pilojo
    17th Oct 2010 Member 0 Permalink
    wikku9
    Can I have the vent source? I'll give credit.
  • Xenocide
    17th Oct 2010 Former Staff 0 Permalink
    Technically I did the first work on it but aborted it because it got a bit uncontrolable
  • pilojo
    17th Oct 2010 Member 0 Permalink
    antb
    Well... wikku's is stable.
  • MiXih
    17th Oct 2010 Member 0 Permalink
    look at my topic, i always put source
  • Xenocide
    17th Oct 2010 Former Staff 0 Permalink
    wasnt denying that :P

    Mine adjusted the pressure based on the ambient pressure over a larger area, which lead to tightly knit pockets of alternating high and low pressure. wikkus does it in small amounts over a small area
  • MiXih
    17th Oct 2010 Member 0 Permalink
    antb
    this is easy

    for(variable=0;variable < 5 /*5 walls area */;variable++;)
    {
    for(variablet=0;variablet < 5 /*5 walls area */;variablet++;)
    {
    pv[x+variable][y+variablet] = 0;
    }
    }

    my is only

    pv[x][y] = 0