You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenRA seems to have performance problem on parsing order, queue order one by one is much slower than queue an single order to a group of actors, and so upstream added group order for player long ago. Group order can have great improvement on performance when I apply them on my AI logic (at least 4 FPS in my PC), which is very obvious on Fastest game speed. Therefore, I think we can use group order in AutoDeployManager.
The text was updated successfully, but these errors were encountered:
I'm not convinced. Deploying isn't really something which can end up grouped as an AI order, because only damage-triggering on a huge AoE would lead to a group AutoDeploy trigger. Additionally, the source of the slowness is because the manager needs to look up which is the deploy trait on the current actor and you can't group Transform orders with GrantConditionOnDeploy for example.
OpenRA seems to have performance problem on parsing order, queue order one by one is much slower than queue an single order to a group of actors, and so upstream added group order for player long ago. Group order can have great improvement on performance when I apply them on my AI logic (at least 4 FPS in my PC), which is very obvious on Fastest game speed. Therefore, I think we can use group order in AutoDeployManager.
The text was updated successfully, but these errors were encountered: