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: [QUESTION] Blue Box @ Char Selection When Creating Newo Race  (Read 3002 times)

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
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 :



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
« Last Edit: July 25, 2012, 12:14:06 am by Admin »

Mordred

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 57
    • View Profile
Re: [QUESTION] Need Your Help
« Reply #1 on: July 24, 2012, 01:10:18 pm »
Wrong path to the background .m2
or the .m2 file is corrupted.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Burn in fire of righteousness!
Easy Loginscreen

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] Need Your Help
« Reply #2 on: July 24, 2012, 01:19:23 pm »
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Soldan

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 159
    • View Profile
Re: [QUESTION] Need Your Help
« Reply #3 on: July 24, 2012, 05:37:22 pm »
GlueParent.lua :) Around line 299 I think, You're missing the background xD
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #4 on: July 25, 2012, 08:16:11 am »
Is this what you mean ?

if ( name == "TAUNKA" or name == "TAUNKA" ) then
      name = "Orc";
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #5 on: July 25, 2012, 04:12:32 pm »
Only these left :


Second Problem is that with my goblin i see everyone without armour
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Morfium

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 96
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #6 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #7 on: July 26, 2012, 01:00:13 am »
All problems are now fixed expect that with some races i see everyone without armour
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Morfium

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 96
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #8 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. :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #9 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #10 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Morfium

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 96
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #11 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #12 on: July 27, 2012, 01:37:19 am »
All Fixed thanks for the help guys :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #13 on: July 27, 2012, 08:42:17 am »
Please tell us what you problem was and mark the post as solved. Tanks ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Chrispee

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [QUESTION] Blue Box @ Char Selection When Creating Newo
« Reply #14 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »