Armors not working PackSquash

Armors not working after using 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!

Last updated