| 1 |
.\"
|
| 2 |
.\" Copyright (C) 1998 Mark Baysinger (mbaysing@ucsd.edu)
|
| 3 |
.\" Copyright (C) 1998,1999 Ross Combs (ross@bnetd.org)
|
| 4 |
.\" Copyright (C) 1999 Rob Crittenden (rcrit@greyoak.com)
|
| 5 |
.\"
|
| 6 |
.\" This is free documentation; you can redistribute it and/or
|
| 7 |
.\" modify it under the terms of the GNU General Public License as
|
| 8 |
.\" published by the Free Software Foundation; either version 2 of
|
| 9 |
.\" the License, or (at your option) any later version.
|
| 10 |
.\"
|
| 11 |
.\" The GNU General Public License's references to "object code"
|
| 12 |
.\" and "executables" are to be interpreted as the output of any
|
| 13 |
.\" document formatting or typesetting system, including
|
| 14 |
.\" intermediate and printed output.
|
| 15 |
.\"
|
| 16 |
.\" This manual is distributed in the hope that it will be useful,
|
| 17 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 18 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 19 |
.\" GNU General Public License for more details.
|
| 20 |
.\"
|
| 21 |
.\" You should have received a copy of the GNU General Public
|
| 22 |
.\" License along with this manual; if not, write to the Free
|
| 23 |
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
|
| 24 |
.\" USA.
|
| 25 |
.\"
|
| 26 |
.TH BNETD 1 "12 June, 2000" "BNETD" "The bnetd Project"
|
| 27 |
.SH NAME
|
| 28 |
bnetd \- Unix Battle.net daemon
|
| 29 |
.SH SYNOPSIS
|
| 30 |
.B bnetd
|
| 31 |
[\fB-f\fP]
|
| 32 |
[\fB-c\fP \fIconfigfile\fP]
|
| 33 |
[\fB-d\fP \fIdumpfile\fP]
|
| 34 |
.SH DESCRIPTION
|
| 35 |
.B bnetd
|
| 36 |
is a program that will eventually completely emulate a Blizzard Battle.net
|
| 37 |
server. Currently Starcraft, Brood War, Diablo, and Warcraft II BNE are
|
| 38 |
supported as clients.
|
| 39 |
.LP
|
| 40 |
It is known to work under most versions of Unix and can also be used under
|
| 41 |
Windows as a win32 console application.
|
| 42 |
.SH OPTIONS
|
| 43 |
.TP
|
| 44 |
.B \-c --config
|
| 45 |
Use this configuration file instead of the compiled-in default location.
|
| 46 |
.TP
|
| 47 |
.B \-d --hexdump
|
| 48 |
Put a hex dump of packets sent and received into the specified file.
|
| 49 |
.TP
|
| 50 |
.B \-f --foreground
|
| 51 |
The server normally acts as a daemon and goes into the background. This forces
|
| 52 |
the server to run in the foreground.
|
| 53 |
.TP
|
| 54 |
.B \-h --help --usage
|
| 55 |
Print server usage information and exit.
|
| 56 |
.TP
|
| 57 |
.B \-v --version
|
| 58 |
Print its version number and exit.
|
| 59 |
.SH FILES
|
| 60 |
.TP
|
| 61 |
.I bnetd.conf
|
| 62 |
The main configuration file. Among other things, it specifies the locations for
|
| 63 |
the other files used by the daemon.
|
| 64 |
.TP
|
| 65 |
.I bnmotd.txt
|
| 66 |
The "message of the day" file. This is displayed when the user enters the
|
| 67 |
first chat channel.
|
| 68 |
.TP
|
| 69 |
.I bnetd_default_user
|
| 70 |
This is the default account file. The contains all default account attributes
|
| 71 |
which are used when an attribute is not set on an actual account.
|
| 72 |
|
| 73 |
.I channel.list
|
| 74 |
This is the permanent channel list. Short names, target clients, and other
|
| 75 |
attributes may be specified here.
|
| 76 |
.TP
|
| 77 |
.I news.txt
|
| 78 |
The contensts of this file are printed when the /news command is used.
|
| 79 |
.TP
|
| 80 |
.I ad.list
|
| 81 |
This is the ad banner list which determines which banners to display at which
|
| 82 |
times. The order of display for the banners may be specified as well as the
|
| 83 |
URL which they should follow when clicked.
|
| 84 |
.TP
|
| 85 |
.I bnban
|
| 86 |
The IP ban file can be used to block connections from certain addresses.
|
| 87 |
.TP
|
| 88 |
.I bnhelp
|
| 89 |
This file contains the the chat command help.
|
| 90 |
.TP
|
| 91 |
.I gametrans
|
| 92 |
The game address translation file can be used to allow players from behind a
|
| 93 |
NAT firewall to play with those outside of the firewall.
|
| 94 |
.TP
|
| 95 |
.I autoupdate
|
| 96 |
This is the autoupdate MPQ archive list. It chooses which versions of which
|
| 97 |
clients to update.
|
| 98 |
.TP
|
| 99 |
.I tos.txt
|
| 100 |
This is the Terms Of Service file that is displayed before a user can create
|
| 101 |
a new account.
|
| 102 |
.TP
|
| 103 |
.I icons.bni
|
| 104 |
The icons which the client displays for players in the chat rooms.
|
| 105 |
.TP
|
| 106 |
.I ad000001.pcx
|
| 107 |
This is the ad Banner. Currently, it says "Welcome to... BNETD".
|
| 108 |
.SH NOTES
|
| 109 |
The current version is available at:
|
| 110 |
.LP
|
| 111 |
.RS
|
| 112 |
.I http://www.bnetd.org/
|
| 113 |
.RE
|
| 114 |
.SH "SEE ALSO"
|
| 115 |
.BR bntrackd (1),
|
| 116 |
.BR bnproxy (1),
|
| 117 |
.BR bnchat (1),
|
| 118 |
.BR bnbot (1),
|
| 119 |
.BR bnpass (1),
|
| 120 |
.BR bnftp (1),
|
| 121 |
.BR bnetd.conf (5),
|
| 122 |
.BR bnmotd.txt (5)
|
| 123 |
.SH AUTHORS
|
| 124 |
Ross Combs (\fIross@bnetd.org\fP),
|
| 125 |
Rob Crittenden (\fIrob@bnetd.org\fP), and
|
| 126 |
Mark Baysinger (\fImark@bnetd.org\fP)
|