[Archive] Morphs that change outfit and skin
[Archive] Morphs that change outfit and skin
Archived author: Gurluas • Posted: 2017-01-31T03:36:21+00:00
Original source
How do you make those morphs that change outfit and skin?
You know...Like the Fel Orc one Blizzard used for the Netherwing questline, or the Broken one you use in Tempest Keep during the Karabor questline.
My attempts to create those morphs result in either:
1. A morph that doesn't wear player outfits or change skins to match the player's
2. A morph that has the player's skin and not the skin of the race I want to make a morph off.
For instance, If I want to make a Naga male morph that retains the player's armor. How would I do that?
Archived author: Amaroth • Posted: 2017-01-31T07:19:19+00:00
Original source
1. use any characters model.
2. create a displayID for it in creaturedisplayinfo.dbc
3. create an extraID for it in creaturedisplayinfoextra.dbc, you'll likely want to create a naked model
4. switch #20 (1-based) value in creaturedisplayinfoextra.dbc to 1. Thats all.
![[Image: Ck4qRWO.png]](http://i.imgur.com/Ck4qRWO.png)
![[Image: cv9oyZB.jpg]](http://i.imgur.com/cv9oyZB.jpg)
![[Image: 3vidPCM.jpg]](http://i.imgur.com/3vidPCM.jpg)
Archived author: Gurluas • Posted: 2017-01-31T09:40:40+00:00
Original source
![[Image: Ck4qRWO.png]](http://i.imgur.com/Ck4qRWO.png)
This is the DBC. The problematic line in question is 25002. 25000 and 25001 works.
Here is 25000.
![[Image: cv9oyZB.jpg]](http://i.imgur.com/cv9oyZB.jpg)
Note how the skin color changes depending on my skin, and it wears all my clothes.
Heres 25002:
![[Image: 3vidPCM.jpg]](http://i.imgur.com/3vidPCM.jpg)
The skin color does not change, and it's naked all the time. I have tried copying the exact same clothes to the Naga male as the female but it did nothing. I've been having this issue for years, I've never been able to learn how to make these morphs tick. Sometimes they magically work, most of the times, they don't. It's not the blp, it's not the displayid, I simply don't know.
Archived author: Amaroth • Posted: 2017-02-01T22:36:06+00:00
Original source
Well, are you completely sure that it is not just a model-related issue? I have noticed you are using retro-ported models. I have no idea what makes character models character-ish so they can actually wear an equipment, but I'd say its a model/race DBC problem.
Quote: 2 hours ago, Amaroth said:I tried removing the Cata Naga model, same thing, and then I tried with a normal Human female, same result. I'm missing something somewhere, but I have no idea where.
Well, are you completely sure that it is not just a model-related issue? I have noticed you are using retro-ported models. I have no idea what makes character models character-ish so they can actually wear an equipment, but I'd say its a model/race DBC problem.
Archived author: Gurluas • Posted: 2017-02-02T00:48:41+00:00
Original source
Quote: 2 hours ago, Amaroth said:I tried removing the Cata Naga model, same thing, and then I tried with a normal Human female, same result. I'm missing something somewhere, but I have no idea where.
Well, are you completely sure that it is not just a model-related issue? I have noticed you are using retro-ported models. I have no idea what makes character models character-ish so they can actually wear an equipment, but I'd say its a model/race DBC problem.
Archived author: MR.Farrarie • Posted: 2017-02-02T09:35:15+00:00
Original source
you said you want male naga with armor
just put armor in the dbc
and if not maybe his model have many vert
so you need to remove doubles and decimate in blender
Quote: 9 hours ago, Gurluas said:Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
I tried removing the Cata Naga model, same thing, and then I tried with a normal Human female, same result. I'm missing something somewhere, but I have no idea where.
Archived author: Amaroth • Posted: 2017-02-02T10:01:41+00:00
Original source
Quote: 9 hours ago, Gurluas said:Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
I tried removing the Cata Naga model, same thing, and then I tried with a normal Human female, same result. I'm missing something somewhere, but I have no idea where.
Quote: 7 hours ago, Amaroth said:Ofc I did, Like I said, it's a mystery. Perhaps I can PM you the prototype patch so you can look it over?
Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
https://wowdev.wiki/DB/CreatureDisplayInfo
field #4. It needs to contain ID of displayID's extra information row in creaturedisplayinfoextra.dbc. Thats probably the last idea I've got Oo.
Archived author: Gurluas • Posted: 2017-02-02T17:55:13+00:00
Original source
Quote: 7 hours ago, Amaroth said:Ofc I did, Like I said, it's a mystery. Perhaps I can PM you the prototype patch so you can look it over?
Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
https://wowdev.wiki/DB/CreatureDisplayInfo
field #4. It needs to contain ID of displayID's extra information row in creaturedisplayinfoextra.dbc. Thats probably the last idea I've got Oo.
Quote: On 2/2/2017 at 11:01 AM, Amaroth said:Ofc I did, Like I said, it's a mystery. Perhaps I can PM you the prototype patch so you can look it over?
Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
https://wowdev.wiki/DB/CreatureDisplayInfo
field #4. It needs to contain ID of displayID's extra information row in creaturedisplayinfoextra.dbc. Thats probably the last idea I've got Oo.
Archived author: Gurluas • Posted: 2017-02-02T17:55:31+00:00
Original source
Quote: On 2/2/2017 at 11:01 AM, Amaroth said:Ofc I did, Like I said, it's a mystery. Perhaps I can PM you the prototype patch so you can look it over?
Now this is getting too odd. Do you even reffer to that creaturedisplayinfoextra entry in your creaturedisplayinfo entry?
https://wowdev.wiki/DB/CreatureDisplayInfo
field #4. It needs to contain ID of displayID's extra information row in creaturedisplayinfoextra.dbc. Thats probably the last idea I've got Oo.