Particle that crashes powder toy

  • QuentinADay
    9th Jul 2014 Member 0 Permalink

    local elements1 = elements.allocate("NOBODY", "Q")
    elements.element(elements.NOBODY_PT_Q, elements.element(elements.DEFAULT_PT_HYGN))
    elements.property(elements.NOBODY_PT_Q, "Name" , "CRSH")
    elements.property(elements.NOBODY_PT_Q, "Description" , "Warning! This Will Crash The Powder Toy")

    function lol(i,x,y,s,n)
    if math.random(1,2) == 2 then
    elements.property(elements.NOBODY_PT_Q, "MenuVisible" , 0)
    else
    elements.property(elements.NOBODY_PT_Q, "MenuVisible" , 1)
    end
    end
    tpt.element_func(lol,elements.NOBODY_PT_Q)

     

    Place Element Anywhere on Screen

    Edited once by QuentinADay. Last: 9th Jul 2014
  • Protcom
    9th Jul 2014 Member 0 Permalink

    @QuentinADay (View Post)

    This is an advanced way to quit.

    Edited once by Protcom. Last: 9th Jul 2014
  • jacob1
    9th Jul 2014 Developer 1 Permalink
    This is already fixed in the next version.
  • QuentinADay
    9th Jul 2014 Member 0 Permalink

    haha okay i am on mac so i can't get next version though...

  • jacob1
    9th Jul 2014 Developer 1 Permalink
    @QuentinADay (View Post)
    I fixed the mac version too (or at least I think), what version of OSX are you using? This build of my mod should work even on versions less than 10.9, and should also have fullscreen fixed. If you are on an old OS X would be nice to have confirmation my fix to TPT works :)
  • QuentinADay
    9th Jul 2014 Member 0 Permalink

    I am on 10.6.8 and this is what it comes up with:

    Jacob1's Mod Cannot be opened because of a problem.

    Check with the developer to make sure Jacob1's Mod works with this version of Mac OS X. You may need to reinstall the application. Be Sure to install any available updates for the application and Mac OS X

    Edited once by QuentinADay. Last: 9th Jul 2014
  • jacob1
    9th Jul 2014 Developer 0 Permalink
    @QuentinADay (View Post)
    hmm, maybe it wasn't fixed then ... does this one work? If this doesn't either I guess i'll just have to let Simon figure out on his own what the problem is.
  • QuentinADay
    9th Jul 2014 Member 0 Permalink

    This one does not open up an error window but its still not working... it just won't open. Although i had a solution a while back...

  • jacob1
    9th Jul 2014 Developer 0 Permalink
    @QuentinADay (View Post)
    ): I guess the mac version will just have to wait then. The extra error might have something to do with me updating SDL in the first link.
  • QuentinADay
    9th Jul 2014 Member 0 Permalink

    I had this program called WineBottler and Wine and I downloaded the Windows Version of your Mod. When you open the Powder Toy it opens WineBottle/Wine and in short makes it so i could use your Mod on Mac.