Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 529 Bytes

armors-not-working-packsquash.md

File metadata and controls

24 lines (17 loc) · 529 Bytes
description
Armors not working after using PackSquash

Armors not working PackSquash

PackSquash

PackSquash can cause issues because it compresses files.
Armors files MUST NOT be compressed in order to work on the game.

Open PackSquash configuration and add this:

['**/*?.{fsh,vsh,glsl}']
minify_shader = false

['**/textures/models/armor/*?.png']
image_data_compression_iterations = 0
skip_alpha_optimizations = true
color_quantization_target = 'none'

Thanks to @Faceguy for that info!