[Archive] Selective collision adding - How is it done ?
[Archive] Selective collision adding - How is it done ?
![[Image: Rq01bNZ.jpg]](http://i.imgur.com/Rq01bNZ.jpg)
![[Image: Mi9k2OV.jpg]](http://i.imgur.com/Mi9k2OV.jpg)
![[Image: 96TKNY2.jpg]](http://i.imgur.com/96TKNY2.jpg)
Archived author: Allifeur • Posted: 2016-07-10T12:23:11+00:00
Original source
Hello everybody,
I recently started to rework some old Elwynn models so they could fit with our modern graphics. Ingame, everything seems to work fine, but there is an invisibile issue here : The models are heavy ! This bridge alone takes 125Ko, which is way more than other similar models.
![[Image: Rq01bNZ.jpg]](http://i.imgur.com/Rq01bNZ.jpg)
In fact, half of this M2 size is due to collisions : Collision Adder gives every single face its own rigidity without discrimination. Any rope, any part of a wooden plank will be solid.
![[Image: Mi9k2OV.jpg]](http://i.imgur.com/Mi9k2OV.jpg)
Since I'm not planning to create World of Antcraft, this is a big waste of computer resources : If I don't find a solution, all of this will stack up and make the game unaccessible for weaker engines... So I would like to know how I can filter the collision adding, or make a collision sub-model mixed with the original one, something like this :
![[Image: 96TKNY2.jpg]](http://i.imgur.com/96TKNY2.jpg)
Thank you for your attention.
Archived author: Skarn • Posted: 2016-07-10T12:39:10+00:00
Original source
As for M2, you can use this:
https://www.wowmodding.net/files/file/79.../?do=embed
As for WMOs which I'd recommned you to use with any walkable objects for multiple reasons (material footstep sounds, working vmaps/mmaps, etc). It is done via collision vertex groups. You assign only geometry that you need. If something needs to be added, just leave this geoemtry without WoW material and it will not get exported as real geometry but can be still assigned as collision data.
Archived author: Allifeur • Posted: 2016-07-10T12:43:47+00:00
Original source
Oh yeah, that's exactly what I needed ! Thank you very much for this, Skarn.
Archived author: Skarn • Posted: 2016-07-10T12:47:02+00:00
Original source
No problem. If it does not work, tell me. I sometimes mess up things. Did not really test it.