Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: ComputerRat on November 18, 2014, 04:11:02 am

Title: [LUA] [XML] Changing the character creation backgrounds
Post by: ComputerRat on November 18, 2014, 04:11:02 am
I am trying to change some of my character creation backgrounds, for example, the human backdrop has become the blood elf one.

Here is a picture of the problem I am facing. If you can't tell, the human model is really dark, and a lot of the scene is as well.

(http://i.imgur.com/doqigAE.jpg)

The way I have done this, so you can tell me if it's incorrect, is by copying the blood elf backdrop model files into a new patch under Interface/GLUES/MODELS/UI_Human and renamed the BloodElf m2s Human. Here is what it looks like.

(http://i.imgur.com/1igrYRe.png)

Is there something I can do in the DBC files?

Thanks in advance, mang.
Title: Re: [LUA] [XML] Changing the character creation backgrounds
Post by: phantomx on November 18, 2014, 07:21:13 am
You need to edit light coords in LUA I believe.
CharacteeCreation I'm not at the computer so I can't show you where it is.
Title: Re: [LUA] [XML] Changing the character creation backgrounds
Post by: stoneharry on November 18, 2014, 12:14:26 pm
Look at the top of:

InterfaceGlueXMLGlueParent.lua
Title: Re: [LUA] [XML] Changing the character creation backgrounds
Post by: ComputerRat on November 19, 2014, 04:46:50 am
Thank you very much, guys! I got it to work!