1## TomeNET configuration file for clients running on *NIX platforms:
2## You should copy this file to your home directory. The client will read the
3## settings in this file and update some of them after you quit.
4##
5## Lines that start with '#' will ignored. Please make sure that each line
6## includes the expected number of parameters or your client may crash.
7
8## Automatic login settings
9
10## - Account name
11#nick		Gandalf
12
13## - Account password
14#pass		mithrandir
15
16## - Character name for fully automatic login
17#name		Gandalf
18
19## - Meta server providing a list of game servers
20##   leave commented out to use default (meta.tomenet.eu)
21#meta		meta.tomenet.eu
22
23## - Server and port you wish to connect to;
24##   leave commented out to get a list of servers
25#server		europe.tomenet.eu
26#port		18348
27
28## - Perform automatic login with nick, pass and also character name
29#fullauto
30
31# Use lighter 'dark blue' colour to increase readability on some screens
32lighterDarkBlue
33
34
35
36## Miscellaneous settings
37
38## - Client fps (defaults to 100, best left disabled)
39#fps		100
40
41## - Your unix user name (best left disabled)
42#realname	xxx
43
44## - Your TomeNET path (best left disabled)
45#path		xxx
46
47
48
49## Graphics settings
50
51## - Enable graphics in general (0 = off)
52##   Note: Not supported at the moment
53#graphics	0
54
55
56
57## Audio settings
58
59## - Enable audio in general (0 = off, 1 = on)
60sound			1
61
62## - Pre-cache audio (defaults to on; recommended)
63#cacheAudio		1
64
65## - Mixer sample rate, default is 44100 (best left disabled)
66##   It is highly recommended to not changed this to
67##   avoid wrongly pitched audio on some systems.
68#audioSampleRate	44100
69
70## - Number of mixer channels, ie the number of sound effects
71##   that can be played simultaneously. (4..32)
72#audioChannels		32
73
74## - Sample buffer size (larger = more lagging sound,
75##   smaller = skipping on slow machines. 128..8192)
76audioBuffer		1024
77
78## - Turn various things on(1) or off(0)
79audioMaster		1
80audioMusic		1
81audioSound		1
82audioWeather		1
83
84## - Mixer values for various things (0..100)
85audioVolumeMaster	75
86audioVolumeMusic	100
87audioVolumeSound	100
88audioVolumeWeather	100
89
90
91
92## Window settings
93## - Set visibility, position (if supported), size and font of all windows.
94##   Possible fonts (depending on your system) might be for example:
95##   4x6, 5x7, 5x8, 6x9, 6x10, 6x12, 7x13, 7x14, 8x13, 9x15, 10x20, 12x24.
96
97## 'TomeNET' main window
98Mainwindow_X			0
99Mainwindow_Y			0
100Mainwindow_Columns		80
101Mainwindow_Lines		24
102Mainwindow_Font			8x13
103
104## 'Msg/Chat' mirrow window
105Mirrorwindow_Title		Msg/Chat
106Mirrorwindow_Visible		1
107Mirrorwindow_X			0
108Mirrorwindow_Y			0
109Mirrorwindow_Columns		80
110Mirrorwindow_Lines		24
111Mirrorwindow_Font		6x10
112
113## 'Inventory' recall window
114Recallwindow_Title		Inventory
115Recallwindow_Visible		1
116Recallwindow_X			0
117Recallwindow_Y			0
118Recallwindow_Columns		80
119Recallwindow_Lines		24
120Recallwindow_Font		6x10
121
122## 'Character' choice window
123Choicewindow_Title		Character
124Choicewindow_Visible		1
125Choicewindow_X			0
126Choicewindow_Y			0
127Choicewindow_Columns		80
128Choicewindow_Lines		24
129Choicewindow_Font		5x8
130
131## 'Chat' term-4
132Term-4window_Title		Chat
133Term-4window_Visible		1
134Term-4window_X			0
135Term-4window_Y			0
136Term-4window_Columns		80
137Term-4window_Lines		24
138Term-4window_Font		6x10
139
140## 'Equipment' term-5
141Term-5window_Title		Equipment
142Term-5window_Visible		1
143Term-5window_X			0
144Term-5window_Y			0
145Term-5window_Columns		80
146Term-5window_Lines		14
147Term-5window_Font		5x8
148
149## unnamed, term-6
150Term-6window_Title		Term-6
151Term-6window_Visible		0
152Term-6window_X			0
153Term-6window_Y			0
154Term-6window_Columns		80
155Term-6window_Lines		24
156Term-6window_Font		5x8
157
158## unnamed, term-7
159Term-7window_Title		Term-7
160Term-7window_Visible		0
161Term-7window_X			0
162Term-7window_Y			0
163Term-7window_Columns		80
164Term-7window_Lines		24
165Term-7window_Font		5x8
166