Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Patrick

GZDoom Source

Recommended Posts

I am not an experienced programmer, but I'm looking for a way to change the GZDoom source. What I'd like to do is simply change the cheat codes and find out if it's possible to change the Iwad information screen (when it starts up I want it to display "freedoom")

Where would I look to do this.

Share this post


Link to post

The cheat codes themselves are in src/st_stuff.cpp. (To modify further than just the input keys, you'll also have to change stuff in m_cheat.cpp, d_protocol.h and maybe even c_ccmds.cpp.)

The iwad selection screen is in d_main.cpp.

Share this post


Link to post

That said, I've suggested this on the ZDoom forums to add identification of Freedoom as Freedoom.

Share this post


Link to post
Patrick Pineda said:

Where can I get the source for r151?

http://mancubus.net/svn/hosted/gzdoom/

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×