Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EngGridUpdatePacket full status flag #154

Open
StarryWisdom opened this issue Apr 10, 2018 · 1 comment
Open

EngGridUpdatePacket full status flag #154

StarryWisdom opened this issue Apr 10, 2018 · 1 comment
Labels

Comments

@StarryWisdom
Copy link
Collaborator

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
Copy link
Collaborator Author

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)

@rjwut rjwut added the minutiae label Apr 12, 2018
@rjwut rjwut changed the title minuta keeper - EngGridUpdatePacket EngGridUpdatePacket full status flag Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants