Tutorial *128*
In this tutorial you will learn how to create your own cool quit messages! The quit messages are the little comments that you see when you try to quit the game, here's one of them:

Press Y to quit like a big loser in life. Press N to stay proud and successful!

Now you know what i'm talking about, don't you? :)

Okay, open up menu.c and find the line:



char *quitMessage [] =

Below that you will see all the quit messages! Replace entire function with the following:



char *quitMessage [] =

{

/* .........1.........2.... */

  "  Thats it.. Just quit  ",

  "  the game, after all   ",

  "      we've done..      ",

  "                        ",



  " Pressing Y will format ",

  "    your hard drive     ",

  "     are you sure?      ",

  "                        ",



  " Your a low life loser  ",

  "  quitting a good game  ",

  "      like Quake        ",

  "                        ",



  "    You stupid punk!    ",

  "    Don't leave now.    ",

  "        Y = Bad         ",

  "        N = Good        ",



  "  You will regret that  ",

  "   you even thought     ",

  "    about quitting      ",

  "      MUHAHAHAH!        ",



  " Pressing Y will format ",

  "    your hard drive     ",

  "     are you sure?      ",

  "                        ",



  "    You stupid punk!    ",

  "    Don't leave now.    ",

  "        Y = Bad         ",

  "        N = Good        ",



  "   Well... If you must  ",

  "   leave, take me with  ",

  "          you!          ",

  "                        "

};

As you can see those quit messages aren't very good and i'm sure you all can come up with better ones. And that's all there is to it. Have fun!



 
Not logged in
Sign up
Login:
Passwd: