Forum > Serverside Modding
[REQUEST] Faction and Race name change
<< < (5/7) > >>
LordAres:
Haha just a little mean but okay Interface/Glues it is. That leaves in my files just the 3 enUS mpqs that have interface glues
schlumpf:
mpqs are loaded in defined order. patches are last. highest number is last.
LordAres:
Yeah but i cant figure out where the string is for the deathknight model to load. When i go to my "shadowknight" its just a black screen at character selection and in the left bottom corner is a white and blue checkered tile box
XxXGenesisXxX:
--- Quote from: "XxXGenesisXxX" ---The Alliance/Horde are both blp images. In fact they are pretty much the only text on the creation screen that isn't editable text but an image instead. --- End quote ---
Turns out I was wrong, there are blp files for it in the MPQ's but they must of changed it in BC or WotLK. If you look in CharacterCreate.XML you'll find this:
--- Code: --- <FontString name="CharacterCreateAllianceLabel" inherits="FactionName_Shadow_Huge" text="ALLIANCE"> <Anchors> <Anchor point="TOP" relativePoint="TOP" x="-50" y="-20"/> </Anchors> </FontString> <FontString name="CharacterCreateHordeLabel" inherits="FactionName_Shadow_Huge" text="HORDE"> <Anchors> <Anchor point="TOP" relativePoint="TOP" x="50" y="-20"/> </Anchors> </FontString> --- End code ---
Change the text="ALLIANCE" and text="HORDE" to whatever you want.
LordAres:
Thanks dude that worked! But my problem is i changed the name of the deathknight to shadowknight and now the model and the background isnt showing up. How would i fix this?
See you can see the model is a white and blue checkered box in the bottom left corner and the background is all black. There is no error that pops up. U can see the name is changed to shadowknight and the discription is changed too. How would i fix this?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|