[Archive] Wierd look model
[Archive] Wierd look model
Archived author: Addikted • Posted: 2020-06-24T19:04:35+00:00
Original source
@Grindi amazing, thank you.
I've done all that (on my ogre model), because I don't know why but the monkey model is invisible on his face (maybe .m2 file is corrupted?), but I can't take off the ogre armor, and also I can't apply the correct shoulders, I mean, in the ogre shoulders .blp appears the shoulders I'm looking for but they don't get applied, another ones get applied.
And to take off his armor, I tried deleting the texture from the .m2 file and reducing the textures number to -1 (it was 6 textures, I reduced it to 5, and deleted the armor texture) but in-game it appears as black.
Hope you understand:
https://imgur.com/a/9IXohjJ
Archived author: Grindi • Posted: 2020-06-25T07:39:26+00:00
Original source
Each geoset have its own UV and you cant just apply any texture you want.
You must write correct texture name in creaturedisplayinfo.dbc with geoset id ya need.
In hozu's case - hozu model uses up to 3 texturevariations, you should write em all, cos they have helmets.
Quote: 8 hours ago, Grindi said:But hozu monkey I'm trynna copy (first post image) does not wear a helmet.
Each geoset have its own UV and you cant just apply any texture you want.
You must write correct texture name in creaturedisplayinfo.dbc with geoset id ya need.
In hozu's case - hozu model uses up to 3 texturevariations, you should write em all, cos they have helmets.
![[Image: 454211-bloodmaul-frostbender.jpg]](https://wow.zamimg.com/uploads/screenshots/normal/454211-bloodmaul-frostbender.jpg)
![[Image: tBdtocX.png]](https://i.imgur.com/tBdtocX.png)
Archived author: Addikted • Posted: 2020-06-25T16:07:06+00:00
Original source
Quote: 8 hours ago, Grindi said:But hozu monkey I'm trynna copy (first post image) does not wear a helmet.
Each geoset have its own UV and you cant just apply any texture you want.
You must write correct texture name in creaturedisplayinfo.dbc with geoset id ya need.
In hozu's case - hozu model uses up to 3 texturevariations, you should write em all, cos they have helmets.
![[Image: 454211-bloodmaul-frostbender.jpg]](https://wow.zamimg.com/uploads/screenshots/normal/454211-bloodmaul-frostbender.jpg)
![[Image: tBdtocX.png]](https://i.imgur.com/tBdtocX.png)
Archived author: Addikted • Posted: 2020-06-25T18:43:08+00:00
Original source
UPDATE
I think I may be adding up wrong way geosets. I've tried adding 'em numbers (0, 1, 2) obviously it does not seem to work like that because those seem to be array's indexes. I've also tried to add up SubMeshID's from M2SkinSection Submeshes inside the .m2 file still did not work (I ain't getting results I'm watching at the MWV)
Archived author: Grindi • Posted: 2020-06-26T19:26:22+00:00
Original source
They work as bit mask, 1 2 4 8 16 etc.
Archived author: Soldan • Posted: 2020-06-26T19:27:37+00:00
Original source
0xABCDEFGH -> If you want to use, say geoset groups 102 and 204, you'd use 0x00000042.