Nitrogen: elemental progress - wiki

  • duartel
    23rd Mar 2011 Member 0 Permalink
    Who made that huge XF?
    I can't read a thing.
  • dnerd
    23rd Mar 2011 Member 0 Permalink
    Nitrogen is coded.
  • cctvdude99
    23rd Mar 2011 Member 0 Permalink
    @duartel
    Yes... I did a 'P' not an 'F'.
    Unfortunately, I cannot edit the post as it gets in the way! XD @therocketeer did the X.
  • dnerd
    23rd Mar 2011 Member 0 Permalink
    I tried to compile the source with nitrogen added and it gave me a bunch of these, the others had other elements instead of AMTR where it says AMTR

    includes/powder.h:687: error: ‘PT_LN2’ undeclared here (not in a function)
    In file included from includes/element.h:5,
    from src/elements/amtr.c:1:

    also, it gave me a bunch of these:

    src/main.c:1934: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

    with different numbers in place of 1934

    if someone can help, that would be great

    anyway, here's the code for Nitrogen:


    #define PT_NITG 148

    {"NITG", PIXPACK(0x80A0FF), 2.0f, 0.00f * CFDS, 0.99f, 0.30f, -0.1f, -0.5f, 0.5f, 0.0005 * CFDS, 3, 0, 0, 0, 1, 1, 0.5, SC_GAS, R_TEMP+0.0f +273.15f, 100, "Nitrogen Gas", ST_GAS, TYPE_GAS, NULL},

    /* NITG */ {IPL, NT, IPH, NT, 70.5f, PT_LN2, ITH, NT},