PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. 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 November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma2:terrain:separate-data-layers

Differences

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

Link to this comparison view

Next revision
Previous revision
arma2:terrain:separate-data-layers [2013/06/17 01:14] – created separate-data-layers initial page. snakemanarma2:terrain:separate-data-layers [2024/08/02 09:54] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 2 Terrain Separate Data\Layers into Smaller PBOs ====== ====== ArmA 2 Terrain Separate Data\Layers into Smaller PBOs ======
  
-**ArmA 2 Terrain, Howto Separate Data\Layers into Smaller PBOs**+[[https://www.pmctactical.org/forum/viewforum.php?f=50|ArmA 2 Forum]], [[:arma2|ArmA 2 Home]], [[arma2:config|ArmA 2 Config]], [[arma2:file_formats|ArmA 2 File Formats]], [[arma2:missions|ArmA 2 Missions]], [[arma2:modeling|ArmA 2 3D Modeling]], [[arma2:scripting|ArmA 2 Scripting]], [[arma2:terrain|ArmA 2 Terrain]], [[arma2:texturing|ArmA 2 Texturing]], [[arma2:tools|ArmA 2 Tools]] 
 + 
 +**ArmA 2 Terrain, HOWTO Separate Data\Layers into Smaller PBOs**
  
 Why to separate your terrain's pbo file(s) into smaller ones? Well its good method overall, its also used in Chernarus and Takistan for data and layers, but in [[arma2:terrain:bis_terrain_analysis#take_on_helicopters|Take On Helicopters]] its taken to a whole new level separating the Layers into smaller pbo's. Why to separate your terrain's pbo file(s) into smaller ones? Well its good method overall, its also used in Chernarus and Takistan for data and layers, but in [[arma2:terrain:bis_terrain_analysis#take_on_helicopters|Take On Helicopters]] its taken to a whole new level separating the Layers into smaller pbo's.
Line 68: Line 70:
 echo pmc\pmc_rugen_data_layers_02 >pmc_rugen_data_layers_02\$PBOPREFIX$ echo pmc\pmc_rugen_data_layers_02 >pmc_rugen_data_layers_02\$PBOPREFIX$
  
-move pmc_rugen_data_layers\layers\s_00*.* pmc_rugen_data_layers_00 +move pmc_rugen_data_layers\layers\s_00?_0*.* pmc_rugen_data_layers_00 
-move pmc_rugen_data_layers\layers\m_00*.* pmc_rugen_data_layers_00+move pmc_rugen_data_layers\layers\m_00?_0*.* pmc_rugen_data_layers_00
  
-move pmc_rugen_data_layers\layers\s_01*.* pmc_rugen_data_layers_01 +move pmc_rugen_data_layers\layers\s_01?_0*.* pmc_rugen_data_layers_01 
-move pmc_rugen_data_layers\layers\m_01*.* pmc_rugen_data_layers_01+move pmc_rugen_data_layers\layers\m_01?_0*.* pmc_rugen_data_layers_01
  
-move pmc_rugen_data_layers\layers\s_02*.* pmc_rugen_data_layers_02 +move pmc_rugen_data_layers\layers\s_02?_0*.* pmc_rugen_data_layers_02 
-move pmc_rugen_data_layers\layers\m_02*.* pmc_rugen_data_layers_02+move pmc_rugen_data_layers\layers\m_02?_0*.* pmc_rugen_data_layers_02
 </code> </code>
 +Please note if you don't use the "s_00?_0*.*" move file selection, then dos cmd move command somehow fails to move all files properly (long story, trust me on this).
  
 Run the batch file which moves the paa/png files into the new separated layers directories. Run the batch file which moves the paa/png files into the new separated layers directories.
Line 94: Line 97:
 All done, ready for binarization. All done, ready for binarization.
  
-PMCTODO - some parts of this page should be improved for clarity, it might be bit confusing, maybe. 
arma2/terrain/separate-data-layers.1371431697.txt.gz · Last modified: 2013/06/17 01:14 (external edit)