-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
API documentation #141
Comments
Hi first of all, the API is not really designed to be used by public, but I don't really care much if you use it, assuming you don't flood SFTools server with tons of requests :) second, there's no guarantee that the API will work the same, there may be changes or the API may even stop working if I replace it (I'm working on new Tools, which will have different API, if at all). That being said, from your message it seems you know what to send as request and just want to parse the response: first of you want to split by
if it's not either of these, it's a classname of a machine making something. In that case, you have to split the first part by it sometimes also includes weird things like Once you have the "nodes" from the result above, connecting them to make the graph is up to you (Tools do it by just blindly connecting outputs to inputs). That should be all. If you have questions, feel free to ask me (you can also write on Discord, e.g. in the Tools server. |
Greetings!
I'm developing a tool to generate different factory layouts in the game Satisfactory. Users would input their desired production goals, and the tool would automatically create layouts with machines, belts, and other necessary components.
To achieve this, I'd like to leverage the API provided by satisfactorytools instead of building a custom resolver.
Unfortunately, I haven't been able to locate any documentation for the API. Specifically, I'm unclear about:
I attempted to glean insights by analyzing the API requests, but without documentation, it proved challenging (as illustrated in the attached screenshot).
I can glimpse the basic logic behind but I don't know how I should use it
Does Satisfactory Tools offer any documentation for its API?
The text was updated successfully, but these errors were encountered: