User Tools

Site Tools


arma3:terrain:layers.cfg

Differences

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

Link to this comparison view

Next revision
Previous revision
arma3:terrain:layers.cfg [2017/10/08 13:21] – created initial page. snakemanarma3:terrain:layers.cfg [2024/08/02 18:38] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 3 Layers.cfg ====== ====== ArmA 3 Layers.cfg ======
 +
 +[[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]]
  
 The layers.cfg file is where we configure our terrain types (concrete, grass, sand etc). The [[arma3:terrain:satellite-mask-image|satellite mask image]] file RGB color values reflect where our terrain types are located on the terrain. The layers.cfg file is where we configure our terrain types (concrete, grass, sand etc). The [[arma3:terrain:satellite-mask-image|satellite mask image]] file RGB color values reflect where our terrain types are located on the terrain.
  
-Layers.cfg is placed in MyAddon\Source\ directory.+Layers.cfg is placed in tag_MyAddon\Source\ directory.
  
 **layers.cfg** **layers.cfg**
Line 10: Line 12:
 { {
  // terrain types  // terrain types
- class pmc_grass+ class tag_grass
  {  {
  // no need to specify actual texture file  // no need to specify actual texture file
  texture = "";  texture = "";
- material = "pmc\pmc_terrain_data\data\pmc_grass.rvmat";+ material = "tag\tag_MyAddon\data\tag_grass.rvmat";
  };  };
  
- class pmc_beach+ class tag_beach
  {  {
  texture = "";  texture = "";
- material = "pmc\pmc_terrain_data\data\pmc_beach.rvmat";+ material = "tag\tag_MyAddon\data\tag_beach.rvmat";
  };  };
  
- class pmc_dirt+ class tag_dirt
  {  {
  texture = "";  texture = "";
- material = "pmc\pmc_terrain_data\data\pmc_dirt.rvmat";+ material = "tag\tag_MyAddon\data\tag_dirt.rvmat";
  };  };
-// etc...+ // etc... 
 +};
 class Legend class Legend
 { {
Line 37: Line 40:
  {  {
  // RGB color values for terrain types (class layers)  // RGB color values for terrain types (class layers)
- pmc_grass[] = {{ 230, 230, 120 }}; + tag_grass[] = {{ 230, 230, 120 }}; 
- pmc_beach[] = {{ 236, 230, 149 }}; + tag_beach[] = {{ 236, 230, 149 }}; 
- pmc_dirt[] = {{ 226, 207, 129 }}; + tag_dirt[] = {{ 226, 207, 129 }}; 
-// etc...+ // etc... 
 + }; 
 +};
 </code> </code>
  
 mapLegend.png image can be located in P:\ root directory and then if you have two or more terrains you can leave out the directory from class legend and all your terrains will read this image from the same location, no need to duplicate same image with every terrain source dir. mapLegend.png image can be located in P:\ root directory and then if you have two or more terrains you can leave out the directory from class legend and all your terrains will read this image from the same location, no need to duplicate same image with every terrain source dir.
 +
arma3/terrain/layers.cfg.1507468911.txt.gz · Last modified: 2017/10/08 13:21 by snakeman

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.