-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.tomenetrc
223 lines (179 loc) · 5.4 KB
/
.tomenetrc
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
## TomeNET configuration file for clients running on *NIX platforms:
##
## *** !!! NOTE: !!! ***
## TomeNET will read .tomenetrc IN YOUR HOME FOLDER, not in the
## TomeNET folder (can be changed via -f<cfgfile> cmdline option)!
##
## You should copy this file to your home directory. The client will read the
## settings in this file and update some of them after you quit.
## If you start TomeNET without a .tomenetrc file in your home folder, it will
## automatically create a basic one there.
##
## Lines that start with '#' will ignored. Please make sure that each line
## includes the expected number of parameters or your client may crash.
## Automatic login settings
## - Account name - can be left empty
#nick Gandalf
## - Account password - can be left empty
#pass mithrandir
## - Character name (this is only for the 'fullauto' feature further below)
#name Gandalf
## - Meta server providing a list of game servers
## leave commented out to use default (meta.tomenet.eu)
#meta meta.tomenet.eu
## - Server and port you wish to connect to;
## leave commented out to get a list of servers
#server europe.tomenet.eu
#port 18348
## - Perform automatic login with nick, pass and also character name
#fullauto
# Use lighter 'dark blue' colour to increase readability on some screens
# Sets blue to #0033ff instead of #0000ff
lighterDarkBlue
# Full color remapping (except 0 aka black, which is immutable)
# 0 = black, 1 = white, 2 = gray, 3 = orange, 4 = red, 5 = green, 6 = blue
# 7 = umber, 8 = dark gray, 9 = light gray, 10 = violet, 11 = yellow
# 12 = light red, 13 = light green, 14 = light blue, 15 = light umber
#colormap_0 #000000
#colormap_1 #ffffff
#colormap_2 #9d9d9d
#colormap_3 #ff8d00
#colormap_4 #b70000
#colormap_5 #009d44
#colormap_6 #0000ff
#colormap_7 #8d6600
#colormap_8 #666666
#colormap_9 #cdcdcd
#colormap_10 #af00ff
#colormap_11 #ffff00
#colormap_12 #ff3030
#colormap_13 #00ff00
#colormap_14 #00ffff
#colormap_15 #c79d55
## Miscellaneous settings
## - Client fps (defaults to 100, best left disabled)
#fps 100
## - Your unix user name (best left disabled)
#realname xxx
## - Your TomeNET path (best left disabled)
#path xxx
## Graphics settings
## - Enable graphics in general (0 = off. 1 = on, 2 = dual-mask mode)
graphics 0
## - Specify basename for loaded graphics file and possible custom graphics character redefinitions.
## If "graphics" option is enabled, the tiles can be loaded from lib/xtra/graphics/{graphic_tiles}.bmp (Eg: lib/xtra/graphics/8x8.bmp).
## The character redefinitions are loaded from lib/user/graphics-{os}.prf (the "{os}" is replaced by "x11", "win", "mac", ...)
## or from a custom graphics redefinition file lib/user/graphics-{graphic_tiles}.prf, if the file exists.
##
## Important: The value has to be in format "{int width}x{int height}[{string}]", because tile width and height is extracted from the string.
graphic_tiles 16x24sv
## Audio settings
## - Enable audio in general (0 = off, 1 = on)
sound 1
## - Pre-cache audio (defaults to on; recommended)
#cacheAudio 1
## - Mixer sample rate, default is 44100 (best left disabled)
## It is highly recommended to not changed this to
## avoid wrongly pitched audio on some systems.
#audioSampleRate 44100
## - Number of mixer channels, ie the number of sound effects
## that can be played simultaneously. (4..32)
#audioChannels 32
## - Sample buffer size (larger = more lagging sound,
## smaller = skipping on slow machines. 128..8192)
audioBuffer 1024
## - Subfolders within lib/xtra folder that contain audio packs
soundpackFolder sound
musicpackFolder music
## - Turn various things on(1) or off(0)
audioMaster 1
audioMusic 1
audioSound 1
audioWeather 1
## - Mixer values for various things (0..100)
audioVolumeMaster 70
audioVolumeMusic 70
audioVolumeSound 70
audioVolumeWeather 70
## Window settings
## - Set visibility, position (if supported), size and font of all windows.
## Possible fonts (depending on your system) might be for example:
## 4x6, 5x7, 5x8, 6x9, 6x10, 6x12, 7x13, 7x14, 8x13, 9x15, 10x20, 12x24.
## 'TomeNET' Main window
Term-Main_X 0
Term-Main_Y 0
Term-Main_Columns 80
Term-Main_Lines 24
Term-Main_Font 8x13
## 'Msg/Chat' Term-1 window
Term-1_Title Msg/Chat
Term-1_Visible 1
Term-1_X 0
Term-1_Y 0
Term-1_Columns 80
Term-1_Lines 24
Term-1_Font 6x10
## 'Inventory' Term-2 window
Term-2_Title Inventory
Term-2_Visible 1
Term-2_X 0
Term-2_Y 0
Term-2_Columns 80
Term-2_Lines 24
Term-2_Font 6x10
## 'Character' Term-3 window
Term-3_Title Character
Term-3_Visible 1
Term-3_X 0
Term-3_Y 0
Term-3_Columns 80
Term-3_Lines 24
Term-3_Font 5x8
## 'Chat' term-4
Term-4_Title Chat
Term-4_Visible 1
Term-4_X 0
Term-4_Y 0
Term-4_Columns 80
Term-4_Lines 24
Term-4_Font 6x10
## 'Equipment' term-5
Term-5_Title Equipment
Term-5_Visible 1
Term-5_X 0
Term-5_Y 0
Term-5_Columns 80
Term-5_Lines 14
Term-5_Font 5x8
## 'Bags', term-6
Term-6_Title Bags
Term-6_Visible 1
Term-6_X 0
Term-6_Y 0
Term-6_Columns 80
Term-6_Lines 13
Term-6_Font 5x8
## unnamed, term-7
Term-7_Title Term-7
Term-7_Visible 0
Term-7_X 0
Term-7_Y 0
Term-7_Columns 80
Term-7_Lines 24
Term-7_Font 5x8
## unnamed, term-8
Term-8_Title Term-8
Term-8_Visible 0
Term-8_X 0
Term-8_Y 0
Term-8_Columns 80
Term-8_Lines 24
Term-8_Font 5x8
## unnamed, term-9
Term-9_Title Term-9
Term-9_Visible 0
Term-9_X 0
Term-9_Y 0
Term-9_Columns 80
Term-9_Lines 24
Term-9_Font 5x8