quat1024 / YoureAnExpertHarry

Automatically Generated Expert Mode Hellscapes
10 stars 5 forks source link

Suggestion: A command to view how many recursion levels you can use #2

Open scialt61 opened 5 years ago

scialt61 commented 5 years ago

A good feature would be a command to view how many recursion levels you can use without running out of items. This would be useful because people would often want to make the hardest pack possible using this without having to count how many items there are manually.

quat1024 commented 5 years ago

one catch here is that the amount of items that yaeh might change the recipe of is random, since it recursively generates recipes for every ingredient in a generated recipe. It might pick recipe templates with many different ingredients and have the tree of items it needs to generate recipes for grow very large

quat1024 commented 5 years ago

(it would be a lot less painful if the error message was more descriptive, telling you how many layers it managed to generate before running out of items, and if you could reload the config in game)