ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/crossfire.man
Revision: 1.2
Committed: Thu Sep 7 21:42:41 2006 UTC (17 years, 8 months ago) by pippijn
Content type: application/x-troff-man
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Moved documents to doc/historic

File Contents

# User Rev Content
1 root 1.1 .TH crossfire 6 "Feb 04 2004" "" "CrossFire Game Server Manual"
2    
3     .SH NAME
4     CrossFire \- a multiplayer adventure and arcade game server
5    
6     .SH SYNOPSIS
7     crossfire [-<options>]
8    
9     .SH DESCRIPTION
10     .B CrossFire
11     is a multiplayer graphical arcade and adventure game, which has certain
12     flavours from other games, especially
13     .B Gauntlet (TM), NetHack, Moria, Angband,
14     and
15     .B Ragnarok.
16     Any number of players can move around in their own window, finding and using
17     items and battling monsters. They can choose to cooperate or compete in the
18     same world.
19     .PP
20     .B CrossFire
21     runs as a client/server model. You will also need one of the clients to
22     play. With them you can either connect to a server s.o. else has set up, or
23     run your own server and connect to that. At now clients exit for the
24     X-Windows, GTK, Java, and Windows NT environment.
25    
26     .SH OPTIONS
27     .TP
28     .B -csport <port number>
29     Specifies the port to that should be used for the client/server
30     connection.
31     .TP
32     .B -d
33     Turns on some debugging.
34     .TP
35     .B +d
36     Turns off debugging. Useful if DEBUG was defined at compile time.
37     .TP
38     .B -detach
39     This will run the server as a demon.
40     .TP
41     .B -h
42     Prints out a list of server options.
43     .TP
44     .B -log <file>
45     Specifies a file to send output to. Only has meaning if
46     .B -detach
47     is specified.
48     .TP
49     .B -mon
50     Turns on monster-debugging.
51     .TP
52     .B -o
53     Prints out info on what was defined at compile time.
54     .TP
55     .B -s
56     Displays the highscore list.
57     .TP
58     .B -score <name | class>
59     Displays all highscores with matching name or class.
60     .TP
61     .B -v
62     Prints out version and contributors.
63     .PP
64     The following options are only available if DUMP_SWITCHES was defined at
65     compile time. You can only use one of them without any other option.
66     .TP
67     .B -m
68     Dumps out suggested experience for all monsters.
69     .TP
70     .B -m2
71     Dumps out abilities.
72     .TP
73     .B -m3
74     Dumps out artifact information.
75     .TP
76     .B -m4
77     Dumps out spell information.
78     .TP
79     .B -m5
80     Dumps out skill information.
81     .TP
82     .B -m6
83     Dumps out race information.
84     .TP
85     .B -m7
86     Dumps out alchemy information.
87     .TP
88     .B -m8
89     Dumps out gods information.
90     .TP
91     .B -m9
92     Dumps out more alchemy information.
93     .TP
94     .B -mt <name>
95     Dumps out a list of treasures for a monster.
96    
97     .SH SEE ALSO
98     .B cfclient(6)
99    
100     .SH BUGS
101     Please read the REPORTING BUGS section in
102     .I README.
103    
104     .SH AUTHOR
105     (C) 1994 Mark Wedel (mwedel@scruznet.com)
106     (C) 1992 Frank Tore Johansen (frankj@ifi.uio.no)