Both sides previous revisionPrevious revisionNext revision | Previous revision |
arma3:terrain:convert-layers-png-fast [2019/01/22 18:43] – updated for normal map and more cores etc. snakeman | arma3:terrain:convert-layers-png-fast [2024/08/02 17:21] (current) – links added. snakeman |
---|
====== Convert Layers\*.png Fast ====== | ====== ArmA 3 Convert Layers\*.png Fast ====== |
| |
| [[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]] |
| |
**Using ArmA 3 ImageToPAA.exe** - HOWTO convert satellite texture/mask PNGs to PAAs very quickly. | **Using ArmA 3 ImageToPAA.exe** - HOWTO convert satellite texture/mask PNGs to PAAs very quickly. |
| |
rem normal map - if you dont use it no problem, its just skipped | rem normal map - if you dont use it no problem, its just skipped |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_00?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_00?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_01?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_01?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_02?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_02?_???_nohq.png |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_03?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_03?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_04?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_04?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_05?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_05?_???_nohq.png |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_06?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_06?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_07?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_07?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_08?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_08?_???_nohq.png |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_09?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_09?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_10?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_10?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_11?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_11?_???_nohq.png |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_12?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_12?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_13?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_13?_???_nohq.png |
</code> | </code> |
| |
| |
rem normal map - if you dont use it no problem, its just skipped | rem normal map - if you dont use it no problem, its just skipped |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_00?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_00?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_01?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_01?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_02?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_02?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_03?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_03?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_04?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_04?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_05?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_05?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_06?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_06?_???_nohq.png |
| |
START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_07?_???_no.png | START "" /D"%CD%" /B /WAIT "%ImageToPAAPath%" layers\n_07?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_08?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_08?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_09?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_09?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_10?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_10?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_11?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_11?_???_nohq.png |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_12?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_12?_???_nohq.png |
| |
START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_13?_???_no.png | START "" /D"%CD%" /B "%ImageToPAAPath%" layers\n_13?_???_nohq.png |
</code> | </code> |
| |
| |
Reference original [[arma2:terrain:howto-convert-layers-png-fast|arma2 howto convert layers\*.png fast]]. | Reference original [[arma2:terrain:howto-convert-layers-png-fast|arma2 howto convert layers\*.png fast]]. |
| |