Hello everyone!
First of all, sorry — the next patch is taking a little longer than expected.
Initially, I wanted to quickly improve performance by moving some calculations to native C++ and release the patch this week, but.. it turns out that doesn't really help, because the bottleneck isn't the calculations themselves — it's the way data is stored and prepared.
Because of that, I've decided to resort to some old-school programming techniques (various hacks, such as packing data into extremely dense index structures instead of traditional objects), and that will take some additional time.
I also want to apologize for not fixing everything that was supposed to be fixed in the previous patch (although at least some issues were resolved).
Right now, my priority is increasing performance enough that even weaker machines can handle 1000+ creatures in real time. That's why I'm focusing on optimization first.
Immediately after that, I'll return to fixing the remaining issues (UI realtime updates, social center render, some logistics issues etc) and working on QoL features.
Thank you for your patience.
And thank you for your trust.
(75% positive reviews is actually amazing and gives me hope that the game will eventually pay for itself and become profitable.)