-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayers.cfg
194 lines (166 loc) · 4.98 KB
/
layers.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
class Layers
{
class cp_grass
{
texture = "DZ\surfaces\data\terrain\cp_grass_ca.paa";
material = "DZ\surfaces\data\terrain\cp_grass.rvmat";
};
class cp_dirt
{
texture = "DZ\surfaces\data\terrain\cp_dirt_ca.paa";
material = "DZ\surfaces\data\terrain\cp_dirt.rvmat";
};
class cp_rock
{
texture = "DZ\surfaces\data\terrain\cp_rock_ca.paa";
material = "DZ\surfaces\data\terrain\cp_rock.rvmat";
};
class cp_concrete1
{
texture = "DZ\surfaces\data\terrain\cp_concrete1_ca.paa";
material = "DZ\surfaces\data\terrain\cp_concrete1.rvmat";
};
class cp_concrete2
{
texture = "DZ\surfaces\data\terrain\cp_concrete2_ca.paa";
material = "DZ\surfaces\data\terrain\cp_concrete2.rvmat";
};
class cp_broadleaf_dense1
{
texture = "DZ\surfaces\data\terrain\cp_broadleaf_dense1_ca.paa";
material = "DZ\surfaces\data\terrain\cp_broadleaf_dense1.rvmat";
};
class cp_broadleaf_dense2
{
texture = "DZ\surfaces\data\terrain\cp_broadleaf_dense2_ca.paa";
material = "DZ\surfaces\data\terrain\cp_broadleaf_dense2.rvmat";
};
class cp_broadleaf_sparse1
{
texture = "DZ\surfaces\data\terrain\cp_broadleaf_sparse1_ca.paa";
material = "DZ\surfaces\data\terrain\cp_broadleaf_sparse1.rvmat";
};
class cp_broadleaf_sparse2
{
texture = "DZ\surfaces\data\terrain\cp_broadleaf_sparse2_ca.paa";
material = "DZ\surfaces\data\terrain\cp_broadleaf_sparse2.rvmat";
};
class cp_conifer_common1
{
texture = "DZ\surfaces\data\terrain\cp_conifer_common1_ca.paa";
material = "DZ\surfaces\data\terrain\cp_conifer_common1.rvmat";
};
class cp_conifer_common2
{
texture = "DZ\surfaces\data\terrain\cp_conifer_common2_ca.paa";
material = "DZ\surfaces\data\terrain\cp_conifer_common2.rvmat";
};
class cp_conifer_moss1
{
texture = "DZ\surfaces\data\terrain\cp_conifer_moss1_ca.paa";
material = "DZ\surfaces\data\terrain\cp_conifer_moss1.rvmat";
};
class cp_conifer_moss2
{
texture = "DZ\surfaces\data\terrain\cp_conifer_moss2_ca.paa";
material = "DZ\surfaces\data\terrain\cp_conifer_moss2.rvmat";
};
class cp_grass_tall
{
texture = "DZ\surfaces\data\terrain\cp_grass_tall_ca.paa";
material = "DZ\surfaces\data\terrain\cp_grass_tall.rvmat";
};
class cp_gravel
{
texture = "DZ\surfaces\data\terrain\cp_gravel_ca.paa";
material = "DZ\surfaces\data\terrain\cp_gravel.rvmat";
};
class en_flowers1
{
texture = "DZ\surfaces_bliss\data\terrain\en_flowers1_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_flowers1.rvmat";
};
class en_flowers2
{
texture = "DZ\surfaces_bliss\data\terrain\en_flowers2_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_flowers2.rvmat";
};
class en_flowers3
{
texture = "DZ\surfaces_bliss\data\terrain\en_flowers3_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_flowers3.rvmat";
};
class en_forest_con
{
texture = "DZ\surfaces_bliss\data\terrain\en_forest_con_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_forest_con.rvmat";
};
class en_forest_dec
{
texture = "DZ\surfaces_bliss\data\terrain\en_forest_dec_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_forest_dec.rvmat";
};
class en_grass1
{
texture = "DZ\surfaces_bliss\data\terrain\en_grass1_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_grass1.rvmat";
};
class en_grass2
{
texture = "DZ\surfaces_bliss\data\terrain\en_grass2_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_grass2.rvmat";
};
class en_soil
{
texture = "DZ\surfaces_bliss\data\terrain\en_soil_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_soil.rvmat";
};
class en_stones
{
texture = "DZ\surfaces_bliss\data\terrain\en_stones_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_stones.rvmat";
};
class en_stubble
{
texture = "DZ\surfaces_bliss\data\terrain\en_stubble_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_stubble.rvmat";
};
class en_tarmac_old
{
texture = "DZ\surfaces_bliss\data\terrain\en_tarmac_old_ca.paa";
material = "DZ\surfaces_bliss\data\terrain\en_tarmac_old.rvmat";
};
};
class Legend
{
picture="Everglades\source\MapLegend.png";
class Colors
{
cp_grass[] = {{171,12,255}};
cp_rock[] = {{50,131,255}};
cp_dirt[] = {{133,102,12}};
cp_concrete1[] = {{120,42,183}};
cp_concrete2[] = {{86,86,86}};
cp_broadleaf_dense1[] = {{28,131,86}};
cp_broadleaf_dense2[] = {{22,255,50}};
cp_broadleaf_sparse1[] = {{248,226,161}};
cp_broadleaf_sparse2[] = {{227,227,227}};
cp_conifer_common1[] = {{28,191,78}};
cp_conifer_common2[] = {{197,68,28}};
cp_conifer_moss1[] = {{223,161,254}};
cp_conifer_moss2[] = {{255,0,252}};
cp_grass_tall[] = {{50,90,155}};
cp_gravel[] = {{255,175,22}};
en_flowers1[] = {{249,161,159}};
en_flowers2[] = {{145,173,28}};
en_flowers3[] = {{247,34,46}};
en_forest_con[] = {{28,255,207}};
en_forest_dec[] = {{46,217,255}};
en_grass1[] = {{177,12,161}};
en_grass2[] = {{193,116,167}};
en_soil[] = {{254,28,191}};
en_stones[] = {{177,0,104}};
en_stubble[] = {{250,227,38}};
en_tarmac_old[] = {{251,0,135}};
};
};