Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Patzy on December 02, 2014, 11:21:16 pm

Title: Disabling, Switching Eye-Glow-Color (BE)
Post by: Patzy on December 02, 2014, 11:21:16 pm
Hi,

I'd like to disable the eyeglow for a specific race that uses the Blood Elf model, but I can't seem to find out where the eyeglow entry is hidden within the dbc, the only thing I can do is disabling all facial-geosets, like beards as well, via CharSections.dbc.
Any help would be highly appreciated.

Thanks in advance!

Patzy
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: kojak488 on December 03, 2014, 02:59:23 am
If you don't need the eye-glow at all, then you can delete it from the blood elf model.  What's the situation you're trying to disable it?  What I mean is what race/NPC or whatever are you trying to alter?  I'm of more use if I can see what I'm looking for/at.
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: Patzy on December 03, 2014, 04:49:56 am
Well, I have a High Elf race, that uses the same model as the Blood Elf race, but with different textures. I'd like to find out how I can disable specific geosets for specific races, with Char-Sections I only can disable all facial models at once.
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: kojak488 on December 03, 2014, 03:14:17 pm
Does disabling all the facial models also disable the eye-glow?  And what's the file set-up like?  Does it use the same Blood Elf model in the same location?  Or a copy of the Blood Elf model in a different location in the MPQ that's specific to the High Elves?
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: Patzy on December 03, 2014, 05:07:24 pm
yes, removing all facial features also removes the eye-glow, it's a way to get it to work, but not a satisfying way, a males have no beards.
It uses the exact same model, I thought about making a new model without any eye-glow. Is there a simple way to remove the glow without having to convert it 4 times into and out of blender?
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: kojak488 on December 03, 2014, 05:45:38 pm
Quote from: "Patzy"
yes, removing all facial features also removes the eye-glow, it's a way to get it to work, but not a satisfying way, a males have no beards.
It uses the exact same model, I thought about making a new model without any eye-glow. Is there a simple way to remove the glow without having to convert it 4 times into and out of blender?

Why would you have to convert so many times into blender?  Just takes one for me.  Load the Blood Elf .m2 and .skins.  Convert to .m2i.  Load .m2i in Blender.  Remove the eye-glow geoset.  Save.  Load .m2i in the converter and combine it into the .m2i.  Profit.  I don' tknow a single method requiring so many conversions... o.O

To clarify, when you say a new "race" do you mean a PC race or just a band of NPCs?
Title: Re: Disabling, Switching Eye-Glow-Color (BE)
Post by: Patzy on December 04, 2014, 01:07:02 am
A PC-race. I was hoping to avoid the model-editing, but I'll try it. Thanks!