mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
.paa hax!!1
This commit is contained in:
parent
4cdc67cf9d
commit
d2e7a433a3
3
Tools/BAT/paa2png.bat
Normal file
3
Tools/BAT/paa2png.bat
Normal 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
1
Tools/BAT/paa2tga.bat
Normal file
@ -0,0 +1 @@
|
||||
for %%f in (*.paa) do ( "D:\SteamLibrary\steamapps\common\Arma 3 Tools\TexView2\Pal2PacE.exe" "%%~nf.paa" "%%~nf.tga" )
|
Loading…
Reference in New Issue
Block a user