Comments

Log in with itch.io to leave a comment.

Honestly really fun to come back to, hopefully we can get a post-jam version that cleans stuff up and maybe adds a bit of content!

I, for one, do love FarmFM and the way you do the worldbuilding!

Love it. But it does drag late game, trying to get enough workers to build the robot factory is taking forever. It would be nice if you could click on a building type and see just exactly what it uses and what it produces so you aren't guessing as to what you need to add to keep everything progressing. I am determined to reach the end. I need to know how it ends!

Unfortunately the robot factory is broken. It requires 500 power to operate, but there is no building that allows increasing the power cap.

Something seems to be misconfigured with this project:
Error The following features required to run Godot projects on the Web are missing: Cross Origin Isolation - Check web server configuration (send correct headers) SharedArrayBuffer - Check web server configuration (send correct headers)

I've not seen this with other godot projects (although I don't recall if any have been web), but something needs to be fixed it seems :P

(1 edit)

It's a Godot 4.beta10 game. Which has the necessary issues with web builds.

The technical reason is that Firefox does not yet officially support this header:

Cross-Origin-Embedder-Policy: credentialless

The workaround is opening it in a new window. I uploaded a new built that advises to try that option.