Modding questions

  • MassacreLand
    7th Feb 2012 Member 0 Permalink
    Here I will post questions I have for modding
    1. How to change The Powder Toy. to The Massacre Toy for my mod?
    2. Why is my enter button sticking? :[ Jk xD But it is sticking!! Anyway please answer question 1 :] Thanks everyone.

  • MasterMind555
    7th Feb 2012 Member 0 Permalink

    MassacreLand:

    1. How to chance The Powder Toy. to The Massacre Toy for my mod?


    One does not simply "Chance The Powder Toy"

    If you mean change, you will need to know C at least a bit.
  • pilojo
    7th Feb 2012 Member 0 Permalink

    @MasterMind555 (View Post)

    Not entirely true, but for the most part it is. I started modding with no actual experience in C... But yes, a general knowledge of C/C++ would help.


  • MassacreLand
    7th Feb 2012 Member 0 Permalink
    @MasterMind555 (View Post)
    Omg xD I meant change and I know C I am talking about at the top of the game where it sais The Powder Toy where it has the exit enlarge and minimize buttons lol. The title.


    Basicly. Which file contains that information lol
  • pilojo
    7th Feb 2012 Member 0 Permalink

    @MassacreLand (View Post)

    xD that's one simple line that i have yet to find, check main.c, graphics.c and graphics.h... I don't know exactly where it is. It's an SDL function (or should be) that should be something similar to "SDL_WM_SetCaption ("SDL MultiMedia Application", NULL);"

  • MasterMind555
    7th Feb 2012 Member 0 Permalink
    @MassacreLand (View Post)
    If you really know C and/or have basic googling skills, you didn't need to post here.
  • MassacreLand
    7th Feb 2012 Member 0 Permalink
    @pilojo (View Post)
    graphics.c line 3904!!!!!!!!!!!!!!
    SDL_WM_SetCaption("The Powder Toy", "Powder Toy")
    I think the first one is what I am looking for but what is the second part for? I do not want to edit any of this untill I figure it out xD

    @MasterMind555 (View Post)

    I know plenty. The reason I post here is because occasionally I need to ask a question.
    If you knew what you were talking about then you wouldn't be such a douche <3 :]
  • pilojo
    7th Feb 2012 Member 0 Permalink

    @MassacreLand (View Post)

    Haha, there you go. Now figure out how to mod TPT and you're set.

  • MassacreLand
    7th Feb 2012 Member 0 Permalink
    @pilojo (View Post)
    Lol I know how to edit tpt but I did not know where the title for the program was xD