1 .TH "TETRINET-SERVER" "6" "2004-12-06"
2 .\" Please adjust this date whenever revising the manpage.
4 tetrinet-server \- server program for tetrinet
13 is a server program for
15 a networked version of tetris. You can use it to server both a TetriFast and an
16 original server for up to 6 people to connect and play. It doesn't support any
17 fancy features like different channels, but still includes support for
18 configureable cookie mode and a small winlist.
24 doesn't take any options at all. It reads all its settings from
26 on startup and creates a default file if there isn't one already there.
30 This is a short explenation of the configurationfile
32 together with its default entries. It is written after every game or when the
33 server quits. If it is not there it will be created automatically.
36 .BI winlist\ "Alcan;0;3;1 AndrewK;0;2;1"
37 This is the winlist the server keeps. Each parameter consists of four
38 semicolon-seperated fields:
39 .IR Name ; Team ; Points ; Games .\ Team
40 is a flag which is either
42 if the entry is for a team or
44 if the entry is for a player.
46 is just the number of points for the entry, and
48 is the number of games the entry has participated.
52 Sets classic mode for the game - that means, no cookies.
56 Sets the level in which the game will start.
60 Defines how many lines will issue a level increase.
64 How many levels are increased per
70 The levels of all player get averaged if this is set to
75 How many lines must be removed to get specials.
79 The number of specials that are added each time
84 .BI specialcapacity\ 18
85 This number tells you how many specials you can hold.
88 .BI pieces\ "14 14 15 14 14 14 15"
89 Sets the likeliness of the different pieces. Must sum up to 100. The order is:
90 bar (dark blue), square (yellow), reverse-L (green), L (purple), Z (red), S
91 (light blue), and T (yellow).
94 .BI specials\ "18 18 3 12 0 16 3 12 18"
95 Sets the likeliness of the different specials. Must sum up to 100. The order
96 is: A, C, N, R, S, B, G, Q, O.
100 This setting selects whether the client should try to remain compatible with
101 Windows clients. This only affects the winlist display; if
105 the server will send the number of games played by each player as well as
106 points won. This is set to zero by default.
116 The configuration file for
117 .BR tetrinet-server .
121 This manual page was written by Gerfried Fuchs <rhonda@deb.at>.