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: [SOLVED] Some capes rendering really strange with WoD models  (Read 2108 times)

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
[SOLVED] Some capes rendering really strange with WoD models
« on: November 30, 2015, 11:53:01 pm »
Hi guys,

I've been using Draenor character models for 3.3.5 for every race, and since then some capes render really strange.

For instance, Drape of the Messenger just below, before and after using the WoD Models.

BEFORE


AFTER


Does anyone have any idea why this is happening? :)

Thanks already for your patience.
« Last Edit: December 02, 2015, 12:20:35 pm by Admin »

MR. Farrare

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 963
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #1 on: December 01, 2015, 11:18:01 am »
some models have many submesh to work in wod
so you have to sacrifice some of the submesh like hairstyiles cloaks etc and there is
or
You could try to reduce the rinagles of a mesh without removing the mesh itself thx to Vesageough
http://blender.stackexchange.com/questi ... -on-a-mesh
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #2 on: December 01, 2015, 12:57:50 pm »
RIghtio, I'll try this on Blender. :D

Thanks a bunch mate! :)

EDIT :
RAAAAH! I'm sorry to bother you again, I thought I could find the model I have to edit myself but... :(

Checked Drape of the Messenger display ID which is 59000.
Then opened ItemDisplayInfo.dbc and went to the 59000th row and got this :


Column two is supposed to be where the model used is specified, but it's empty here...
Any idea how I could find which model is used in this case? :/

Thank you again.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

spik96

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 275
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #3 on: December 01, 2015, 08:14:44 pm »
The cape models are on the character, they do not exist by themselves.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Github ]https://github.com/Koward[/url]    Skype : koward723 =)

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #4 on: December 01, 2015, 09:48:41 pm »
Hmm I see!

Thank you! :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chase

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 116
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #5 on: December 01, 2015, 10:27:24 pm »
Its the price you pay for using an ancient version.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #6 on: December 02, 2015, 01:00:03 am »
Quote from: "Chase"
Its the price you pay for using an ancient version.

too bad, there are no likes button on modcraft :(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: Some capes rendering really strange with WoD models
« Reply #7 on: December 02, 2015, 01:42:48 am »
In wrath of the lich king cloaks are divided into two geosets: brooch (transparent renderflag) and cloak (opaque renderflag). In warlords of draenor the entire cloak has transparent renderflag. Just change it to opaque and your problem should be solved.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #8 on: December 02, 2015, 05:13:15 am »
That would be even easier I guess, thank you. :)

Would you know a noob-friendly way to do this? :) I tried pyModelEditor, but it doesn't like me.
I also tried opening the m2 with HexEditor alas it's not as easy as it is for other files like .adt files, so I'm a bit lost. :/
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: Some capes rendering really strange with WoD models
« Reply #9 on: December 02, 2015, 05:54:11 am »
Quote from: "Roarl"
That would be even easier I guess, thank you. :)

Would you know a noob-friendly way to do this? :) I tried pyModelEditor, but it doesn't like me.
I also tried opening the m2 with HexEditor alas it's not as easy as it is for other files like .adt files, so I'm a bit lost. :/

Open your model in 010 editor and run the M2 template (viewtopic.php?f=59&t=828).
Go to renderflags, look for the renderflag used by the cloack and change Alphatesting (1) for Opaque (0).


Usually there are only two renderflags with transparency (hair and cloak), so it shouldn't be difficult to find.

Never open character models or retroported models in pymodel editor. That program will bug most of their animations.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Some capes rendering really strange with WoD models
« Reply #10 on: December 02, 2015, 10:53:52 am »
Quote from: "inico"
Never open character models or retroported models in pymodel editor. That program will bug most of their animations.

I guess this explains the problems I encountered with it!

Quote from: "inico"
Open your model in 010 editor and run the M2 template (viewtopic.php?f=59&t=828).
Go to renderflags, look for the renderflag used by the cloack and change Alphatesting (1) for Opaque (0).

I'll do that! Instructions couldn't be clearer, thanks a million (this is usually the time when I say I owe you a drink but I suppose you don't live in Belgium :( )! :D

DEFINITELY IN YOUR DEBT!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »