-
Notifications
You must be signed in to change notification settings - Fork 58
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
Several suggestions for the app. #73
Comments
|
|
#1 is implemented for the next version |
I have published the 0.5.1 release
As for others: |
Having nested tables that don't have a "root" recipe, just a user-defined name (pretty much what's requested here in 2) would be pretty useful to me as well. The issue I've run into with just picking an arbitrary root recipe (other than it just not always being obvious which one to pick to make it clear what the table is for) is that the thing you pick then cannot have a second-level nested table. So, to represent a structure like This has come up quite a few times because at the moment I'm using a single sheet for my entire factory with the top level recipes all corresponding to a "block" that imports/exports by rail. Being able to just make folder-like groups for these with names that correspond to the stations would be clearer. Having a factory overview like in #123 might ultimately be a better way to represent this I guess, but I do currently get some use out of being able to have top-level links. |
yeah, I agree, I shouldve done like that initially, have encountered the same problem a few times, but now it needs "more reasons" to change/add because having several somewhat conflicting ways to do the same thing is annoying. Like modules currently, there are a ton of ways to set up modules and they don't always work well together. Yafc support for modules was initially very basic. Maybe I can just add a fake "null recipe" that can be added as a nested table root |
Besides typos, also fixed some/most camelCase variable names.
English is not my first language, so I apologize for the mistakes.
I am playing with factorio with pyanodon mods and this app helps me a lot. While using the application, I came up with several ideas that can make the application more convenient and functional.
Ability to disable certain recipes in the calculator. For example, if I want to try a different recipe, then I can disable the old recipe. If I don't like the new recipe, I can delete it and turn the old one back on. Disabled recipes simply don't take any part in the calculations.
Folders. I know that recipes can be nested within each other. But sometimes you need to combine several recipes into one folder that are at the same nesting level, but at the same time have much in common and therefore will be produced side by side and use shared resources.
Mark initial resources. It would be great if you could mark the resources that initially come to the factory, for example, with some color. Then it would be possible to very quickly determine which resources still need to be divided into composite ones, and which ones have already been fully disclosed into composite ones.
A more complex development of this idea is to search for these initial resources in other project tabs. For example, I am making a circuit board recipe and iron plates are an initial resource for it, since it is not produced in this factory. But in another project tab, I have a recipe for iron plates. And then in the circuit board recipe I can see if I have enough iron plates.
Possibility to prohibit the use of produced not linked resources. For example, at my factory, a total of 2 ash is produced in 5 places, and 10 ash is spent in one place. For Ash, I have not created a link, as I will be bringing ash by train from another factory. Then in summary ingredients I will get 8 ash. But I do not want to collect 2 ash from those 5 places, since they are in inconvenient places, so in this case I would like to prohibit wasting resources if they are not marked as linked.
It would be great if the search highlighted the resources containing the search query.
Ability to define YAFC cost only with available milestones.
Thanks for the app.
The text was updated successfully, but these errors were encountered: