Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: salagon on May 12, 2014, 12:49:51 am
-
hey guys. I recently started to extract the textures for WoD and realized that after importing certain fully textured wmos using noggit onto a map, they load up flawlessly in Wow. Now the only issue is, they have no collision. You walk right through them. How would I go about adding collision to buildings?
-
Hi Salagon,
This is accomplished using the extraction tools that compile with TrinityCore and the other popular emulation packages.
I believe you would be using the VMap extractors for buildings.
Max
-
those types of collisions are for npcs only so they don't wallk through the buildings. For client collision so players don't walk through buildings its part of the wmo code in the file itself. Just don't know how to add it in since I believe WoD changed the collision code.
-
You gotta open them with 010 editor and delete the SBOM.
Anthony explained it pretty well on page 3.
http://modcraft.io/viewtopic.php?f=22&t=5457
-
Thank you, that did the trick. Got fully functioning WoD Models. I may start porting some over and uploading them to here and some other sites. Thanks bud.