tjensen / dayz-dev-tools

Useful tools for DayZ mod developers
https://dayz-dev-tools.readthedocs.io/
MIT License
7 stars 1 forks source link

unpbo is extremely slow extracting compressed files #1

Closed tjensen closed 3 years ago

tjensen commented 3 years ago

Describe the bug When using unpbo to extract a file that is compressed inside of a PBO, it can take a long time for the file to be extracted. For example, a 16MB compressed edds file takes tens of minutes to finish being extracted.

To Reproduce

  1. Download the Deer Isle mod for DayZ
  2. Run unpbo <path\to>\@Deerisle\Addons\scripts.pbo deerisle\scripts\data\gui\imagesets\F_logo.edds to extract the 16MB compressed file

Expected behavior Compressed files should be able to be extracted in seconds, not minutes

Screenshots N/A

Environment (please complete the following information):

Additional context N/A