Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. WAW Modding Support & Discussion
  3. Changing Menu Titles

Changing Menu Titles

Scheduled Pinned Locked Moved WAW Modding Support & Discussion
4 Posts 3 Posters 115 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ThatPuppeteerundefined Offline
    ThatPuppeteerundefined Offline
    ThatPuppeteer
    wrote on last edited by
    #1

    I seen that some zombies mods can change the titles of the menu items like for example Cheese Cube Unlimited "Cheese Glory Alone" and "Cheese Glory w/ Friends". I wanted to do something like that with one of my mods but I can't seem to figure it out. That or it's right in front of me in the modtools and I'm not seeing it, lol.

    1 Reply Last reply
    1
    • ThatPuppeteerundefined Offline
      ThatPuppeteerundefined Offline
      ThatPuppeteer
      wrote on last edited by
      #2

      bump?

      1 Reply Last reply
      0
      • Xerxesundefined Offline
        Xerxesundefined Offline
        Xerxes Plutonium Staff
        wrote on last edited by
        #3

        You are looking for custom menu files.

        1 Reply Last reply
        0
        • John_Bananaundefined Offline
          John_Bananaundefined Offline
          John_Banana
          wrote on last edited by John_Banana
          #4

          It's right there in front of you hah. But menu files can be a bit confusing at first since there's not a ton of documentation. You need to be looking in raw>ui for them, you want main.menu.

          The game puts a generic phrase in the .menu code and then spells out the strings in the .str files. This is so you can have multiple languages that all connect to one generic phrase in the menu file.

          So you can either change just the strings (you don't even have to edit the menu files) or you can replace the string reference in the code with text inside quotes of whatever you want. For example, you could go into main.menu and change the strings you want, such as "@MENU_MAIN_MENU" to "My Text Here" or you can find the string file named menu.str (it's always the first word after the "@" symbol and then within menu.str you find MAIN_MENU and you can enter the appropriate text that you want.

          1 Reply Last reply
          0

          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Donate