forked from FreeSlave/def2fgd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathent.dic
141 lines (127 loc) · 1.16 KB
/
ent.dic
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
//keyType
//{
// key1
// key2
//}
model
{
model
model2
}
angle
{
angle
}
angles
{
angles
}
integer //string in radiant
{
count
dmg
_samples
gridsize //must be integer3, not supported
_blocksize //must be integer3, not supported; though one int value is supported too
_castshadows
_cs
_receiveshadows
_rs
layers
_layers
style
}
real //string in radiant
{
modelscale
wait
delay
random
lip
speed
phase
height
roll
gravity
light
_light
radius
fade
scale
_deviance
_anglescale
_filterradius
ambient
_ambient
_lightmapscale
_mingridlight
_minlight
_minvertexlight
_farplanedist
_scale
range
weight
}
real3
{
modelscale_vec
origin
}
color
{
color
_color
}
sound
{
music
noise
startsound
endsound
}
boolean
{
health
notbot
notfree
notsingle
notteam
nobots
nohumans
_filter
_sun
_keeplights
_noshadersun
terrain
}
texture
{
targetShaderName
targetShaderNewName
_celshader
_foghull
_indexmap
alphamap
shader
_shader
}
string
{
message
author
author2
_styleNalphaGen
_styleNrgbGen
}
targetname //string in radiant
{
targetname
}
target //string in radiant
{
target
}
array //string in radiant
{
_remap
}