Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: juliengosset on January 13, 2014, 02:02:28 am

Title: [BUG] New Race
Post by: juliengosset on January 13, 2014, 02:02:28 am
[attachment=1:10d4lyv7]WoWScrnShot_011314_015723.jpg[/attachment:10d4lyv7]Hello guy's ! So, I have a problem to add a new class in my wow 2.4.3. I tried again and again but the problem does'nt change, I Show you the pic
Thank for reading
Julien :)


---------Edit--------

After a short edit, have no message but only the black background screen...
My Glueparent edit :
"-- Function to set the background model for character select and create screens
function SetBackgroundModel(model, race)
-- HACK!!!
   if ( name == "FelOrc" or name == "FELORC" ) then
        name = "Orc";
    elseif ( name == "Goblin" or name == "GOBLIN" ) then
        name = "Orc";
    end
   if ( race == "Gnome" or race == "GNOME" ) then
      race = "Dwarf";
   elseif ( race == "Troll" or race == "TROLL" ) then
      race = "Orc";
   end
   if ( not race ) then
      race = "Orc";
   end
-- END HACK
"
Title: Re: [BUG] New Race
Post by: stoneharry on January 13, 2014, 08:01:27 pm
The blue and white checkbox means no model found for it.

Check your GlueParent.lua and see if you filled it in fully.
Title: Re: [BUG] New Race
Post by: juliengosset on January 13, 2014, 08:15:33 pm
I tried a lot of time to find my mistake but I didn't... Maybe I should post my GlueParent.lua file ?
Here is the link ---> http://pastebin.com/TF0K5M9g (http://pastebin.com/TF0K5M9g" onclick="window.open(this.href);return false;)
Thank's for reading !
Title: Re: [BUG] New Race
Post by: juliengosset on January 14, 2014, 08:42:40 pm
Nobody can help me ? Am I alone ? Like a poor guy ? :'(

--------- EDIT ---------------

Some things work with a Naga, the model works I suppose, but I'm a noob in LUA, and in the others codes... Here the screen :
[attachment=1:2r25kh6w]WoWScrnShot_011514_201308.jpg[/attachment:2r25kh6w]

And Ingame :
[attachment=0:2r25kh6w]WoWScrnShot_011514_205033.jpg[/attachment:2r25kh6w]
Title: Re: [BUG] New Race
Post by: 40thzombie on January 16, 2014, 02:30:40 am
Your not using another custom patch such as Anthony's mop and cata items are you?
Title: Re: [BUG] New Race
Post by: juliengosset on January 16, 2014, 01:00:56 pm
Hi ! No, I just use my own patch which allow the new races :)
Title: Re: [BUG] New Race
Post by: flagg78 on January 20, 2014, 05:33:55 am
its been a while since i have done this. the white model to me looks like you didnt change where the naga model looks for its textures. is it still trying to look in the creaturedisplay dbc and not the character one? least thats when i would get that problem. its in the model itself. as far as your error...im not sure. i had similar errors but i played around in the lua or xml to fix. i did fix a similar error by making copies of the race display models and scenery models and placed them in a folder renamed with the new race name as it appears in the charrace dbc.  to clarify that is the specific models the game looks at for the creation screen. i found a folder with the scene models and such in them. just copied one of them an renamed to the new race. otherwise make sure your max races is the right number on all files involved. check any of the files to do with the character creation or races. thats all i can remember. i dont know if any of tis helps. i just know these were some stuff i had to do to trouble shoot it. sorry.
Title: Re: [BUG] New Race
Post by: juliengosset on January 20, 2014, 12:03:13 pm
I think have a to replace the current model and as you said it is in the DBC files, thank for your help I will try to fix this error again ! I'll post some screenshots to show you what's happen ;)
Title: Re: [BUG] New Race
Post by: juliengosset on June 13, 2014, 12:30:05 am
Hi ! I succeeded to implant 2 news races, the felorc and the goblins in 2.4.3 now, there is this only problem I can't fix myself :
[attachment=1:v5sgb8g7]Error-gob.png[/attachment:v5sgb8g7]

Here is the 100% working goblin :
[attachment=0:v5sgb8g7]WoWScrnShot_061214_231312.jpg[/attachment:v5sgb8g7]
Title: Re: [BUG] New Race
Post by: Gurluas on June 13, 2014, 01:40:33 am
I also have that black screen of doom, but the rest works.
Title: Re: [BUG] New Race
Post by: juliengosset on June 13, 2014, 02:36:02 am
That's weird, it seems the model isn't found, all the rest work good except this :S
Title: Re: [BUG] New Race
Post by: Gurluas on June 13, 2014, 04:16:32 am
Precisely...Yet I am sure the path is correct.
Title: Re: [BUG] New Race
Post by: juliengosset on June 13, 2014, 12:30:35 pm
Your right I checked my files and the path is correct I don't know where is the problem, no more LUA error, it seems the background select character doesn't work/load Maybe we have to create ourselves ?
Title: Re: [BUG] New Race
Post by: Gurluas on June 13, 2014, 05:51:11 pm
There is a Lua error somewhere, it just isn't showing.
Title: Re: [BUG] New Race
Post by: juliengosset on June 14, 2014, 02:24:30 am
I try to see something in GlueParent.lua or Charactercreate.lua, I'll see where is the hidden bug
Title: Re: [BUG] New Race
Post by: Gurluas on June 14, 2014, 04:49:38 am
If you find anything, do tell.