.paa hax!!1

This commit is contained in:
Raymix 2017-08-02 18:49:50 +01:00
parent 4cdc67cf9d
commit d2e7a433a3
2 changed files with 4 additions and 0 deletions

3
Tools/BAT/paa2png.bat Normal file
View File

@ -0,0 +1,3 @@
rem Adjust path to Pal2PacE.exe below
rem Put this batch inside the same folder as your .paa textures, handy for mass extracting data if you have unRapped your game into P:\ drive
for %%f in (*.paa) do ( "D:\SteamLibrary\steamapps\common\Arma 3 Tools\TexView2\Pal2PacE.exe" "%%~nf.paa" "%%~nf.png" )

1
Tools/BAT/paa2tga.bat Normal file
View File

@ -0,0 +1 @@
for %%f in (*.paa) do ( "D:\SteamLibrary\steamapps\common\Arma 3 Tools\TexView2\Pal2PacE.exe" "%%~nf.paa" "%%~nf.tga" )