Frictional Games Forum (read-only)
What does this button do? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: What does this button do? (/thread-29925.html)



What does this button do? - Radical Batz - 05-14-2015

The last button of the level editor that says "Combination" I never wondered what that does, anybody knows here?
Is it useful, is it helpful, what does it do and what is it used for?

[Image: hQ6Pfjv.png]


RE: What does this button do? - Daemian - 05-15-2015

https://wiki.frictionalgames.com/hpl2/tools/editors/level_editor/combine_editmode

It seems to create groups of static stuff, I never found it useful since it doesn't select the actual objects it just color them.

You don't need the add/remove options, just select toggle and click objects to add/remove from the current group. Simple as that.


RE: What does this button do? - MrBehemoth - 05-15-2015

The engine seems to lump static objects together into groups when you load a map. You can see them with inspection mode.

I believe those groups are PVSs (Potentially Visible Set) used to calculate occlusion culling. If that's the case, this button in the editor would be for making your own occlusion groups.

How would that be useful? Well you could use it to boost performance by restricting limiting groups by line of sight, but the engine seems to do a decent job of this all by itself.

Disclaimer: This is completely guesswork and I've not tested it in the slightest.