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

Title: [QUESTION] Blue Box @ Char Selection When Creating Newo Race
Post 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
Title: Re: [QUESTION] Need Your Help
Post by: Mordred on July 24, 2012, 01:10:18 pm
Wrong path to the background .m2
or the .m2 file is corrupted.
Title: Re: [QUESTION] Need Your Help
Post by: Steff on July 24, 2012, 01:19:23 pm
faq.php#f0r2 (http://modcraft.io/faq.php#f0r2" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] Need Your Help
Post by: Soldan on July 24, 2012, 05:37:22 pm
GlueParent.lua :) Around line 299 I think, You're missing the background xD
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 25, 2012, 08:16:11 am
Is this what you mean ?

if ( name == "TAUNKA" or name == "TAUNKA" ) then
      name = "Orc";
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 25, 2012, 04:12:32 pm
Only these left :


Second Problem is that with my goblin i see everyone without armour
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Morfium on July 25, 2012, 10:06:32 pm
Quote from: "Chrispee"
Is this what you mean ?

if ( name == "TAUNKA" or name == "TAUNKA" ) then
      name = "Orc";
Should it be something like:
Quote
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?
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 26, 2012, 01:00:13 am
All problems are now fixed expect that with some races i see everyone without armour
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Morfium on July 26, 2012, 01:33:59 am
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. :)
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Ascathos on July 26, 2012, 01:37:10 am
Quote from: "Morfium"
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.
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 26, 2012, 01:40:36 am
nono hehe on me works 100% it just i don't see other players with armour expect weapons
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Morfium on July 26, 2012, 04:36:06 pm
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.
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 27, 2012, 01:37:19 am
All Fixed thanks for the help guys :)
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Steff on July 27, 2012, 08:42:17 am
Please tell us what you problem was and mark the post as solved. Tanks ;)
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Chrispee on July 27, 2012, 09:08:32 am
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
Title: Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
Post by: Steff on July 27, 2012, 09:11:56 am
Just chat me on please. And Thanks for the infos.