CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

Add a truncation method for extract #19

Closed Morilli closed 5 years ago

Morilli commented 5 years ago

Made mainly because of the data/skins_skinxx_skins_skinxx.....bin files which could become so large they can't be fully extracted on a normal file system because of the 255 character component limit. Open for suggestions regarding code style and general functionality.

Morilli commented 5 years ago

Should have resolved all issues. I'm only unsure about if wadfile.path is not None ?= if wadfile.path but I believe it should still be correct.