PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:terrain:convert-layers-png-fast

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arma3:terrain:convert-layers-png-fast [2019/01/22 18:43] – updated for normal map and more cores etc. snakemanarma3:terrain:convert-layers-png-fast [2024/08/02 17:21] (current) – links added. snakeman
Line 1: Line 1:
-====== 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.
Line 53: Line 55:
  
 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>
  
Line 133: Line 135:
  
 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>
  
Line 157: Line 159:
  
 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]].
 +
arma3/terrain/convert-layers-png-fast.1548182635.txt.gz · Last modified: 2019/01/22 18:43 by snakeman