Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Guest Mewcat

PRBoom Source editing

Recommended Posts

Guest Mewcat

Hi all, I Programming in C, but someone can tell me wich source file must I modify to ADD new monster and new weapon ?

Thank you

PS: How about 35 files sources code can make 1 files .exe after compiling ? Visual C ++ can do that ?

Share this post


Link to post

Edit info.c/info.h

And yes, VC++ can do that. I'd suggest you grab your programming book and look up compiling and linking - it will be helpful :)

- Andrew

Share this post


Link to post
Guest Mewcat
locust said:

Edit info.c/info.hAnd yes, VC++ can do that. I'd suggest you grab your programming book and look up compiling and linking - it will be helpful :)- Andrew

You mean all I have to do its editing info.c and info.h to Add my new monster and new weapon ? simple like that ? :), Of course I must put my new frames in my PWAD after editing info.c and .h

Can you tel me how to compile the source with VC++ ? Because I don't have programming book, I juste have my school programming book and its not explain how to.

Thank you.

PS: I think I must modify a level editor if I wish to include my new monster in a level, so do you know a good level editor with source included ?

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
×