Skip to content

Conversation

@xpdota
Copy link

@xpdota xpdota commented Aug 3, 2024

Adds the new fields in the 7.0 version of the plugin.

From a decompile, the new fields are:

combatant?.ID ?? 0, combatant?.Name, (byte)(int)packetMessage.effectDisplayType, packetMessage.actionId, packetMessage.actionAnimationId, packetMessage.animationLockTime, packetMessage.rotation

This should fix the issues that the log anonymizer has with the new fields.

@github-actions github-actions bot added resources /resources util /util needs-review Awaiting review labels Aug 3, 2024
@github-actions github-actions bot added the docs /docs, /screenshots, *.md label Aug 3, 2024
@xiashtra
Copy link
Collaborator

xiashtra commented Aug 4, 2024

Can we update the index table to match the lines? It's gotten quite out of sync, and is missing several entries.

@xpdota
Copy link
Author

xpdota commented Aug 4, 2024

Can we update the index table to match the lines? It's gotten quite out of sync, and is missing several entries.

Sounds good. Should I also change the first field to use the network log format instead of the parsed format?

@xiashtra
Copy link
Collaborator

xiashtra commented Aug 4, 2024

Can we update the index table to match the lines? It's gotten quite out of sync, and is missing several entries.

Sounds good. Should I also change the first field to use the network log format instead of the parsed format?

I'm not sure if we have an established rule for that, but in my opinion, it should follow the network lines. Others might want to chime in.

@github-actions github-actions bot removed the needs-review Awaiting review label Aug 4, 2024
@xiashtra xiashtra merged commit 56c5f38 into OverlayPlugin:main Aug 4, 2024
github-actions bot pushed a commit that referenced this pull request Aug 4, 2024
…315)

Adds the new fields in the 7.0 version of the plugin.

From a decompile, the new fields are:

```
combatant?.ID ?? 0, combatant?.Name, (byte)(int)packetMessage.effectDisplayType, packetMessage.actionId, packetMessage.actionAnimationId, packetMessage.animationLockTime, packetMessage.rotation
```

This should fix the issues that the log anonymizer has with the new
fields. 56c5f38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs /docs, /screenshots, *.md resources /resources util /util

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants