• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[WotLK][Release] Change the login screen text color.

mandathomp

Enthusiast
change login screen text color

Not sure if this was posted before or if it will be useful to anyone but here it is anyway.


Thought id try the way i use to change npc names and item name colors and it worked. You add the color code in front of the word or sentence and |r at the end in gluestrings.lua. Example "|cFFFF0000Remember Account Name|r" will turn it red.

Edit: Ill try and be more descriptive, this is for 3.3.5 client. Use ladiks mpq editor and open locale-enUS.MPQ in wowfolder/data/enus. Click on interface then on GlueXML and find GlueStrings.lua right click and extract to where ever you like now close mpq editer. Open GlueStrings.lua in the extracted file with note pad and find for example SAVE_ACCOUNT_NAME = "Remember Account Name"; and add a color code in front of Remember Account Name and |r at the end. example "|c006633AARemember Account Name|r" this will turn it purple. Click file and save and close note pad. Now use ladiks mpq editor to make the edited file a patch and put it in your wow/data folder. here is a link to lots of color codes you must add |c00 before each of these codes for them to work. http://www.pagetutor.com/common/bgcolors1536.png and here is a pic of login screen colors changed http://i.imgur.com/Iqa2UEQ.png
 
Last edited:

Synth

Exalted Member
Thanks for sharing. :smile:

Its not working for me:
What i do?
I browse World of Warcraft\Data\enUS.
Then i open "locale-enUS.MPQ" via MPQ Editor and i extract GlueStrings.lua to Desktop,then i edit "Remember Account Name;" to "|c006633AARemember Account Name|r" and i save then i add it again and i very files then i delete my cache and open wow,color didn't changed any idea?
 
Last edited:

mandathomp

Enthusiast
Thanks for sharing. :smile:

Its not working for me:
What i do?
I browse World of Warcraft\Data\enUS.
Then i open "locale-enUS.MPQ" via MPQ Editor and i extract GlueStrings.lua to Desktop,then i edit "Remember Account Name;" to "|c006633AARemember Account Name|r" and i save then i add it again and i very files then i delete my cache and open wow,color didn't changed any idea?


Here is an image of what it should look like. http://imgur.com/cc6q4jf

and here is a template and patch for you to work with. http://www.mediafire.com/download/2vbhufya01uymz3/gluestrings.rar


thank you guys for looking at this, i have seen alot of your stuff Anthony you guys are amazing!
 
Last edited:

Synth

Exalted Member
Here is an image of what it should look like. http://imgur.com/cc6q4jf

and here is a template and patch for you to work with. http://www.mediafire.com/download/2vbhufya01uymz3/gluestrings.rar


thank you guys for looking at this, i have seen alot of your stuff Anthony you guys are amazing!
I can't start wow now,i delete GlueStrings.lua from the patch local-enus.mpq then i add whole items .rar files to data when i try to start my wow its say to re-install the game,add me skype please:julien.aneed
 

Tommy

Founder
I can't start wow now,i delete GlueStrings.lua from the patch local-enus.mpq then i add whole items .rar files to data when i try to start my wow its say to re-install the game,add me skype please:julien.aneed

Instead of editing an existing MPQ, just extract the needed files, create a new MPQ named patch-8.MPQ, create the exact same folder(s) the files are in, move the files in the EXACT same folder after editing and move that MPQ into your Data/ folder. I'm only mentioning this because you don't want to really edit your existing MPQ files, you only need to extract files from them.
 

Hyperion

Founder
Yes.. what Tommy said. Never(ever) edit an MPQ already being used. ALWAYS make a new patch for any content you change. It will overwrite the original and display what you made
 
Top