Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: kamui33 on June 29, 2016, 09:01:16 am
-
The Bug is :
1.The cape/cloak have gap in the middle.like its splitting in 2,when zoomout.
it looks normal on WMV whenever zoomout or zoomin
(http://i.imgur.com/oZj8BYQ.jpg)
(http://i.imgur.com/uSyahd6.jpg)
(http://i.imgur.com/65zxGlY.jpg)
(http://i.imgur.com/8WHn4BG.jpg)
(http://i.imgur.com/r9K6rE7.png)
(http://i.imgur.com/ioZEZC4.png)
2.Some Cape Texture have invisible texture
(http://i.imgur.com/5U1NsLw.png)
What i already tried :
For Problem 1 i Change float "attachment" for back nothing change tho
(http://i.imgur.com/c7I1MXW.png)
For Problem 2 i Change renderflags to opaque and nothing happen too
(http://i.imgur.com/0KDm2UN.png)
I already tried porting konatchi mop to wotlk and clockworkapple models
and both models occur same bug
Thanks Before for the help
-
Heyhow this splitting looks like an LOD problem,maybe the cape is to near the char model or front and back switch idk.
And with this "buggy" capes (got the same problem http://modcraft.io/viewtopic.php?f=93&t=10148 )i edit the renderflag in skin 00 AND skin 01 just this work for me.
-
cloaks are indeed spliting cut of LOD when you unzoom there is some sort of decimating tool applied on models to save CPU so to prevent this just join cloak's vertexis into one since they are separed decimating tool is doing what is exactly on your screen shot once they are connected they will decimate as one object and that hole will not occur
about transparent parts --> YES dont use alphatesting(01) or alphablending(02) for meshes like cloacks and everything is fine but i would recomend to use two sided blending (04) if you are about to edit render flags