I just made a couple new elements, and i can't place them, there in the menu, but nothing happens when i try to place them!
edit: well now it works, but they are all screwed up, i tried to make a transister that shuts off, basically power goes into igbt, witch when spark hit insulater next to igbt insulator turns into ON2 then ON2 turns Gate into ON, witch conducts, then when there is no power on igbt, igbt turns ON2 to insulator, and insulater turns ON back to gate, then spark cant flow again, when i try to use it... lets just say its complete CHAOS!!!
they need an entry in the ptransitions array even if it doesn't do anything, or else it dies right away, copy a line from a GoL or something, they do not change.
I did have the ptransistions, i just recompiled it and then i worked, Ok here is whats happening It works once but the when ON2 life hits 0 it dissapears, what would be causing that?!
ah yes, life in tpt normally tries to go down and dies going to 0, there is a line to prevent it, search for 'parts[i].life--' the if at the beginning of that part prevents normal life loss altogether, and the if right after (with the kill_part() after it) will prevent death at 0, just add a && t!=PT_blah at the end of that one.