Phobos-developers / Phobos

Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
GNU Lesser General Public License v3.0
254 stars 83 forks source link

Modify AlphaImage respawn logic #1281

Open Coronia opened 2 weeks ago

Coronia commented 2 weeks ago

In Ares AlphaImage always respawns (deletes old ones and recreates new ones) per frame, which affects performance a lot. NetsuNegi adjusted the respawn logic to make it not always respawn for buildings, stopped technos and technos without turret. In actual test it can greatly improve performance when there're multiple AlphaImage.

image