First of all, thank you for allowing me to share my utilities for the game!
I fixed the tools today and can give you access to their source code.
- Body grid planner – a component layout optimizer that uses Simulated Annealing to arrange components in the machine so that the remaining space is as compact as possible and, if possible, connected to the energy bus. It creates room for additional components. A component cannot be added if it would have no connection. Repo: https://github.com/Zdendys79/body-grid-planner Web: https://body-grid-planner.zdendys79.website/
- Auto-clicker script – triggered by pressing the 5 key. Available on the repo: https://github.com/Zdendys79/simple-autoclick
I'm curious to hear your feedback!