User Tools

Site Tools


arma3:texturing:texture-naming-and-compression

ArmA 3 Texture Naming and Compression

You don't need to follow the texture naming religiously. a normal map with the extension _CO will work perfectly fine too. All the file extension does is tell Pal2Pac how to compress your texture to save file size. (ie nuke entire channels to be one color). equally you can use _NO for super low file size normals, _NOHQ for regular and _NOVHQ for basically 1:1 reproduction. if push comes to shove you can also add this to your texConvert rules and make it uncompressed:

class Uncompressed
{
	name     = "*_uc.*";
	format   = "ARGB8888";
	dynRange = 0;
};
arma3/texturing/texture-naming-and-compression.txt · Last modified: 2016-09-05 15:36 by snakeman