Epic Exotic Chemistry,over 12 reactions!

  • mniip
    12th May 2013 Developer 0 Permalink
    @lapuminator (View Post)
    these elements are useless, you can use them in 1-2 creations, not more
  • lapuminator
    17th May 2013 Member 2 Permalink

    @mniip

      Actually, the statment you made is "useless", because it's not true.  Also, it was kinda rude, what you are speaking about is a littile bit of everyones ideas of script slammed togther. I am sorry you feel thay way. Maybe a relaxing yoga session would help sooth that crankyness. Otherwise, please post polite, constructive criticism, or have a conversation with me, if you think I should change something.

      I respect your Ideas, and I am excited to see what you come up with next. Please do the same for everyone else. 

     

     

  • liandroist
    18th May 2013 Member 1 Permalink

    mold destorys dmnd food to know

  • lapuminator
    20th May 2013 Member 0 Permalink

       
    @liandroist- Yep,                                 

    Story Time. ;)

      Once it gets loose Rubidic space mold can be hard to contain. The mold was discoverd within the asteroid belt near mars, munching away at the surface of anything it landed upon; including the first ships to find it, (which tragically lacked heat shields). The true origins of The Mold are unknown, but some speculate that it began as a terrestrial  extremophile that digested oxygenated silicates. It is thought that some survived being blown into space by a martian meteorite impact. Scans of its sector of orgin found high levels of rubidium, P Isotopic radition and heavy scilicates. The PISO radiation may have caused a rapid adapatation upon interaction with the rubidic DNA. Allowing rapid survival in the pressureless & cold conditions of space, by eating all forms of matter. The mold has a very short life span and needs a constant flow of "solid food" to regenerate and live upon. It also contains a delacately unstable tripple helix, crystalline DNA, composed of  rubidium scilicates. Therefore, its explosive life signs can not be detected with conventional scanners. This life form can be slow, but destructive. ;)

      Scientist have now discoverd a frequency of energy X that puts the deadly mold into its inert, and usefull spore stage. Also, for fun frequency V freezes it in its place like Medusa. 

     

     

    @PLEASE HELP ANYONE?, How would one go about making the mold change to spore automaticly after a few ticks without food, and then when landing on something (at the right temp) turn back to mold? I am not an experienced designer of code. but I think that would add a whole new level of fun. Also I am attempting to make DMND resist its hunger for better containment... or not? please give sugestions, anyone:) 

    To anyone willing;  please give it a try, and I will honor your sucess and contributions to EEC on the first post. Contact me on this thread or in conversation, If you have any ideas, Thank you.

  • flashgamer001
    2nd Jul 2013 Member 0 Permalink

    autorun.lua:778: ambiguous syntax (function call x new statement) near '('
    It seems you forgot to comment out a line.

  • lorddeath
    2nd Jul 2013 Member 0 Permalink

    @flashgamer001 (View Post)

     Works fine for me.

  • The-Fall
    2nd Jul 2013 Member 0 Permalink

    Nope, Doesnt work for me either

    autorun.lua:778: ambiguous syntax (function call x new statement) near '('.

     

    EDIT: Nevermind. I fixed it.

  • lapuminator
    6th Jul 2013 Member 0 Permalink

    oops! fixed ;) I did forget to --0-- the last line. there is no function for it anyways. I hope all of you enjoy the compolation like I have. Any feedback regarding improvements, or adding somthing new, would be great. 

  • tacoHTF
    13th Jul 2013 Member 1 Permalink

    @FeynmanLogomaker 

    here is the BCOL code:

    #include "simulation/Elements.h"
    //#TPT-Directive ElementClass Element_BCOL PT_BCOL 73
    Element_BCOL::Element_BCOL()
    {
    Identifier = "DEFAULT_PT_BCOL";
    Name = "BCOL";
    Colour = PIXPACK(0x333333);
    MenuVisible = 1;
    MenuSection = SC_POWDERS;
    Enabled = 1;

    Advection = 0.4f;
    AirDrag = 0.04f * CFDS;
    AirLoss = 0.94f;
    Loss = 0.95f;
    Collision = -0.1f;
    Gravity = 0.3f;
    Diffusion = 0.00f;
    HotAir = 0.000f * CFDS;
    Falldown = 1;

    Flammable = 0;
    Explosive = 0;
    Meltable = 5;
    Hardness = 2;

    Weight = 90;

    Temperature = R_TEMP+0.0f +273.15f;
    HeatConduct = 150;
    Description = "Broken Coal. Heavy particles, burns slowly.";

    State = ST_SOLID;
    Properties = TYPE_PART;

    LowPressure = IPL;
    LowPressureTransition = NT;
    HighPressure = IPH;
    HighPressureTransition = NT;
    LowTemperature = ITL;
    LowTemperatureTransition = NT;
    HighTemperature = ITH;
    HighTemperatureTransition = NT;

    Update = &Element_COAL::update;
    Graphics = &Element_COAL::graphics;
    }

    Element_BCOL::~Element_BCOL() {}

     

    Anyway great mod @lapuminator!

  • lapuminator
    17th Jul 2013 Member 0 Permalink

    @tacoHTF

    I am :) you have injoyed it.

    And my gratitude to you for the usefull post! +1

     

    Due to the lack of responses, I was begining to think zombies had taken over the world.

    You have reasured me... thank you. lol

     

     

     

    ALSO: I will finally be direct posting videos of weird reactions and ex of usefullness. Sorry for the bad screen shots everyone. 

    Edited once by lapuminator. Last: 24th Jul 2013
Locked by LBPHacker: necro