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 / shipSystemSync minor corrections #141

Closed StarryWisdom closed 6 years ago

StarryWisdom commented 6 years ago

if given 2 full status=true packets in a short time they turn into delta packets - I'm guessing its reset once per frame/ per network update speed but have not confirmed.

also (Is there an upper limit to this value?) - there are at least 2 above 100000% as soon as a damcon starts repairing it will jump to 99999% above (signed 32 bit int max) % the number will wrap to negative, clearly the float is converted to a signed int before being displayed

rjwut commented 6 years ago

Fixed in a previous commit.