Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi, I've been enjoying the DEMO for a few days now. It inspired me to create a body optimizer (HTML + JS) and a Python script for autoclick (Win/Linux).

I don't want to publish any of this until I have your permission, even though I avoided using the game name in any scripts. I wrote you a private message on X.

I wrote the comments that came to my mind on Feedback directly in the game.

Thank you for your great work and I wish you success in releasing the full version.

Zdendys

Thank you for taking so much of your time playing the demo, and even writing tools for the game!!!

First of all, I received and read your feedback (submitted in-game), I'll address the issue with the "Center Camera" setting as well as additional "Materials Case" interactions!

As for your external tools, you have my blessings to host it on your site (saw the codebase on github)! as long as it's a free tool available for everyone to use!

Again, thanks for taking so much interest in the game!

(+1)

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.

  1. 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/
  2. 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!