User Tools

Site Tools


arma2:convert-all-paa-textures-to-tga-format

ArmA 2 Convert all PAA textures to TGA format

ArmA 2 Forum, ArmA 2 Home, ArmA 2 Config, ArmA 2 File Formats, ArmA 2 Missions, ArmA 2 3D Modeling, ArmA 2 Scripting, ArmA 2 Terrain, ArmA 2 Texturing, ArmA 2 Tools

This how to guide shows you how to convert ArmA 2 PAA texture files into TGA format in a directory.

You need to have ArmA 2 bis tools installed, specifically pal2pace.exe and in our example .bat file its assumed to be in PATH, otherwise you need to include path to it.

convert_paa_to_tga.bat:

@echo off
md temp
FOR /F "tokens=1* delims=. " %%A in ('dir /b *.paa') do (
Pal2PacE %%A.paa temp\%%A.tga
)
move temp\*.tga .
rd temp
pause
exit
arma2/convert-all-paa-textures-to-tga-format.txt · Last modified: 2024/08/02 12:12 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.