Jump to content

transparency and double sided faces?

By tok124
in Miscellaneous

Recommended Posts

Hello, I would like to find out how i can export models to world of warcraft that has transparency in the texture. Lets say i want to import a feather with transparent background. It does not appear as transparent ingame, if was long time ago i tried last time but i think last time i actually tried it the part that was supposed to be transparent was black if im not mistaken. And yes, I have seen the tutorial by Inico but im not looking to create an animated texture, Im only looking for that part to import model with trasparency in the texture and exclude this whole animation thing, So what exactly is needed to be done for the transparency?

I would also like to ask about double sided faces. Bu default if i import a plane with a texture i can see it ingame from the front but if i look behind the plane the plane is invisible. So i'm wondering how i can make the texture appear from both sides? Ofcourse, I could cheat and just apply a solidify modifier in blender but thats not exactly how i want to solve it...

Link to comment
Share on other sites

M2_file._RenderFlags.blendingmode = 1;
M2_file._RenderFlags.flag = 4;

https://wowdev.wiki/M2#Render_flags

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

34 minutes ago, Alastor StrixEfuartus said:

M2_file._RenderFlags.blendingmode = 1;
M2_file._RenderFlags.flag = 4;

https://wowdev.wiki/M2#Render_flags

Thanks alot, I guess this is supposed to be changed with 010 Editor? I am complete beginner to 010 Editor, i just tried to download a 30 day trial version of the program and i have no idea where to find these 2 options. So i'm afraid i need an explanation aswell on where and how i find these options

Seems like i need some kind of template to see these options am i right? If so, where can i find these templates?

Link to comment
Share on other sites

52 minutes ago, Alastor StrixEfuartus said:

Thank you once again. I think i found it ! i guess i change that value RF_None (0) to RF_None (4) is that correct? Or should i delete this RF_None (0) and just replace it all with 4?

m2fileedit.png

Never mind, I figured it out, I can click arrow down to choose from the list of options :) Thanks alot for your help Alastor

Link to comment
Share on other sites

×
×
  • Create New...