Wolf3d Haven Forum

Please log in or register. Smile

Join the forum, it's quick and easy

Wolf3d Haven Forum

Please log in or register. Smile

Wolf3d Haven Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Wolf3d Haven Forum

A friendly Wolfenstein 3D community, about Wolfenstein 3D, the game that gave birth to first person shooters...


    changing menu names

    Dark_wizzie
    Dark_wizzie
    I am Death Incarnate!
    I am Death Incarnate!


    Female
    Number of posts : 5120
    Age : 30
    Location : California, USA
    Job : Investor
    Hobbie : Computers, chess, computer chess, fashion, and philosophy
    Message : I made this forum when I was 13 High on Drugs
    Registration date : 2007-03-24

    changing menu names Empty changing menu names

    Post by Dark_wizzie Sun Apr 29, 2007 1:39 pm

    dome




    Code Editing Tutorials
    Changing the menu names




    Open WL_MENU.C and go to line 78,

    u should see this :

    #else

    {1,STR_NG,NewGame},

    {1,STR_SD,Sound},

    {1,STR_CL,Contol},

    {1,STR_LG,LoadGame},

    {0,STR_SG,SaveGame},

    {1,STR_CV,ChangeView},

    Now see the "STR_NG"(No quotes!!!) change that to (for instance):

    {1,"Start New Game",NewGame},//quotes that time!


    To change the "View Scores, Back To Demo, and Quit"(No Quotes!)
    go to line 97, u should see this:

    {1,STR_VS,ViewScores},

    {1,STR_BD,0},

    {1,STR_QT,0},


    Now: Again do the same:

    {1,"Exit",0},




    Wolf3d Haven
    Minute Logic Blog

      Current date/time is Thu Apr 18, 2024 9:35 pm