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
-
[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
"
-
The blue and white checkbox means no model found for it.
Check your GlueParent.lua and see if you filled it in fully.
-
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 !
-
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]
-
Your not using another custom patch such as Anthony's mop and cata items are you?
-
Hi ! No, I just use my own patch which allow the new races :)
-
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.
-
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 ;)
-
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]
-
I also have that black screen of doom, but the rest works.
-
That's weird, it seems the model isn't found, all the rest work good except this :S
-
Precisely...Yet I am sure the path is correct.
-
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 ?
-
There is a Lua error somewhere, it just isn't showing.
-
I try to see something in GlueParent.lua or Charactercreate.lua, I'll see where is the hidden bug
-
If you find anything, do tell.