User Tools

Site Tools


arma3:terrain:clutter

Differences

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

Link to this comparison view

Next revision Both sides next revision
arma3:terrain:clutter [2017-10-08 14:09]
snakeman created initial page.
arma3:terrain:clutter [2017-10-08 14:15]
snakeman added tag.
Line 21: Line 21:
 class clutter class clutter
 { {
- class ​YourClutterName: DefaultClutter+ class ​tag_YourClutterName: DefaultClutter
  {  {
  // 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 = "​path\to\your\clutter.p3d";+ model = "​path\to\your\tag_clutter.p3d";
  // 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
arma3/terrain/clutter.txt ยท Last modified: 2017-11-03 05:31 by snakeman