Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: larrylaffer on October 05, 2011, 05:03:56 pm

Title: [QUESTION] Duplicate and fix Chair Models
Post by: larrylaffer on October 05, 2011, 05:03:56 pm
Hi People!

I have a little problem that requires the help of the Modelling Masters around here. I am currently a Noggit User (and ocassionaly Beta Tester of the new revs), so i am quite noob with editing models.

First of all, lets make a simple question. There's exists an M2 Model called be_throne_01.m2 , that is as suggested, an Blood Elf Throne.

The problem with this model is that if you want to set it as an chair object, when u try to sit on it, you sit behind the throne and not in the chair (similar problem with model thralls_throne.m2, but fixed with new model thralls_throne_02.m2). As far as i know, this is a problem of the model itself, so i need to know how the fix it (an duplicate it cuz i dont wanna overwrite blizzard models).

The same problem occurs in the Lich King Throne, and some chairs.... all need to fix their sitting point.

I play in a wotlk server btw, and i dont know if those models are already fixed in cataclysm.

If someone can help me with this, i would be very gratefull.

My most regards.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: schlumpf on October 05, 2011, 06:17:10 pm
Most likely you will have to set an attachment point. That is only a guess though. The information might also be stored in some DBC or serverside as an attachment point would not define which sit-height (there are three, iirc) it would need.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: larrylaffer on October 05, 2011, 06:58:23 pm
Actually, i think that the information is in the M2 and not in another DBC...

Surfing around the forum, i founded a tool that allow to set a mount point to a given model

viewtopic.php?f=59&t=850 (http://modcraft.io/viewtopic.php?f=59&t=850" onclick="window.open(this.href);return false;)

Probably i can use this.. if the mount point is the sitting point...

However i need to know how to determine the bone and position of the desired point, plus i still need to know how to duplicate the model so i wont need to overwrite it.

Regards.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: schlumpf on October 05, 2011, 07:00:15 pm
Just save it with a different name?

Yes, mountpoint is an attachment point.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: larrylaffer on October 05, 2011, 07:10:30 pm
Quote from: "schlumpf"
Just save it with a different name?

Yes, mountpoint is an attachment point.

Good, then that tool would do the trick.

I thought of just save it with a different name... buuuut how it does work the relationship between the m2 file and the mdx? I think that the tool change the m2 model, but then i need to convert it in an mdx and make a patch with bot files?

I  ask cuz i am quite noob about the structure of WoW model files.

Plus, i still need to know how to get the point needed.

Regards.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: schlumpf on October 05, 2011, 07:20:39 pm
There are no MDX files.
All references to .MDX (or .MDL) are just replaced with .M2 in the client upon opening.
Title: Re: [QUESTION] Duplicate and fix Throne Model
Post by: larrylaffer on October 06, 2011, 06:33:33 am
Ok.. i tried to use the mountpoint tool, but it seems that M2 dont have mountpoints... only m2 like creatures have that... i think

Anyway, i am stuck again in the beginning.. i need to set properly the sitting point of some m2 (thrones and some chairs) in order to properly use them in the game... so please, i would apreciate any advice

Regards.