Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add option to generate walls instead of masks when importing UVTT #5182

Open
kwvanderlinde opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
feature Adding functionality that adds value

Comments

@kwvanderlinde
Copy link
Collaborator

Describe the Problem

The line-of-sight portions of a UVTT are more naturally represented using walls instead of 2-dimensional masks. In complicated situations, e.g., auto-generated caves, there is also a noticable delay when importing the UVTT due to the costly unions that must be done, and this would be avoided by generating walls instead.

The Solution you'd like

Add a preference to allow walls to be generated instead of masks when importing UVTT. There would be three options to choose from:

  1. Always generate walls
  2. Always generate BL
  3. Ask each time

If (3) is selected, a dialog will be shown the user before the file is processed so that the user can control the behaviour on a map-by-map basis.

When walls are requested, they would be generated as follows:

  • "line_of_sight" data would result in walls that block vision and movement in both directions.
  • "objects_line_of_sight" data would result in rings of directional walls that block movement and block vision leaving the object.
  • "portals" would be treated as windows. If the "closed" flag for a portal is true, the resulting wall would block both movement and vision. Otherwise, the wall will block movement but not vision.

Alternatives that you've considered.

We could force the use of walls instead of giving a preference. But given how new walls are, and the fact that some might want to be able to reproduce previous imports, I think leaving in a way to use masks is a good idea, at least for now.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding functionality that adds value
Projects
None yet
Development

No branches or pull requests

1 participant