Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 43df516e4700b25a0d39b825e45ab2a2a3644015 (plain)
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
;
; ui.ini
; client user interface configuration
;

[ui]
; width of a menu element
elementwidth=256
; height of a menu element
elementheight=48
; margin between menu elements
elementmargin=16

[colors]
; global foreground color rgb
foreground=1 1 1
; global highlight color rgb
highlight=1 1 .5
; global text color
text=0.75 0.75 0.75
; disabled ui elements
disabled=0.5 0.5 0.5 0.75
; global background color rgba
background=0.0 0.0 0.0 0.75
; global border color rgb
border=0 0.8 0 0.5
; pointer color
pointer=0 0.75 0
; active pointer color
active=0 1 0
; debug color
debug=0.5 0.5 0.5

[hud]
; mission target color
mission=1.0 0.5 1.0

[text]
; bold text color
bold=1 1 1
; set fancy color
fancy=0 1 0
; warning text color
warning=1 1 0
; error text color
error=1 0 0

;
; main menu
; ------------------------------------------------------------------

[menu]
label=main
; background bitmap
background=bitmaps/banner

[label]
text=Main Menu

[button]
text=New Game
command=connect

[button]
text=Internet
command=connect tremulous.soliter.org

[button]
text=Options
command=menu options

[button]
text=Quit
command=quit

;
; options menu
; ------------------------------------------------------------------

[menu]
label=options
background=bitmaps/banner

[label]
text=Options

[button]
text=Toggle fullscreen
command=toggle r_fullscreen
align=left

[button]
text=Toggle grid
command=toggle r_grid
align=left

[button]
text=Toggle keypress
command=toggle draw_keypress
align=left

[button]
text=Toggle stats
command=toggle draw_stats
align=left

[button]
text=Toggle wireframe
command=toggle r_wireframe
align=left

[button]
text=Return
command=menu previous
align=center

;
; game menu
; ------------------------------------------------------------------

[menu] 
label=game
background=bitmaps/banner

[label]
text=Main Menu

[button]
text=Options
command=menu options

[button]
text=Disconnect
command=disconnect

[button]
text=Quit
command=quit

[button]
text=Return
command=menu hide

;
; join menu
; ------------------------------------------------------------------

[menu]
label=join
background=bitmaps/banner

[label]
text=Project::OSiRiON

[button]
text=Join
; note: we use comma as command seperator in .ini files.
command=join, menu hide

[button]
text=Disconnect
command=disconnect

[button]
text=Main menu
command=menu game