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

World Seed 3506 Impossible #45

Closed
utopianfiat opened this issue Apr 15, 2018 · 2 comments
Closed

World Seed 3506 Impossible #45

utopianfiat opened this issue Apr 15, 2018 · 2 comments
Labels

Comments

@utopianfiat
Copy link

Not sure if there's some kind of tag for impossible world issues at this point.

Note: if you're trying to report an impossible seed issue, and you don't know how to find your world seed, run this snippet in the console (just the first line, without the >):

> JSON.parse(window.localStorage.getItem("gameState"))['worldSeed']
3506

Characteristics:

  • Level 13 is unremarkable. One upward staircase, one downward staircase.
  • Level 12 is unremarkable, but has two downward staircases.
  • Level 11's camp is in bright light. One downward staircase, two upward staircases.
  • Level 10 has no camp. One downward staircase, one upward staircase.
  • Level 9 has no accessible camp (?). One upward staircase. Map reports "there are many unexplored streets".

It might help tide things over to Beta if the World Generator actually simulates walking the world without thirst/hunger/stamina just to prove that you can theoretically reach everything.

@nroutasuo
Copy link
Owner

Thanks for the details! I'll definitely look over the World Generator before next update.

@nroutasuo nroutasuo added the bug label May 1, 2018
@nroutasuo
Copy link
Owner

This has been fixed in current master and will be in the next update. Thanks again for reporting,

The problem was that some levels were created disconnected, so on level 9 you could never access most of the sectors. I'll definitely look into doing some kind of an automatic sanity check on generated levels in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants