Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Main Menu White Letters
#1
Exclamation 
Can any one help me change the color of the letters at the main menu, they are white but i would like them in black instead Any one?
Reply

#2
Find the appropriate menu file (might be something like main_mp.menu i have no idea). And have a look through it for what you want to change, you will see something like "@MAINMENU_CHOOSECLASS" or something.

Either change that to "^7Choose Class", or find the localized string @MAINMENU_CHOOSECLASS and change the value of that.
Reply

#3
(07-14-2011, 19:13)Madnesslink5 Wrote: Find the appropriate menu file (might be something like main_mp.menu i have no idea). And have a look through it for what you want to change, you will see something like "@MAINMENU_CHOOSECLASS" or something.

Either change that to "^7Choose Class", or find the localized string @MAINMENU_CHOOSECLASS and change the value of that.

Tryed to find the file couldnt find the menu one
Reply

#4
I'll try have a quick look through some menu files later if I have the time.
Reply

#5
ui_mp/main.menu
[Image: MaEIQ.png]
Reply

#6
(07-14-2011, 19:59)Pozzuh Wrote: ui_mp/main.menu

Thx so now wich part I need to change :S I dont want to replace it by ^7Play for example so how I find the string? and once I did how I change it?

EDIT: Also how I include it in my mod after?

Reply

#7
Bump Dodgy
Reply

#8
2nd Bump Dodgy
Reply

#9
Look through ui_mp/main.menu to find the relevant string. Say for example the string is "MAINMENU_CHOOSE_CLASS".

Then look through .str files to find the phrase "MAINMENU_CHOOSE_CLASS".
You should see next to that "Choose a class." (or something like that).
Just change "Choose a class" to "^3Choose a class" or whatever.
Reply

#10
I think you might be able to just add a "^0" before the strings in the menu file. To use it in your mod, create a "ui_mp" folder in your mod folder and copy the menu file over to that folder. Then, edit the menu file to suit your wants, save it and then you'll need to add a line to your zone file. Open up your zone file and write:

menufile,ui_mp/main.menu

I'm not sure if you need to precache it, but if you do, try this. Add the line

precacheMenu("main");

to your init() function so that it executes when the mod loads up.

That should be all
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help Admin menu koren30 4 4,805 10-07-2013, 20:17
Last Post: Yamato
  [Tutorial] How-To, Mod menu picture-REVISED/no iwifix needed rotceh_dnih 52 29,958 09-28-2013, 02:08
Last Post: Monkey Arms
  Help How do I open the admin menu for GeKKos QS Mod? conorr 1 2,877 08-15-2013, 13:52
Last Post: Yamato
  Trying to compile a modified menu DidUknowiPwn 7 5,305 07-05-2013, 21:55
Last Post: DidUknowiPwn
  Preview Admin / Mod Menu Hologramm 5 6,229 05-29-2013, 00:35
Last Post: sleepunknot
  Map Menu in Black Ops 1 EliTeEishiii 2 2,853 04-21-2013, 18:54
Last Post: Nekochan
  Menu base EliTeEishiii 1 2,715 04-17-2013, 16:10
Last Post: Nekochan
Rainbow [Release] [Contest] Scroll Menu iAegle 49 34,542 03-21-2013, 07:30
Last Post: jermC
  [Release] Mouse operated menu met94 18 12,870 03-06-2013, 10:27
Last Post: BHF98
  [Release] BO Simplest Admin Menu alistair3149 21 16,176 02-22-2013, 08:57
Last Post: ItsEffecT

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.