correct gradient names
[tar-legacy.git] / tar_entities / tar_entities.fgd
1 @PointClass iconsprite("tar/editor/tar_config.vmt") = tar_config :
2 "Configuration entity for Terri's Auto Radar"
3 [
4 // HB Color
5
6 colorScheme(choices) : "Color Scheme" : 0 =
7 [
8 0: "Dust 2"
9 1: "Mirage"
10 2: "Overpass"
11 3: "Cache"
12 4: "Inferno"
13 5: "Train"
14 6: "Nuke"
15 7: "Vertigo"
16 -1: "Custom Scheme"
17 ]
18
19 customCol0(color255) : "Custom low level color" : "39 56 79" : "What the color of the radar should be at the lowest points of the map"
20 customCol1(color255) : "Custom middle level color" : "77 74 72" : "What the color of the radar should be in the middle of the map"
21 customCol2(color255) : "Custom high level color" : "178 113 65" : "What the color of the radar should be at the heighest points of the map"
22
23 // Ambient occlusion
24
25 enableAO(choices) : "Ambient Occlusion" : 1 =
26 [
27 0: "Disabled"
28 1: "Enabled"
29 ]
30
31 aoSize(float) : "Ambient Occlusion Size" : "8" : "How far should ambient occlusion sample (use values between 2 and 128)"
32
33 // Shadows
34
35 enableShadows(choices) : "Shadows" : 0 =
36 [
37 0: "Disabled"
38 1: "Enabled"
39 ]
40
41 // Outline
42
43 enableOutline(choices) : "Outline" : 0 =
44 [
45 0: "Disabled"
46 1: "Enabled"
47 ]
48
49 outlineWidth(float) : "Outline width" : "2" : "How big should the outline be"
50
51 // Visgroup specifiers
52 vgroup_layout(string) : "Visgroup: Layout" : "tar_layout" : "Name of the visgroup that specifies the layout of the map"
53 vgroup_negative(string) : "Visgroup: Mask" : "tar_mask" : "Name of the visgroup that specifies subtractive brushes of the maps layout (use on walls)"
54 vgroup_cover(string) : "Visgroup: Cover" : "tar_cover" : "Name of the visgroup that specifies the cover of the map. Chuck all yr crates in here"
55 ]
56
57 @PointClass iconsprite("tar/editor/tar_min.vmt") = tar_min :
58 "Overrides the minimum height of the map"
59 [
60
61 ]
62
63 @PointClass iconsprite("tar/editor/tar_max.vmt") = tar_max :
64 "Overrides the maximum height of the map"
65 [
66
67 ]