arma3:terrain:clutter
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma3:terrain:clutter [2017/10/08 14:09] – created initial page. snakeman | arma3:terrain:clutter [2024/08/02 17:16] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ArmA 3 Clutter ====== | + | ====== ArmA 3 Class Clutter ====== |
- | Clutter is the randomly placed small vegetation like grass, etc that is not part of the terrain (WRP). Rather, it is defined by the underlying texture, which in turn is mapped to the terrain by the texture mask and Layers.cfg. To define clutter you first need to have your ground textures setup. | + | [[https:// |
- | + | ||
- | + | ||
- | ====== Overview ====== | + | |
- | + | ||
- | Major differences between objects and clutter is that AI is aware of object, they are not aware of clutter. Its basically all eye candy for human player. Clutter does not have working geometry so bullets, vehicles, players, AI etc can pass through them easily. Clutter objects must be small so the passing through doesnt look silly. | + | |
- | + | ||
- | Clutter is first setup at [[layers.cfg]] file, then its specified on the terrain | + | |
- | + | ||
- | See also [[cfgSurfaces]] and [[cfgSurfaceCharacters]]. | + | |
- | + | ||
- | + | ||
- | ====== Class Clutter ====== | + | |
Class clutter is a config.cpp entry which must be located in cfgWorlds/ | Class clutter is a config.cpp entry which must be located in cfgWorlds/ | ||
Line 21: | Line 9: | ||
class clutter | class clutter | ||
{ | { | ||
- | class | + | class |
{ | { | ||
// Determines the affection of the clutter to the wind (0 - stone, 1 - common grass) | // Determines the affection of the clutter to the wind (0 - stone, 1 - common grass) | ||
affectedByWind = 0; | affectedByWind = 0; | ||
// Path to your clutter model | // Path to your clutter model | ||
- | model = " | + | model = " |
// If colored by the ground, desired color relative to the ground | // If colored by the ground, desired color relative to the ground | ||
relativeColor[] = {1, 1, 1, 1}; //not used in any A3 Clutter configs | relativeColor[] = {1, 1, 1, 1}; //not used in any A3 Clutter configs | ||
Line 88: | Line 76: | ||
noDetailDist = 50; //value used by Tanoa | noDetailDist = 50; //value used by Tanoa | ||
</ | </ | ||
+ |
arma3/terrain/clutter.1507471789.txt.gz · Last modified: 2017/10/08 14:09 by snakeman