NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
835 stars 124 forks source link

Sync damage to space enemy by mecha fleet #695

Closed starfi5h closed 2 months ago

starfi5h commented 2 months ago

When the mecha fleet attacks space enemy units such as Relays and Hives, it broadcasts the damage dealt to other players. This process also synchronizes the increase in hive threat caused by the attacks.

This is a temporary workaround as the mecha fleet are not synchronized yet. However, a downside is that each attack sends a 36-byte packet, leading to high-frequency packet transmissions during intense space battles.