-
Notifications
You must be signed in to change notification settings - Fork 298
/
cmdcolors_icexuick.txt
98 lines (78 loc) · 2.3 KB
/
cmdcolors_icexuick.txt
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
// loaded when IceXuick cursorset is picked
////////////////////////////////////////////////////////////////
//
// Selected Unit Boxes
//
unitBoxLineWidth 1.49
unitBox 0.0 1.0 0.0 1.0
buildBox 0.0 1.0 0.0 1.0
allyBuildBox 0.8 0.8 0.2 1.0
buildBoxesOnShift 1
////////////////////////////////////////////////////////////////
//
// Mouse Selection Box
//
mouseBoxLineWidth 1.49
mouseBox 1.0 1.0 1.0 1.0
mouseBoxBlendSrc src_alpha
mouseBoxBlendDst one_minus_src_alpha
// best choice for non-grey maps
//
//mouseBoxBlendSrc one_minus_dst_color
//mouseBoxBlendDst zero
////////////////////////////////////////////////////////////////
//
// Command Queue Rendering
//
alwaysDrawQueue 1
useQueueIcons 1
queueIconAlpha 0.48
queueIconScale 0.9
useColorRestarts 1
useRestartColor 0
restartAlpha 1.0
queuedLineWidth 1.49
queuedBlendSrc src_alpha
queuedBlendDst one_minus_src_alpha
stipplePattern 0xffcc
stippleFactor 1
stippleSpeed 1.0
start 1.0 1.0 1.0 0.7
restart 0.4 0.4 0.4 0.7
stop 0.0 0.0 0.0 0.7
wait 0.5 0.5 0.5 0.7
build 0.0 1.0 0.0 0.3
move 0.5 1.0 0.5 0.3
attack 1.0 0.2 0.2 0.3
fight 1.0 0.2 1.0 0.3
guard 0.6 1.0 1.0 0.3
patrol 0.2 0.5 1.0 0.3
capture 1.0 1.0 0.3 0.6
repair 1.0 0.9 0.2 0.6
reclaim 0.5 1.0 0.4 0.3
restore 0.0 1.0 0.0 0.3
resurrect 0.9 0.5 1.0 0.5
load 0.4 0.9 0.9 0.7
unload 1.0 0.8 0.0 0.7
deathWatch 0.5 0.5 0.5 0.7
////////////////////////////////////////////////////////////////
//
// Selected Range Rendering
//
selectedLineWidth 2.0
selectedBlendSrc src_alpha
selectedBlendDst one_minus_src_alpha
rangeAttack 1.0 0.3 0.3 0.3
rangeBuild 0.3 1.0 0.3 0.3
rangeRadar 0.3 1.0 0.3 0.3
rangeSonar 0.3 0.3 1.0 0.3
rangeSeismic 0.8 0.1 0.8 0.3
rangeJammer 1.0 0.3 0.3 0.3
rangeSonarJammer 1.0 0.3 0.3 0.3
rangeShield 0.8 0.8 0.3 0.3
rangeDecloak 0.3 0.3 1.0 0.3
rangeExtract 1.0 0.3 0.3 0.3
rangeKamikaze 0.8 0.8 0.1 0.3
rangeSelfDestruct 0.8 0.1 0.1 0.3
rangeInterceptorOn 1.0 1.0 1.0 0.3
rangeInterceptorOff 0.0 0.0 0.0 0.3