-
Notifications
You must be signed in to change notification settings - Fork 185
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
Issues with generating treasure hunter
challenges
#164
Comments
Thanks for this report! For starters, I think maybe As for why chaining is failing to find any possible quests, I'm not sure. Level 20 corresponds to the longest quest (10 steps), but with only 10 rooms, so maybe there just aren't enough things to do. |
Looks like the issue is So like you said, the world isn't big enough to fit the desired amount of quest steps. One possible solution is to increase the number of rooms? +5 for each difficulty level? Either that or reduce the quest lengths. |
I am able to generate treasure hunter challenge maps using
tw-make tw-treasure_hunter --level x
, however when I try and use higher levels the map generation frequently (but not always) produces the following error:I can get the above error with with levels 7 onwards -
tw-make tw-treasure_hunter --level 7 --seed 5
produces an error, but seeds 1-4 do not.From experimenting with a few seeds, the success rate seems to drop rapidly as the levels increase and I was not able to generate a single level 20 map, however levels 21 onward seem to generate completely fine all of the time.
The text was updated successfully, but these errors were encountered: