Let me think more on how to actually implement all of this, would this be similar to object pooling? I have the villagers wondering about as 'background characters' almost until they're interacted with through whatever action the player takes? I think just because of the nature of this game it will probably be a performance hit no matter what I do. If for instance the player decides, yeah I'm going to set the whole village on fire the villagers will need to be interacted with as I have panicking animations and so on as well, lots to consider.

Maybe have the villagers object pool at a certain distance like with the occlusion culling to ease off the rendering? No sense wasting processing power on something very far away the player can't interact with anyway. Just thinking about what I could do to implement this relatively quickly.

Instant FPS jump with this method, I reckon I can squeeze more FPS out now, that's fantastic, thanks for the advice guys, the signals of the visibility notifier make it so that I don't even have to rely on any complex tagging to make sure I've got the right nodes. I will also potentially have to have a look at object pooling among other things to see if can get more going. I feel like it's worth pointing out, the villagers will die of old age naturally among other things, this scenario of mine with every village being filled with 100 villagers per village is a worse case for optimisation but I want to make sure it's all running fairly smoothly regardless and I'm aiming for a steady 60fps I think.

At the very least I think this will be a fun game you can really push the limits on with your hardware if you really want to have a ton of villagers at once just for the lulz which I find interesting. The most basic optimisation I'll go with is a global villager count slider so that player can tweak the numbers themselves according to their PCs.

cybereality It's a duplication of the same models with the same motion. But what's needed is individuality in a crowd.

Yes, but you can have like 10 or 20 real characters in the front, and then fake ones in the back, people might not notice.

    cybereality An army of imposters, real sus. 🤨 But yeah, that's probably the lowest resource demand achievable I recon.

    cybereality Yes, but you can have like 10 or 20 real characters in the front, and then fake ones in the back, people might not notice.

    In Cyberpunk 2077, I believe there are more than 20 models of inhabitants, and the dubbing models are very visible. AXYZ design (anima) approach seems preferable to me. Let there are much less people (only hundreds, not thousands), but the eye will not cling to repetitive models. However, it is necessary to understand how they did it.

    Yes, Cyberpunk 2077 can have at least 100 characters, but it's still taxing, and their engine is honestly a lot more advanced than Godot.

      I'm going to start re-implementing my game mechanics from Unity now that I've sorted out the main issues of look direction and radius based wondering so I'll start optimising based around what happens there and post some updates for you guys on the main by the gods thread.