====== TexView 2 ====== Download [[ftp://downloads.bistudio.com/Tools/TexView2.zip|BIS pages]] - 2mb. TexView 2 is a texture viewer and conversion tool for .paa and .pac files. For batch/command line operations use [[arma:tools:pal2pace|Pal2PacE]] instead (included in TexView2 release). See [[arma:texture_naming_rules|ArmA Texture Naming Rules]] for more information about the conversion process. If you happened to download this util right after the release, you should re-download it as BIS upgraded the installer due one missing dll file. Most users though only got the new one so there is no need to worry. ====== TexView 2 Manual ====== **Introduction** TexView 2 is texture viewer and conversion tool supporting internal texture formats of Bohemia Interactive's game engines. TexView 2 is provided free of charge for any non-commercial use without any support from Bohemia Interactive. Use it at your own risk. Refer to the end user license agreement as displayed during the setup process of this application for more details. **Supported formats** Input JPG\\ TGA (24 bit / 32 bit with alpha channel)\\ PNG (with or without alpha channel)\\ PAA\\ PAC Note: All input textures must have resolution 2^x / 2^y (e.g. 16 / 16, 32 / 32, 64 / 64, 256 /256). The largest texture size commonly supported by graphics cards and BI's game engines is 2048x2048, in future graphics textures 4096x4096 or even larger could be possible and it is already supported in TexView 2. **Output** PAA/PAC (file format is used depending on file name as defined in textureconvert.cfg file)\\ TGA (32 bit with alpha channel)\\ PNG (with alpha channel) **How to use it** You can open any supported image using menu File / Open or drag and drop the image file icon into the main window of Texview (tip: you may assign PAA file extensions to TexView 2application using Windows desktop). You can save the file into the format you need. The output file format (PAC, PAA or TGA) will be choosen depending on the extension you write in "Save As..." dialog to the filename line. Bit depth and optional alpha channel will be selected automaticaly depending on the file name as defined in textureconvert.cfg file, default is: * _CO - color (difuse map)\\ * _CA - color alpha (difuse map with alpha)\\ * _NO - normal map\\ * _NS - normal map specular (with alpha)\\ * _NON - normal map with noise in alpha channel ( noise is used for vegetation lods blending)\\ * _NOF - normal map faded (mipmaps fade the texture in distance, usefull for terrain)\\ * _NOHQ - normal map high quality\\ * _NOVHQ - normal map high quality\\ * _DT - detail texture, average color should be 0.5, texture has got fad out filter in mipmaps\\ * _CDT - colored detail texture, average color should be 0.5 in all R G B channels, texture has got fad out filter in mipmaps\\ * _SKY - sky texture\\ * _MC - macro texture\\ * _AS - ambient shadow texture\\ * _SM - specular map HQ normálové mapy (HQ Normal Maps)\\ * _SMDI - optimised specular mapa for better bitdepth HQ_normálové_mapy_\\ * _LCO - land color map, texture used for satelite and mask textures on the terrain\\ * _MCO - multiply color map, texture used to multiply with color map (as cdt) without fade out filter, average color The texture name should be simple ascii, containing only letters, digits and underscore (no letters with diacritics). Only one dot is allowed leading the extension. Example of texture name: **M151A1_fuelTank01_CO.tga** The source texture file format is PNG (preferred) or TGA (no compression, only 24b or 32b). Please be aware that bit depth of the exported texture may be lower than bit depth of your source image and compression causing some visual artifacts can be applied. During the export all mipmap levels of the texture will be created automatically. Alternatively, you can also move the texture by holding the middle mouse button. Reference: [[arma:texture_naming_rules|ArmA Texture Naming Rules]]. ====== Available functions ====== File **Open [CTRL-O]** open an image file **Save [CTRL-S]** Saves the file in the support file format (paa is default for any unsupported extension) **Refresh [F5]** Reloads the file **Save as...** Export the image file to desired format (default is paa but you can manually change the extension to tga or png) **Source control** Allows to bind data to a scc compliant source control system **Generate** Allows simple procedural texture generation based on formulas, example of a circle texture: a=abs(u) []\\ pal2pac -combine [saveoptions] [options] **SaveOptions:** -size= Options (obsolete, no longer useful for ArmA): -xborder= (0\\ -mask=\\ -water= **Example of how to generate new paa files from TGA sources:** Pal2PacE x:\Test\*.tga ====== See Also ====== [[arma:texture_naming_rules|ArmA Texture Naming Rules]] and [[arma:paa|paa]]