Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: FaraonFYA on December 14, 2014, 09:50:44 am
-
Hello guyz.
Have allience druid cat male 3.3.5. Want to change this model to the horde troll cat from cataclysm.
Is it possible to do? Maybe someone has already done model ?(:
-
You might want to check DBC files. In WotLK is this druid form system hadled in SpellShapeshiftForm.dbc, which is called from #110 / 111 / 112 row of Spell.dbc (zero based). Its quite possible that you will just have to overwrite 1 displayID in SpellShapeshiftForm.dbc. Well, if such DBC file exists in Cataclysm, I never modded Cata. But if there won't be this DBC, shapeshift data will be stored somewhere else. Find out where. Yes, you may hack this by just overwriting model, but for sure its not the only one way.
-
The way I read his post is that he wants to change the Alliance Druid Cat Male in 3.3.5 from its current model and use the Horde Troll Cat from Cataclysm instead. Amaroth, you interpreted his post in the reverse way. I wonder which way he wants.
-
The way I read his post is that he wants to change the Alliance Druid Cat Male in 3.3.5 from its current model and use the Horde Troll Cat from Cataclysm instead. Amaroth, you interpreted his post in the reverse way. I wonder which way he wants.
Just want the same as you said)
Still dunow how to do it(:
-
viewtopic.php?f=93&t=8419&p=39612&hilit=catatolkm2#p39612 (http://modcraft.io/viewtopic.php?f=93&t=8419&p=39612&hilit=catatolkm2#p39612" onclick="window.open(this.href);return false;)
-
These forms (different display IDs for each race) are also coded in core, so there is away to swap them without dbc editing.
But in your case you need to get cata model and make the patch with it.
Look here. I've made this small patch special for you. It contains worgen-like cat forms for both NE and Tauren races. (I don't have cata ones.)
http://www.mediafire.com/download/763yz ... atch-T.MPQ (http://www.mediafire.com/download/763yz16vhojfmhv/Patch-T.MPQ" onclick="window.open(this.href);return false;)
To see it in game just copy it into WoW/Data folder.
(Don't forget to use patched wow.exe)
http://www.mediafire.com/download/cdqtw ... _3.3.5.exe (http://www.mediafire.com/download/cdqtwdsmdnp5u0w/Wow_patched_3.3.5.exe" onclick="window.open(this.href);return false;)
You can learn its structure (just open in MPQeditor) and make your own patch with your cata troll model (you need to get it).
No dbc edition/swaps for this, only correct folder path with model, animations and skins.
P.S. There is a longer way with adding new CreatureDisplayID for new model and coding it in core for NE race but I recommend the way I've described above.
-
These forms (different display IDs for each race) are also coded in core, so there is away to swap them without dbc editing.
But in your case you need to get cata model and make the patch with it.
Look here. I've made this small patch special for you. It contains worgen-like cat forms for both NE and Tauren races. (I don't have cata ones.)
To see it in game just copy it into WoW/Data folder.
You can learn its structure (just open in MPQeditor) and make your own patch with your cata troll model (you need to get it).
No dbc edition/swaps for this, only correct folder path with model, animations and skins.
P.S. There is a longer way with adding new CreatureDisplayID for new model and coding it in core for NE race but I recommend the way I've described above.
These forms (different display IDs for each race) are also coded in core, so there is away to swap them without dbc editing.
But in your case you need to get cata model and make the patch with it.
Look here. I've made this small patch special for you. It contains worgen-like cat forms for both NE and Tauren races. (I don't have cata ones.)
To see it in game just copy it into WoW/Data folder.
You can learn its structure (just open in MPQeditor) and make your own patch with your cata troll model (you need to get it).
No dbc edition/swaps for this, only correct folder path with model, animations and skins.
P.S. There is a longer way with adding new CreatureDisplayID for new model and coding it in core for NE race but I recommend the way I've described above.
Ty, but i already have worgen form which i have downloaded from russian site D:
-
(http://imagizer.imageshack.us/a/img673/7609/77Eebe.jpg)
-
(http://imagizer.imageshack.us/a/img673/7609/77Eebe.jpg)
No kidding. He just shat all over TT's advice and, as far as I can tell, didn't actually read TT's post thoroughly.
-
Okay, sounds like that dude knows how to win that but he stopped cause he can't get cata model.
Actually, I can't get that model too, cause my MPQeditor doesn't want to deal with art.MPQ and texture.MPQ (I'm sure that dru model is there) from 4.3.4 client.
So if anyone has MPQ tool for cata, link it here pls.
-
Okay, sounds like that dude knows how to win that but he stopped cause he can't get cata model.
Actually, I can't get that model too, cause my MPQeditor doesn't want to deal with art.MPQ and texture.MPQ (I'm sure that dru model is there) from 4.3.4 client.
So if anyone has MPQ tool for cata, link it here pls.
Yeah dude, you are totally right (:
Sent lthe link of mpq editor in your pm..
-
Done.
http://www.mediafire.com/download/byf55 ... EATURE.rar (http://www.mediafire.com/download/byf5570s6ms5czy/CREATURE.rar" onclick="window.open(this.href);return false;)
Better get your own Cata/MoP/Draenor/EyeOfAzshara client and next time do it yourself.
-
Done.
Better get your own Cata/MoP/Draenor/EyeOfAzshara client and next time do it yourself.
So what do i have to do with this?)
To pack it in mpq or what ?))
-
So what do i have to do with this?)
To pack it in mpq or what ?))
-
So what do i have to do with this?)
To pack it in mpq or what ?))
Yeah (:
But you know, this field is some kind of hard for me..
-
Okay guyz. After few hours spending on my computer i pull it out (:
Fully working troll-cat on 3.3.5
Dreams came true.
Thank you for your help guyz.