HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Model variations.

10-17-2003, 04:31 PM#1
VooDooO
Do somebody know how to make costum model variations? I mean, for example, if I want to make a costum doodad that will have my costum model and I want it to have 10 variations. I looked at the structure of such models in original MPQ, tried to make something like this with my model but it doesn't work. :bgrun: If I replace existing models of a wc3 tree, it works, but when I try to make something new - nothing show up. :bgrun:
10-18-2003, 06:56 AM#2
jardragon901
Don't you just have to have the same name but just increment it by one, starting at 0?

i.e.
doodad\bla0.mdx
doodad\bla1.mdx

and so on and so forth.
10-18-2003, 06:36 PM#3
VooDooO
Yes, for existing models it looks like this. But for new ones just that doesn't work.