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

Object data compression compresses multiple fields which had actually been changed #5

Open
tdauth opened this issue Mar 3, 2017 · 1 comment
Assignees
Labels

Comments

@tdauth
Copy link
Owner

tdauth commented Mar 3, 2017

wc3object offers a field compression function. It was used for the modification The Power of Fire but compressed multiple fields which had actually been changed:

  • wc3lib bug: field Arsg:UnitID is compressed although it was changed! Treefolk, Pest Carret and summon dragon.
  • wc3lib bug: fields Acn2:DataA and Acn2:DataB (for a custom ability based on it) are compressd although they were changed!
  • wc3lib bug: fields ACdr:DataA and ACdr:DataC (for a custom ability based on it) are compressd although they were changed!
  • wc3lib bug: fields Afbt:DataA-D (BUT NOT Afbt:DataE) (for a custom ability based on it) are compressd although they were changed!

Look at the TODO file of the project dmdf for more fields.

@tdauth tdauth added the bug label Mar 3, 2017
@tdauth tdauth self-assigned this Mar 3, 2017
@tdauth
Copy link
Owner Author

tdauth commented Mar 5, 2017

  • ACfd:DataA, ACfd:DataB, ACfd:DataC
  • ANwk:DataA, ANwk:DataB, ANwk:DataC (BUT NOT ANwk:DataD)

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

1 participant