Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: spikee on December 09, 2012, 06:45:17 pm
-
Hi! I have a problem
I change the size of the vrykul , but now I have a problem , look in the bottom :)
-
... Did you add the files to the server ?
-
... Did you add the files to the server ?
to the server? oO
I didnt knew that after editing, i need to put my m2's to the server
-
Yeah=)
In game , in the world the vrykul is small :) But in the character creation screen and character selection screen It is very big... I don't understand this
-
Hey! I solved the problem , but now I have other problem!
This is my vrykul on foot
(http://img827.imageshack.us/img827/658/wowscrnshot120912211825.jpg)
But... when i am sitting.. there is a problem , a bug:S
(http://img525.imageshack.us/img525/6932/wowscrnshot120912211829.jpg)
:( Please help me!
-
... Did you add the files to the server ?
to the server? oO
I didnt knew that after editing, i need to put my m2's to the server
I didn't expect him to actually change the model size. Considering that he did that, I assume it makes sense that bones might be messed up. I may be wrong though.
DBC would make more sense in this case anyway.
In game , in the world the vrykul is small But in the character creation screen and character selection screen It is very big... I don't understand this
Character creation screen and character selection having different sizes -> could make sense.
-
Hey! I solved the problem , but now I have other problem!
This is my vrykul on foot
(http://img827.imageshack.us/img827/658/wowscrnshot120912211825.jpg)
But... when i am sitting.. there is a problem , a bug:S
(http://img525.imageshack.us/img525/6932/wowscrnshot120912211829.jpg)
:( Please help me!
Ascathos look this
-
You don't even say what or how you change the Vrykul. DBC or actual model resizing ?
-
I edit the model of vrykul with MES 3.0 , and after I edit the dbcs
In the character creation the character is the size that i need , and in game is the normal size ( i put scale : 2 in dbcs ) The size is ok now , but i have this problem
-
Hey!
This is my vrykul on foot
(http://img827.imageshack.us/img827/658/wowscrnshot120912211825.jpg)
But... when i am sitting.. there is a problem , a bug:S
(http://img525.imageshack.us/img525/6932/wowscrnshot120912211829.jpg)
:( Please help me!
-
spikee you should have to edit the CreatureModelData.dbc and CreatrureDisplayInfo.dbc
CreatureModelData.dbc
Column Field Type Notes
1 ID Integer
2 Flags Integer Known to be checked: 8, 0x40. Known: 4: Has death corpse. 0x80: CGUnit_C::CanCurrentFormMount
3 ModelPath String *.MDX!
4 AlternateModel String This is always 0. It would be used, if something was in here. Its pushed into M2Scene::AddNewModel(GetM2Cache(), Modelpath, AlternateModel, 0).
5 sizeClass Integer 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
CreatureDisplayInfo.dbc
Column Field Type Notes
1 ID Integer
2 Model iRefID A model to be used.
3 Sound iRefID Not set for that much models. Can also be set in CreatureModelData.
4 ExtraDisplayInformation iRefID If this display-id is a NPC wearing things that are described in there.
5 Scale Float Default scale, if not set by server. 1 is the normal size.
-
please use the blizzlike model if you eant to edit it use the M2MOD3 and not the Glitchy Model Editor