arma3:terrain:separate-data-layers
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arma3:terrain:separate-data-layers [2017/02/10 10:34] – fixed mod tag variable and wrp master_paths, thanks kju. snakeman | arma3:terrain:separate-data-layers [2024/08/02 21:41] (current) – links added. snakeman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ArmA 3 Terrain Separate Data\Layers into Smaller PBOs ====== | ====== ArmA 3 Terrain Separate Data\Layers into Smaller PBOs ====== | ||
| + | |||
| + | [[https:// | ||
| **How to separate your large ArmA 3 terrain Data\Layers PBO into individual PBO files.** | **How to separate your large ArmA 3 terrain Data\Layers PBO into individual PBO files.** | ||
| Line 66: | Line 68: | ||
| rem move the actual satellite tile PAA files... | rem move the actual satellite tile PAA files... | ||
| - | move %TERRAIN%\data\layers\s_00? | + | move %TERRAIN%\data\layers\s_00? |
| - | move %TERRAIN%\data\layers\m_00? | + | move %TERRAIN%\data\layers\m_00? |
| - | move %TERRAIN%\data\layers\s_01? | + | move %TERRAIN%\data\layers\s_01? |
| - | move %TERRAIN%\data\layers\m_01? | + | move %TERRAIN%\data\layers\m_01? |
| - | move %TERRAIN%\data\layers\s_02? | + | move %TERRAIN%\data\layers\s_02? |
| - | move %TERRAIN%\data\layers\m_02? | + | move %TERRAIN%\data\layers\m_02? |
| - | move %TERRAIN%\data\layers\s_03? | + | move %TERRAIN%\data\layers\s_03? |
| - | move %TERRAIN%\data\layers\m_03? | + | move %TERRAIN%\data\layers\m_03? |
| - | move %TERRAIN%\data\layers\s_04? | + | move %TERRAIN%\data\layers\s_04? |
| - | move %TERRAIN%\data\layers\m_04? | + | move %TERRAIN%\data\layers\m_04? |
| - | move %TERRAIN%\data\layers\s_05? | + | move %TERRAIN%\data\layers\s_05? |
| - | move %TERRAIN%\data\layers\m_05? | + | move %TERRAIN%\data\layers\m_05? |
| - | move %TERRAIN%\data\layers\s_06? | + | move %TERRAIN%\data\layers\s_06? |
| - | move %TERRAIN%\data\layers\m_06? | + | move %TERRAIN%\data\layers\m_06? |
| - | move %TERRAIN%\data\layers\s_07? | + | move %TERRAIN%\data\layers\s_07? |
| - | move %TERRAIN%\data\layers\m_07? | + | move %TERRAIN%\data\layers\m_07? |
| - | move %TERRAIN%\data\layers\s_08? | + | move %TERRAIN%\data\layers\s_08? |
| - | move %TERRAIN%\data\layers\m_08? | + | move %TERRAIN%\data\layers\m_08? |
| + | |||
| + | rem delete existing layers\ dir including the remaining now obsolete .PNG files | ||
| + | rd /q /s %TERRAIN%\data\layers\ | ||
| pause | pause | ||
| Line 134: | Line 139: | ||
| WRP needs its RVMAT paths changed because we moved RVMATs to a new directory / addon. | WRP needs its RVMAT paths changed because we moved RVMATs to a new directory / addon. | ||
| - | It is basically the same as what we did for individual RVMAT files, see [[arma3: | + | It is basically the same as what we did for individual RVMAT files, see [[arma3: |
| WRP **_MASTER_paths.txt: | WRP **_MASTER_paths.txt: | ||
| Line 155: | Line 160: | ||
| ====== Buldozer ====== | ====== Buldozer ====== | ||
| - | In this separated / split setup terrain builder cannot find the RVMAT files, it attempts to find them from pmc_iraq_baghdad\data\layers\ directory, but instead they have been moved to pmc_iraq_baghdad_data_layers\ dir instead. | + | In this separated / split setup terrain builder |
| - | We don't really care about buldozer use but realize you might. So basically you need to fix by moving the RVMAT files back to pmc_iraq_baghdad\data\layers\ | + | You can easily |
| + | |||
| + | **_run_create_layers_symlink.bat: | ||
| + | <code dos> | ||
| + | rem do this on WRP\data\ dir | ||
| + | mklink /J layers | ||
| + | </ | ||
| + | **Warning: You must delete this " | ||
| + | |||
| + | Howto delete symlink: | ||
| + | <code dos> | ||
| + | del layers | ||
| + | </ | ||
| You cannot really change the path from terrain builder project settings, because it defaults to < | You cannot really change the path from terrain builder project settings, because it defaults to < | ||
| Line 180: | Line 197: | ||
| | map_altis_data_layers | a3\map_altis\data\layers | A3_Map_Altis_Data_Layers | RVMATs | | | map_altis_data_layers | a3\map_altis\data\layers | A3_Map_Altis_Data_Layers | RVMATs | | ||
| | map_altis_data_layers_00_00 | a3\map_altis\data\layers\00_00 | n/a | Textures | | | map_altis_data_layers_00_00 | a3\map_altis\data\layers\00_00 | n/a | Textures | | ||
| + | |||
arma3/terrain/separate-data-layers.1486722865.txt.gz · Last modified: 2017/02/10 10:34 by snakeman
