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

Big key dungeons #15

Closed
dwidge opened this issue Jan 4, 2024 · 1 comment
Closed

Big key dungeons #15

dwidge opened this issue Jan 4, 2024 · 1 comment

Comments

@dwidge
Copy link

dwidge commented Jan 4, 2024

Hello, to make a lock and key dungeon:

Generate your dungeon with the locked doors.

How to make a series of separate walkable regions with wfc? And maybe also ensure that there is somewhere a certain tile (door) between each A -> A+1 region. And maybe a way to find the door of each region, so a key can be generated and linked to it.

@AlexeyBond
Copy link
Owner

Hi. Generating global structures, like connected passable regions or series of such, with WFC alone isn't trivial and currently isn't supported in this plugin.

Instead, this addon allows to run another algorithm (called precondition, because it sets initial conditions for WFC) before running WFC to limit what tiles are allowed in what cells. Such algorithm may generate a global structure, like WFC2DPreconditionDungeon does. And after that WFC will consistently fill it with concrete tiles.

@AlexeyBond AlexeyBond closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants