Can anyone please compile this for me? :)

  • jakester12345
    1st Oct 2010 Member 0 Permalink
    Hey can someone please compile this for me in windows format: http://ifile.it/9wjo3lh i have tried sooooo many times to compile it and i dont have the skill This is my first mod and i reallly want to see it work soo can someone please, please, please compile it for me thanx
  • yew101
    1st Oct 2010 Member 0 Permalink
    ill have a look at the files but i 2 can't compile,
    -EDIT-
    #define SC_WALL 0
    #define SC_SPECIAL 9
    #define SC_POWDERS 6
    #define SC_SOLIDS 7
    #define SC_ELEC 2
    #define SC_EXPLOSIVE 3
    #define SC_GAS 4
    #define SC_LIQUID 5
    #define SC_NUCLEAR 8
    #define SC_JAKEMOD 1<<<this and
    #define SC_TOTAL 10

    static menu_section msections[] =
    {
    {"\xC1", "Walls", 0},
    {"\xC2", "Electronics", 0},
    {"\xC3", "Explosives", 0},
    {"\xC5", "Gasses", 0},
    {"\xC4", "Liquids", 0},
    {"\xD0", "Powders", 0},
    {"\xD1", "Solids", 0},
    {"\xD0", "Jake's Mods", 0} <<<<<<this
    {"\xC6", "Radioactive", 0},
    {"\xCC", "Special", 0},

    nice
    but why a category for the mods?
    i see obvious answer but stil...
    and wow thats a whole lotta elements
    is it first mod?
  • jakester12345
    1st Oct 2010 Member 0 Permalink
    okay thanx yew
  • yew101
    1st Oct 2010 Member 0 Permalink
    {"HYGN", PIXPACK(0xF5F3E4), 1.0f, 0.005f * CFDS, 0.99f, 1.00f -0.1f, -1.5f, 0.75f, 0.001f * CFDS, 0, 100, 1, 0, 1, 1, SC_JAKEMOD, R_TEMP+0.0f +273.15f, 42, "Hydrogen, Exteremely Flammable :D ."}

    do you want HYGN to just float like smke/fire or be like o2 or in between somewhere?
  • jakester12345
    1st Oct 2010 Member 0 Permalink
    Yes it is my first mod and yes i do want HYGN to float up to the top kinda like SMKE and im not sure why i made a new catagorie for mods lol
  • yew101
    1st Oct 2010 Member 0 Permalink
    umm have you changed anything else than in powder.h and interface.h?
    so i don't have to look at each file
    and shouldn't lastic melt at higher degrees?
    it will most likely melt when u place
  • jakester12345
    1st Oct 2010 Member 0 Permalink
    ummm ive added the elements into powder.h and the catagory into interface.h and added the other little bit into powder.c , other than that, ummm thats it lol and thanks for the temperature plastic bit
  • yew101
    1st Oct 2010 Member 0 Permalink
    can u tell me where in powder.c u made changes?
    and how i mentioned the array thing i'd say just remove the elements that go past the part that goes down on the right since they don't get compared
  • jakester12345
    1st Oct 2010 Member 0 Permalink
    ummm just after there is a little script on CLNE just after it there is a small script in the wiki that you have to paste for every new element and change the name part in the little script to: (whatever the name of the element is.eg HYGN)
  • yew101
    1st Oct 2010 Member 0 Permalink
    jakester12345
    is that to get it to clone?
    or for heat vision effects to work?