10-17-2021, 09:37 AM
(This post was last modified: 10-17-2021, 09:50 AM by ninetalescommander.)
(10-16-2021, 09:28 PM)DogToon64 Wrote: Do you happen to know what version of python you're using?
I'm using 3.9
Edit: Actually, I've just tried doing it on the newest "42" file, AKA the ones with the DLC, and it's also giving me an error. Maybe the current script doesn't support that 1?
Here's the error I get
Quote:PS C:\Workspace - Files> python "C:\Workspace - Files\extract_42.py"
effect/adv/event.nptl...
Traceback (most recent call last):
File "C:\Workspace - Files\extract_42.py", line 49, in <module>
assert(zlib.crc32(data) == (info['crc'] ^ 0x12345678))
AssertionError