User Tools

Site Tools


arma3:terrain:config.cpp

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:config.cpp [2018/07/24 12:59] – units[] emptied. snakemanarma3:terrain:config.cpp [2024/08/02 17:20] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 3 Terrain Config ====== ====== ArmA 3 Terrain Config ======
 +
 +[[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]]
  
 **Everything you need to know about ArmA 3 Terrain WRP Config.cpp file** **Everything you need to know about ArmA 3 Terrain WRP Config.cpp file**
Line 11: Line 13:
  
 <code cpp> <code cpp>
-#define false 0 
-#define true !false 
- 
 class CfgPatches class CfgPatches
 { {
Line 282: Line 281:
  };  };
 </code> </code>
 +
 +See also [[arma3:terrain:config-class-names-freeze|ArmA 3: Terrain config.cpp Class Names Freeze]].
 +
  
 ===== Clutter ===== ===== Clutter =====
Line 321: Line 323:
 ===== mapZone ===== ===== mapZone =====
  
-No idea, must be the UTM northing/easting zone stuff? +mapZone is obsolete, not used in ArmA 3.
-<code cpp> +
-mapZone = 35; +
-</code>+
  
 ===== mapArea[] ===== ===== mapArea[] =====
  
-Again no idea, must be UTM latitude / longitude coordinates on edges of terrain? +mapArea[] is obsoletenot used in ArmA 3.
-<code cpp> +
-mapArea[] = {25.011957,39.718452,25.481527,40.094578}; +
-</code>+
  
 ===== Lat / Lon ===== ===== Lat / Lon =====
Line 455: Line 451:
 minRocksInRockSquare = 3; minRocksInRockSquare = 3;
 </code> </code>
 +
arma3/terrain/config.cpp.1532437195.txt.gz · Last modified: 2018/07/24 12:59 by snakeman