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

Resource Leveling Machine #3

Open
1 task
Mengmoshu opened this issue Sep 30, 2016 · 1 comment
Open
1 task

Resource Leveling Machine #3

Mengmoshu opened this issue Sep 30, 2016 · 1 comment
Assignees
Milestone

Comments

@Mengmoshu
Copy link
Owner

Mengmoshu commented Sep 30, 2016

Resource Leveling Machine:

Makes all the entities of the same type in an ore patch the same "size."

Thoughts on Implementation:

  • Uses a search algo like YARM, and maybe sorted lists?
  • Properly investigate YARM
  • Use Lua's table.sort on the initial table, then do the leveling
  • I don't know if there are concerns about using this at the same time you're mining the patch. If it is safe it could make a patch that continuously re-balances resources, which could be interesting.
@TheStaplergun
Copy link
Contributor

I can actually possibly do this one.

@Mengmoshu Mengmoshu mentioned this issue Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants