I'm full noob

  • EditorRUS
    24th Jun 2011 Member 0 Permalink
    I am newbie to programming mods for Powder Toy, from the look in the source code is bad for the soul. Appointment of many variables I do not understand. Can you explain to me why many are needed? For example the array parts [], or pmap.
  • Neospector
    24th Jun 2011 Member 0 Permalink
    The variables are used to connect everything there is in the game.
    Here are all the variables
    Occasionally we reuse variables. For example, the "life" variable is used for both the movemenet of SPRK and the compression of DEUT.
    Most, if not all of these variables are used with these functions.
  • EditorRUS
    24th Jun 2011 Member 0 Permalink
    ????????
    Arigato).
  • Neospector
    24th Jun 2011 Member 0 Permalink
    @EditorRUS (View Post)
    Basically, the aray parts are used to create the bray, and the pmap is used to find particle data.
  • MasterMind555
    24th Jun 2011 Member 0 Permalink
    @EditorRUS (View Post)
    Look
    I want to make this clear : if you got no experience in any programming, you can't make complex elements. The only thing you can do is make basic ones with the basic propreties.
    If you want to learn, either start with something really easy like JavaScript, Lua or Python, or jump into the good stuff and learn C. It WON'T be easy, so be prepared.
    My best advice: Don't learn C if you don't REALLY like programming, or you will just get frustrated