Template:QuickCrunchTutorial
From Unvanquished
💡️
Quick Crunch Tutorial for the Unvanquished game and the Dæmon engine
The recommended way to convert non-normalmap images to CRN with crunch is to do:
crunch -quality 255 -noNormalDetection -file file_d.tga -out file_d.crn
The recommended way to convert normalmap files without heightmap in alpha channel to CRN with crunch is to do:
crunch -quality 255 -dxn -renormalize -rtopmip -file file_n.tga -out file_n.crn
The recommended way to convert normalmap files with heightmap in alpha channel to CRN with crunch is to do:
crunch -quality 255 -renormalize -rtopmip -file file_nh.tga -out file_nh.crn
