Skip to content

alanx15a2/PoeBooster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PoeBooster

Compress .dds file in ggpk to boost fps. This is a python rewrite of PoeTexureResizer.

Document

  1. 繁體中文.

Setup

  1. Install ImageMagick-7.1.0 or download directly.
  2. Download and unzip PoeBooster.

Usage

  1. Run PoeBooster.exe. (or main.py)
  2. Specific sorce path. (SSD recommended) (export from ggpk using LibGGPK2)
  3. Specific an empty folder for destination path. (SSD recommended)
  4. Specific how many cpu threads should use.
  5. Specific resizetimes. (1 means 2X smaller, 2 means 4X smaller, 3 means 8X smaller etc...)
  6. Now you can drink a coffee and wait for finish. (R9-3900x is about 10 minutes, i5-8265u is about 30 minutes)

What files should I compress?

  1. Using LibGGPK2.
  2. Use .dds$ as regex filter. (to save times)
  3. Right click on Root/Bundles2/Art and select Export.
  4. Delete Art/2DArt, Art/2Ditems, Art/Textures/Cinematic, Art/Textures/DetailMaps, Art/Textures/Interface, Art/Textures/masks in the folder.

What should I do after finish compress?

  1. Using LibGGPK2.
  2. Right click on Root/Bundles2/Art and select Replace.
  3. Choose the PoeBooster output folder.

Credits

  1. demidemon - The author of PoeTexureResizer.
  2. aianlinb - The author of LibGGPK2.

Develop Enviroments

  1. python 3.9
  2. ImageMagick-7.1.0