artemis-nerds / protocol-docs

Unofficial documentation for the Artemis network and file protocols, written by the Artemis community
https://artemis-nerds.github.io/protocol-docs/
MIT License
8 stars 5 forks source link

EngGridUpdatePacket full status flag #154

Open StarryWisdom opened 6 years ago

StarryWisdom commented 6 years ago

EngGridUpdatePacket when set with Full status set to true sometimes still implements it as a incremental update, this seems only true if they are sent within a short space of each other, I haven't tested enough to say if its per frame, time increment or other

StarryWisdom commented 6 years ago

also "Damage (float)

The current damage level for this node. An undamaged node has a value of 0.0; any higher value indicates damage. (Is there an upper limit to this value?)"

there are 2 upper limits for a stock client at above 100000% as soon a damcon team starts repairing it will drop to 99999% above int32 max (IE bit over 2B) it will wrap to a negative number (like the logic is convert float to int32 display)