User Tools

Site Tools


arma2:terrain:bis_terrain_analysis

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
arma2:terrain:bis_terrain_analysis [2012/09/03 06:40] – added satellite resolutions, wrp object count. snakemanarma2:terrain:bis_terrain_analysis [2024/08/01 22:55] (current) – links added. snakeman
Line 1: Line 1:
-====== BIS Terrain Analysis ======+====== ArmA 2 bis Terrain Analysis ======
  
-Quick overview summary analysis of BIS made terrains; Chernarus, Utes, Desert, Takistan and Zargabad.+[[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]] 
 + 
 +Quick overview summary analysis of bis made terrains; Chernarus, Utes, Desert, Takistan and Zargabad.
  
  
Line 29: Line 31:
  
  
-====== BIS Terrain Satellite Resolutions ======+====== bis Terrain Satellite Resolutions ======
  
 ^ Terrain ^ Texture Layer ^ Sat Res ^ Heightmap / CellSize ^ Meters ^ ^ Terrain ^ Texture Layer ^ Sat Res ^ Heightmap / CellSize ^ Meters ^
Line 54: Line 56:
 | Utes | 17,474 | | Utes | 17,474 |
 | Zargabad | 93,516 | | Zargabad | 93,516 |
 +| TOH: South East Asia | 1,160,307 |
 +| TOH: United States | 2,284,713 |
 +
 +
 +====== Take On Helicopters ======
 +
 +Take On Helicopters terrain wrp analysis
 +
 +Original PBO's:
 +^ PBO Name ^ $PBOPREFIX$ ^ Contents ^
 +| south_asia_h.pbo | hsim\south_asia_h | WRP |
 +| south_asia_h_data.pbo | hsim\south_asia_h\data | Ground clutter / close textures, cutscenes |
 +| south_asia_h_data_layers.pbo | hsim\south_asia_h\data\layers | rvmat's |
 +| south_asia_h_data_layers_00_00.pbo | hsim\south_asia_h\data\layers\00_00 | paa's |
 +| south_asia_h_data_layers_00_01.pbo | hsim\south_asia_h\data\layers\00_01 | paa's |
 +| south_asia_h_data_layers_00_02.pbo | hsim\south_asia_h\data\layers\00_02 | paa's |
 +| south_asia_h_data_layers_00_03.pbo | hsim\south_asia_h\data\layers\00_03 | paa's |
 +
 +Same is then used for 01_00, 02_00 and 03_00:
 +
 +south_asia_h_data_layers_01_00.pbo\\
 +south_asia_h_data_layers_01_01.pbo\\
 +south_asia_h_data_layers_01_02.pbo\\
 +south_asia_h_data_layers_01_03.pbo
 +
 +south_asia_h_data_layers_02_00.pbo\\
 +south_asia_h_data_layers_02_01.pbo\\
 +south_asia_h_data_layers_02_02.pbo\\
 +south_asia_h_data_layers_02_03.pbo
 +
 +south_asia_h_data_layers_03_00.pbo\\
 +south_asia_h_data_layers_03_01.pbo\\
 +south_asia_h_data_layers_03_02.pbo\\
 +south_asia_h_data_layers_03_03.pbo
 +
 +Config.cpp includes large / detailed zoom levels for the large south east asia terrain:
 +<code cpp>
 +class Grid: Grid
 +{
 + offsetX = 0;
 + offsetY = 122880;
 + class Zoom1
 + {
 + zoomMax = 0.015;
 + format = "XY";
 + formatX = "0000";
 + formatY = "0000";
 + stepX = 100;
 + stepY = -100;
 + };
 + class Zoom2
 + {
 + zoomMax = 0.2;
 + format = "XY";
 + formatX = "000";
 + formatY = "000";
 + stepX = 1000;
 + stepY = -1000;
 + };
 + class Zoom3
 + {
 + zoomMax = 0.99;
 + format = "XY";
 + formatX = "00";
 + formatY = "00";
 + stepX = 10000;
 + stepY = -10000;
 + };
 + class Zoom4
 + {
 + zoomMax = 1e+030;
 + format = "XY";
 + formatX = "0";
 + formatY = "0";
 + stepX = 100000;
 + stepY = -100000;
 + };
 +};
 +</code>
 +
arma2/terrain/bis_terrain_analysis.1346654429.txt.gz · Last modified: 2012/09/03 06:40 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.