You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be a bug, but a misunderstanding.
So i followed instructions given here (#32) to make separate meshes of separate brushes be generated for occluders. However instead of every brush in the group being a unique mesh node with unique occluders and collision shapes, they were just rebased from worldspawn to group-entity node(worldspawn node remained, giving a "no collision shape" error). They were still merged as well:
If i use "Merge-Worldspawn" in spawn property, the group brushes remain in worldspawn, but not separated.
If i enable "use_trenchbroom_group_hierarchy" with "Merge-Worldspawn" property, nothing changed. If i enable it with "Group" property it bugs out, doesn't generate any brush geometry and sometimes locks buttons for generating maps again:
So my question is: is this how its supposed to be? what does even "use_trenchbroom_group_hierarchy" do? do i actually need to make each brush a func-group separately to make them generate separately?
The text was updated successfully, but these errors were encountered:
This might not be a bug, but a misunderstanding.
So i followed instructions given here (#32) to make separate meshes of separate brushes be generated for occluders. However instead of every brush in the group being a unique mesh node with unique occluders and collision shapes, they were just rebased from worldspawn to group-entity node(worldspawn node remained, giving a "no collision shape" error). They were still merged as well:
If i use "Merge-Worldspawn" in spawn property, the group brushes remain in worldspawn, but not separated.
If i enable "use_trenchbroom_group_hierarchy" with "Merge-Worldspawn" property, nothing changed. If i enable it with "Group" property it bugs out, doesn't generate any brush geometry and sometimes locks buttons for generating maps again:
So my question is: is this how its supposed to be? what does even "use_trenchbroom_group_hierarchy" do? do i actually need to make each brush a
func-group
separately to make them generate separately?The text was updated successfully, but these errors were encountered: