This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [BUG] New Race  (Read 3092 times)

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
[BUG] New Race
« 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
"
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [BUG] New Race
« Reply #1 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #2 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
Thank's for reading !
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #3 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]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

40thzombie

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 16
    • View Profile
Re: [BUG] New Race
« Reply #4 on: January 16, 2014, 02:30:40 am »
Your not using another custom patch such as Anthony's mop and cata items are you?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #5 on: January 16, 2014, 01:00:56 pm »
Hi ! No, I just use my own patch which allow the new races :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

flagg78

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 140
    • View Profile
Re: [BUG] New Race
« Reply #6 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #7 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 ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #8 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]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: [BUG] New Race
« Reply #9 on: June 13, 2014, 01:40:33 am »
I also have that black screen of doom, but the rest works.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #10 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: [BUG] New Race
« Reply #11 on: June 13, 2014, 04:16:32 am »
Precisely...Yet I am sure the path is correct.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #12 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 ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: [BUG] New Race
« Reply #13 on: June 13, 2014, 05:51:11 pm »
There is a Lua error somewhere, it just isn't showing.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

juliengosset

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [BUG] New Race
« Reply #14 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »