kotiq / wt-tools

War Thunder resource extraction tools
29 stars 3 forks source link

blk_unpack_ng report AttributeError #10

Open Cherrymelon opened 2 years ago

Cherrymelon commented 2 years ago

when i use this module to decode blk files,it reports AttributeError: module 'blk.text' has no attribute 'STRICT_BLK'

sys:win10 python:amd64,3.7

kotiq commented 2 years ago

The build is based on the blk version fixed in commit 8c92e35: https://github.com/kotiq/wt-tools/blob/c343b010911a07e88d8311527469d8df01b1265b/requirements.txt#L9 In later versions I moved the constant to an enumeration.