A question about modding...

  • jma1111
    31st Jul 2011 Member 0 Permalink
    Okay i decided to try to make a mod. I made my element in Microsoft c++, and can compile and all with F9, but how do i get the game to run.
    I know all the answers are going to be "use wiki" but i already used wiki and cant figure this part out.
    So any other modders, please tell me exactly how, or give me a link directly to the page in wiki, cause i am a noob to modding, and would like to get better. Thanks!
  • vanquish349
    31st Jul 2011 Member 0 Permalink
    so you have complied, with no errors?
  • jma1111
    31st Jul 2011 Member 0 Permalink
    Yeah, as far as i can tell no problems.
  • vanquish349
    31st Jul 2011 Member 0 Permalink
    @jma1111 (View Post)
    check the build folder
  • Pilihp64
    31st Jul 2011 Developer 0 Permalink
    you can hit the little green arrow >
    which is near the top which will start it and debug it, I recommend that.
    If you just compiled it you'll probably get missing dll errors, just copy them into the release/debug folder.
  • jma1111
    31st Jul 2011 Member 0 Permalink
    Ok i will try what you guys said, thanks in advance!
    One problem though is that when i do the part to start new project from existing code files, i cant get into the powder.h file.
    It just has the full source, but nothing inside.