Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: Chrispee on July 24, 2012, 01:06:10 pm
-
Hi guys,
I need some help from you here is what it is i made a custom patch with custom races playable the ones already in wow all is fine expect these things :
First problem is taunka on character creation is shows perfect but then in character select it shows like this :
(http://i48.tinypic.com/33jrc61.jpg)
Second Problem is that with my goblin i see everyone without armour
Third Problem is that on char creation the backgrounds for some race go random depends on which race you clicked before it will get that background
Thanks In advance Chrispee
-
Wrong path to the background .m2
or the .m2 file is corrupted.
-
faq.php#f0r2 (http://modcraft.io/faq.php#f0r2" onclick="window.open(this.href);return false;)
-
GlueParent.lua :) Around line 299 I think, You're missing the background xD
-
Is this what you mean ?
if ( name == "TAUNKA" or name == "TAUNKA" ) then
name = "Orc";
-
Only these left :
Second Problem is that with my goblin i see everyone without armour
-
Is this what you mean ?
if ( name == "TAUNKA" or name == "TAUNKA" ) then
name = "Orc";
Should it be something like:
if ( name == "Taunka" or name == "TAUNKA" ) then
name = "Orc";
I'm not sure though.
And your display problem. Have you tried deleting your game cache?
-
All problems are now fixed expect that with some races i see everyone without armour
-
Do you mean, if you play for example a taunka you can not see armor on yourself (and all other taunka) or on all other players as a whole?
Because if you can not see armor on taunka that is probably because they (the models) have no support for armor textures. I think that is model related. I'm not sure how to add something like that, but I think I read about that somewhere here... But there are quite some modelers here taht should be able to help you better. :)
-
Do you mean, if you play for example a taunka you can not see armor on yourself (and all other taunka) or on all other players as a whole?
Because if you can not see armor on taunka that is probably because they (the models) have no support for armor textures. I think that is model related. I'm not sure how to add something like that, but I think I read about that somewhere here... But there are quite some modelers here taht should be able to help you better. :)
Every model has geosets. These show what part of what texture is moving to what construct on a character. This in return means that you have to create or change the geoset of a model for him to display textures, etc. You re-arrange these with the pymodeleditor for example, but I have no idea how to actually create these geosets. There is a tutorial somewhere (or at least a tool), but I got no idea how to utilize it at all.
-
nono hehe on me works 100% it just i don't see other players with armour expect weapons
-
That's odd. And you tried deleting the cache? :/
Because the last time I had that issue (on the offical server that is), I fixed it by deleting the cache folder.
-
All Fixed thanks for the help guys :)
-
Please tell us what you problem was and mark the post as solved. Tanks ;)
-
Hehe first time noob problems lol the random background was cause of the Wrong path to the background .m2 as mod said not esactly wrong path needed to setup the .lua better like make Taunka and TAUNKA caps on cpas off then once i fixed this the blue box auto fixed cause i had the correct path regarding the non armour was cause i forgot another patch in my data folder :oops:
Thanks for all btw steff i added you to msn
-
Just chat me on please. And Thanks for the infos.