This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: How to add new models!  (Read 2941 times)

spikee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 30
    • View Profile
How to add new models!
« 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...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: How to add new models!
« Reply #1 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?)

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: How to add new models!
« Reply #2 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?)

... Try setting it to two ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Soldan

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 159
    • View Profile
Re: How to add new models!
« Reply #3 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

spikee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 30
    • View Profile
Re: How to add new models!
« Reply #4 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

TheBuG

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 469
    • View Profile
Re: How to add new models!
« Reply #5 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Vel

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 340
    • View Profile
Re: How to add new models!
« Reply #6 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
is no more

spikee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 30
    • View Profile
Re: How to add new models!
« Reply #7 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 ;(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Malice

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 42
    • View Profile
Re: How to add new models!
« Reply #8 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

nifelvind

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: How to add new models!
« Reply #9 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Malice

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 42
    • View Profile
Re: How to add new models!
« Reply #10 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »