Can SDL ZDoom output a bit more information on startup?
Posted: Mon Nov 20, 2006 3:11 am
Can ZDoom output the version information when you start it? Since I have to do it all from source, I can lose track of which version I have and getting ZDoom to start up all the way to the console can sometimes be pretty tricky.
I'll see if I can do it myself since nobody seems to care about the Linux branch.
Well, here's a quick patch for a couple changes I made. It does 2 things:
I'll see if I can do it myself since nobody seems to care about the Linux branch.
Well, here's a quick patch for a couple changes I made. It does 2 things:
- ZDoom tells you a little about itself as the first thing it does. That way you can know what version etc it is.
- The pick IWAD thing tells you that you can exit by selecting "0" and I just couldn't stand how there wasn't a colon after the "Which one?" prompt

Spoiler:Also, here's it attached in case you don't like inline.