Ahli / AhliObs-SC2-Mod

StarCraft II extension mod implementing GameHeart with bug fixes and performance improvements.
7 stars 0 forks source link

Darken neutral units covered in fog #17

Open Ahli opened 2 years ago

Ahli commented 2 years ago

A side effect of revealing the neutral units to the observers through the fog of war is that they appear more bright than in the default game.

Ideally, the brightness remains the same.

Maybe this can be achieved

Ahli commented 1 year ago

The SYSTEM_actorConfig reveals that the darken color is 168,168,168. So, the game tints units that are in fog.

Somehow that needs to be cleared when the unit is not in the fog anymore or the vision changes. I am not sure that is possible