Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: spikee on September 20, 2012, 04:13:50 pm

Title: How to add new models!
Post by: spikee on September 20, 2012, 04:13:50 pm
Hi ! I convert a model with a guide of this forum , I put the model and I insert lines in :

creaturemodeldata.dbc
and
creaturedisplayinfo.dbc

I do this coping the lines of other creatures , but when I'm ingame , i Put .mod morph displayid and the character is invisible...
Title: Re: How to add new models!
Post by: nicepants on September 20, 2012, 05:04:01 pm
Use hex editor and set nParticleEmitters = 1

This breaks some stuff though - Only 1 eye is glowing (At least I think thats what causes it?)

(http://i1224.photobucket.com/albums/ee375/adrianrostas/World%20of%20Adrian/WoWScrnShot_091912_175330_zpsce6e8113.jpg)
Title: Re: How to add new models!
Post by: Ascathos on September 20, 2012, 08:58:44 pm
Quote from: "nicepants"
Use hex editor and set nParticleEmitters = 1

This breaks some stuff though - Only 1 eye is glowing (At least I think thats what causes it?)

(http://i1224.photobucket.com/albums/ee375/adrianrostas/World%20of%20Adrian/WoWScrnShot_091912_175330_zpsce6e8113.jpg)
... Try setting it to two ?
Title: Re: How to add new models!
Post by: Soldan on September 20, 2012, 09:05:58 pm
To set it to 2, you need to know how to fix particles and every particle after that. Because when porting the second one, if it fails (as it would since it isn't fixed), the ones that follow "3,4,5, n" won't load. So as I said, you need to fix them 1 by 1. ^_^

Soldan
Title: Re: How to add new models!
Post by: spikee on September 22, 2012, 10:10:03 am
But I am not trying to port models cata to wotlk ( I do this very easy! ) i am trying to add NEW models , modeled with me
Title: Re: How to add new models!
Post by: TheBuG on September 24, 2012, 02:20:55 pm
First try and see if it shows up in wowmodelviewer, you might also want to explain the steps you did to convert the model.
Title: Re: How to add new models!
Post by: Vel on September 25, 2012, 06:12:44 am
Quote from: "spikee"
But I am not trying to port models cata to wotlk ( I do this very easy! ) i am trying to add NEW models , modeled with me
Do you already have a own model to convert in m2?
Title: Re: How to add new models!
Post by: spikee on September 27, 2012, 04:12:22 pm
Yes , I have a model , I converted to m2 but .. in game don't show.. it's invisible ;(
Title: Re: How to add new models!
Post by: Malice on October 01, 2012, 07:07:25 am
Quote from: "spikee"
n game don't show.. it's invisible ;(
You have to make a GeosetAnimation for every geoset
Title: Re: How to add new models!
Post by: nifelvind on October 12, 2012, 06:28:55 pm
IF you have made new (creature model) be sure, to make a npc that will have the model (not needed tho) but this is important, you need to add that model to creature_model_info table, than It will not be invisible.
Title: Re: How to add new models!
Post by: Malice on October 12, 2012, 06:32:29 pm
Quote from: "nifelvind"
IF you have made new (creature model) be sure, to make a npc that will have the model (not needed tho) but this is important, you need to add that model to creature_model_info table, than It will not be invisible.
It also depends on model structure