Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Ohai on February 24, 2015, 01:26:33 pm

Title: [SOLVED] WMO surface without collision?
Post by: Ohai on February 24, 2015, 01:26:33 pm
I'm making a custom WMO in blender and I'm wondering how to make those bushy leaves surfaces that have no collision? Like those that trees have, you have collision with the trunk but you pass thru branches with leaves
So where to enable a visible surface that doesnt have collision?
Title: Re: [QUESTION] Custom WMO surface without collision?
Post by: Ohai on February 25, 2015, 12:08:52 pm
hey guyss wassup *unsuspicious bump*
Title: Re: [QUESTION] Custom WMO surface without collision?
Post by: Ohai on December 29, 2015, 09:52:21 pm
Hello I'm back and this was the problem I had when I left, cmon someone has to know..

Problem making tree leaves with no collision, I was folloing Met@s tutorial viewtopic.php?f=20&t=8756 (http://modcraft.io/viewtopic.php?f=20&t=8756" onclick="window.open(this.href);return false;)
plz help bump
Title: Re: [QUESTION] WMO surface without collision?
Post by: Skarn on December 30, 2015, 06:00:24 am
Make an M2 tree and follow my tutorial about porting collision.
Title: Re: [QUESTION] WMO surface without collision?
Post by: Ohai on December 30, 2015, 07:24:26 pm
But its too huge for a M2 its the modified grizzly hills world tree, guess i could add no collision M2s as bushes, leaves?
Title: Re: [QUESTION] WMO surface without collision?
Post by: Skarn on December 31, 2015, 08:26:42 pm
Quote from: "Ohai"
But its too huge for a M2 its the modified grizzly hills world tree, guess i could add no collision M2s as bushes, leaves?
You can just flag those geosets as having no collision. Just take some time to explore how WMOs look like in 010 Editor.
Title: Re: [QUESTION] WMO surface without collision?
Post by: Ohai on February 14, 2016, 09:11:31 pm
Quote from: "Skarn"
Quote from: "Ohai"
But its too huge for a M2 its the modified grizzly hills world tree, guess i could add no collision M2s as bushes, leaves?
You can just flag those geosets as having no collision. Just take some time to explore how WMOs look like in 010 Editor.


Yesterday I stumbled upon your tutorial here http://www.model-changing.net/tutorials ... ng-basics/ (http://www.model-changing.net/tutorials/article/48-010-editor-scripting-basics/" onclick="window.open(this.href);return false;) god and this is only basic  :?

I was also looking at wowdev.wiki and found that only MOBN chunk is about collision ??
Any(easy) way to manipulate that to disable geoset collision?
Title: Re: [QUESTION] WMO surface without collision?
Post by: Supora on February 15, 2016, 09:47:36 am
Change flags in mopy chunk per face to disable or enable collision. But I prefer to use happyhacks wmo import-export script for blender to make custom wmos.
Title: Re: [QUESTION] WMO surface without collision?
Post by: Ohai on February 16, 2016, 05:30:25 am
Quote from: "Supora"
Change flags in mopy chunk per face to disable or enable collision. But I prefer to use happyhacks wmo import-export script for blender to make custom wmos.


Nice thanks Supora, for anyone wondering download these http://www.model-changing.net/files/fil ... ssentials/ (http://www.model-changing.net/files/file/51-010-editor-binary-templates-script-essentials/" onclick="window.open(this.href);return false;) and use wmogroup template and run your sub mesh wmo file on it, then u can start the painful process of changing each traingle /FACE of the layer  :shock:

altho not sure about the first 2 my camera does collide :b but flag 0x20 is collision deff
(http://i.imgur.com/rCBTLBf.jpg?1)
Title: Re: [QUESTION] WMO surface without collision?
Post by: Ohai on February 16, 2016, 06:11:06 am
Quote from: "Ohai"
Quote from: "Supora"
Change flags in mopy chunk per face to disable or enable collision. But I prefer to use happyhacks wmo import-export script for blender to make custom wmos.


Nice thanks Supora, for anyone wondering download these http://www.model-changing.net/files/fil ... ssentials/ (http://www.model-changing.net/files/file/51-010-editor-binary-templates-script-essentials/" onclick="window.open(this.href);return false;) and use wmogroup template and run your sub mesh wmo file on it, then u can start the painful process of changing each traingle /FACE of the layer  :shock:

altho not sure about the first 2 my camera does collide :b but flag 0x20 is collision deff
(http://i.imgur.com/rCBTLBf.jpg?1)

and someone add my siginificant discoveries to https://wowdev.wiki/WMO/v17#MOPY_chunk (https://wowdev.wiki/WMO/v17#MOPY_chunk" onclick="window.open(this.href);return false;)  :ugeek:  :arrow:  :idea:
Title: Re: [QUESTION] WMO surface without collision?
Post by: schlumpf on February 16, 2016, 08:52:09 am
Quote from: "Ohai"
and someone add my siginificant discoveries to https://wowdev.wiki/WMO/v17#MOPY_chunk (https://wowdev.wiki/WMO/v17#MOPY_chunk" onclick="window.open(this.href);return false;)  :ugeek:  :arrow:  :idea:
Everyone can register and add stuff, so why don't you try yourself?
Title: Re: [QUESTION] WMO surface without collision?
Post by: Ohai on February 16, 2016, 11:00:09 am
Quote from: "schlumpf"
Quote from: "Ohai"
and someone add my siginificant discoveries to https://wowdev.wiki/WMO/v17#MOPY_chunk (https://wowdev.wiki/WMO/v17#MOPY_chunk" onclick="window.open(this.href);return false;)  :ugeek:  :arrow:  :idea:
Everyone can register and add stuff, so why don't you try yourself?


I will, but upon further investigation i realized FLAG_NO_COLLISION doesn't have any impact on my submesh

important flags for making it have no collision were FLAG_NO_CAM set from 0 ->1 and FLAG_UNK 0x20 set from 1 ->0

I'll test it out more then add my contribution  8-)  :!: