Can somebody help me figure this problem out?

  • star400040
    22nd Nov 2011 Member 0 Permalink
    Please I am really interested in contributing to the tpt community but I still can't figure out why my transitions for my new elements won't work. I am entering them into the transition table just like any other element. If I could somehow show you my code would that help? I am really want to get this problem solved
  • cctvdude99
    22nd Nov 2011 Member 0 Permalink
    @star400040 (View Post)
    Use http://pastebin.com/ and copy-paste your whole powder.h file into it, then save it and post the link of the paste here.
    Then we can help you. :)
  • star400040
    22nd Nov 2011 Member 0 Permalink
  • MasterMind555
    22nd Nov 2011 Member 0 Permalink
    @star400040 (View Post)
    You didn't define the basic properties or state changes of all your elements
  • star400040
    22nd Nov 2011 Member 0 Permalink
    i know that, I couldnt get my first new ones to work, so I didnt bother with the more recent new ones yet. I wanted to figure out why I could never get it working with my new elements in teh first place
  • MasterMind555
    22nd Nov 2011 Member 0 Permalink
    @star400040 (View Post)
    Let me repeat, you must define the basic properties of all the elements
  • jacob1
    22nd Nov 2011 Developer 0 Permalink
    One problem I noticed is that when you updated ptypes, you added your elements to the middle where it said /*free.*/ You shouldn't do that, add them to the end instead. Also, you need to add transitions to sulfur even if it has none to get it to compile.
  • star400040
    22nd Nov 2011 Member 0 Permalink
    ok just fixed it



    @jacob1 (View Post)
    I originally put them at the end, however the did not work when I did so, they would either only appear when I pressed the mouse button than suddenly disappear or just not draw at all. Addtionally when I put certain elements below them, they acted strangely as well. See my previous post about adding new elements causing others to act incorrectly I posted it a few days ago in the develpoment assistance forum 
  • jacob1
    22nd Nov 2011 Developer 0 Permalink
    @star400040 (View Post)
    Maybe you should just redownload powder.h(right click, save target as), and copy those things you changed and put them at the end of the tables. You probably accidentally moved something or deleted a line somewhere. Just don't change anything in the middle of the tables
  • star400040
    22nd Nov 2011 Member 0 Permalink
    while I am at it is there new source code for the most recent beta update? Which files do I need to update in order to update to the latest patch for my code

    I did what you told me to do now I get these errors