This repository is a Jupyter Notebook managed repository. It contains information for planning within the game Satisfactory. It has a related project, which has been detailed below.
git clone https://github.com/supratikchatterjee16/satsifactory-notebook.git satisfactory-notebook
cd satisfactory-notebook
jupyter-lab
Using the information about the game available to us, create a program that is able to create symmetrical architectures, packing the machines within itself.
By doing so, we can design efficient manufacturing plants, with low regards for the manufacturing requirements, and pay more attention to architecture within the game, to achieve beautiful designs such as the ones we see below :
- https://www.youtube.com/watch?v=QQeO1RyHrsA
- https://www.youtube.com/watch?v=djcqGe02tdc&t=40s
- https://www.youtube.com/watch?v=98ujAFCWGoQ
We do not need to work on feature extraction, as we intend to solve a problem statement, rather than make a 'product' or 'service'.
The functional design is as such :
The data is sourced and stored as raw non-normalized data first. It takes the form of :
After normalization, it takes the form of :
- Gathering data regarding mines and resources on the map
- Normalization of the data map data
- Visualization of nodes on map
- K-Means clustering for logistical evaluation on single node
- Extension of K-Means clustering for multiple resources
- Recipe data gathering
- Data normalized from satisfactory-calculator(outdated)
- Normalized data downloaded from wiki(updated and current)
- Recipe extraction for any item
- Getting building count and energy for the recipe tree
- By-product handling
- Energy cost for generating the energy itself.
- Packing for industry
- Logistical planning
- Super structure planning
The Satisfactory team and their community manager