The Science Toy

  • firefreak11
    19th May 2015 Member 0 Permalink

    @ChargedCreeper (View Post)

     Absolutely! Positrons, different types of decay, subatomic particle decay, all that.

  • Mdkar
    20th May 2015 Member 0 Permalink

    Mac no longer supports Power PC or something.  Can you please please please make a mac version! There are like almost no good mac mods available.

  • firefreak11
    20th May 2015 Member 0 Permalink

    @temporaryaccount (View Post)

     There is a Mac download on the main post, if it doesn't work, talk to @RCAProduction

  • ChargedCreeper
    20th May 2015 Member 0 Permalink

    You can also run Windows stuff on Mac via WINE.

  • ProtoBlast
    20th May 2015 Member 0 Permalink

    Great mod!

     

    I have two of suggestions related to the hidroxide ion:

     

    1: Add a reaction which dissolves hidroxide ion in water;

    2: Add a reaction which "neutralizes" acid with hidroxide ions (dissolved or not);

     

    The reaction of a generic acid with hidroxide ions in real life is as follows:

     

    HA (aq) + OH- (aq) -> A- (aq) + H2O (L), where A is the rest of the acid molecule, or Cl in this case.

     

    If you ever decide to write those reactions into the mod, it's your choice wether there will be an element symbolizing the A- ion (conjugate of the acid molecule) or not.

    Edited 4 times by ProtoBlast. Last: 20th May 2015
  • jacob1
    20th May 2015 Developer 0 Permalink
    The .app file here is definitely a bit screwed up. I would just delete it and start over following this guide: https://powdertoy.co.uk/Wiki/W/Compiling_for_Mac_on_Linux.html
  • firefreak11
    20th May 2015 Member 0 Permalink

    @jacob1 (View Post)

     I had someone else compile it for me. I'll delete the link for now

  • jacob1
    20th May 2015 Developer 0 Permalink
    @firefreak11 (View Post)
    I'm working on compiling it right now but i'm having some issues, just wait and i'll have new downloads :)
  • firefreak11
    20th May 2015 Member 0 Permalink
  • jacob1
    20th May 2015 Developer 0 Permalink
    @firefreak11 (View Post)
    The Science Toy - windows.zip
    The Science Toy - other.zip

    I had to make some changes:
    You forgot to add a tpt directive in gluon.cpp or something like that.
    You had std::string flavour declared in Particles.h which just caused a crash on startup on every version. I replaced it with an int everywhere in the code.

    You should probably push these changes to git. I included a file called fixes.diff in the 2nd download, just type "git apply fixes.diff" to apply the patch and it will hopefully work.

    I also suggest you push these files to github: Sconscript, Sconstruct, generator.py, resources/powder-res.rc, and everything in the data/ folder.
    Edited once by jacob1. Last: 10th Jan 2017