-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feature Request: Display Procdural Tech Stats #24
Comments
So, if I get you right you want to get a list that shows the actual stats of a procedural tech for all possible seeds and based on that you want to select the one seed with the stats you would like to have? That would be an awesome feature for sure but unfortunately not possible. For that to be possible we must know the algorithm that actually determines the stat values based on the seed but as far as I know no one in the community figured that out yet. Best I can do for now is to display the min/max values for each stat of a procedural tech and that's already there :) |
oh damn. That was exactly what I wanted, but not much you can do without getting the algorithm. I'll close this then. Maybe in the future if we every get to figure that out. |
@dracahn If you hear anything that might help with this, let me know here and I will get notified. |
@dracahn The algorithm is still unknown but there is a way now to grab the visible data shown in the game. I'm currently creating lists with those data and will add them to the editor and then you'll be able to directly select the one you want |
@dracahn The data are now already there: https://github.com/zencq/Pi |
Hello,
I am requesting the ability to see procedural tech stats. So here's the idea:
When a user pulls up the procedural tech item, there is a new button on the page.
When a user clicks that button a new window pops up.
That new window is a table with a list of this procedural tech's IDs along with what stat values it will provide.
I can sort that list by the various values and select one.
That ID is used as the new ID for the tech slot.
Primarily this will be useful for X-teir tech so I can select an upgrade that gets what I actually want instead of rolling over and over again and hoping I get a good one.
The text was updated successfully, but these errors were encountered: