Unix and Linux Discussions Tagged with experience |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
25,246 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,441 |
What is on Your Mind? |
|
|
|
0 |
2,380 |
Oracle Updates (RSS) |
|
|
|
0 |
1,255 |
Complex Event Processing RSS News |
|
|
|
0 |
2,246 |
Solaris BigAdmin RSS |
|
|
|
3 |
9,875 |
Programming |
|
|
|
9 |
3,676 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,396 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,220 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,587 |
Programming |
|
|
|
5 |
7,037 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,386 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,547 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,909 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,608 |
Programming |
|
|
|
1 |
10,158 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,481 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,843 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,579 |
Programming |
|
|
|
2 |
3,265 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,176 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
4,437 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,159 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
5,341 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
5,947 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
12,074 |
HP-UX |
|
|
|
1 |
3,562 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,077 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,333 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,883 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
15,046 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,624 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
31,239 |
Where do I download LINUX & UNIX? |
|
|
|
9 |
5,479 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,666 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,093 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,432 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,953 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,921 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,621 |
UNIX for Dummies Questions & Answers |
crossfire(6) CrossFire Game Server Manual crossfire(6)
NAME
CrossFire - a multiplayer adventure and arcade game server
SYNOPSIS
crossfire-server [-<options>]
DESCRIPTION
CrossFire is a multiplayer graphical arcade and adventure game, which has certain flavours from other games, especially Gauntlet (TM),
NetHack, Moria, Angband, and Ragnarok. Any number of players can move around in their own window, finding and using items and battling
monsters. They can choose to cooperate or compete in the same world.
CrossFire runs as a client/server model. You will also need one of the clients to play. With them you can either connect to a server some-
one else has set up, or run your own server and connect to that. At now clients exit for the X-Windows, GTK, Java, and Windows NT environ-
ment.
OPTIONS
-csport <port number>
Specifies the port to that should be used for the client/server connection.
-d Turns on some debugging.
+d Turns off debugging. Useful if DEBUG was defined at compile time.
-detach
This will run the server as a demon.
-h Prints out a list of server options.
-log <file>
Specifies a file to send output to. Only has meaning if -detach is specified.
-mon Turns on monster-debugging.
-o Prints out info on what was defined at compile time.
-s Displays the highscore list.
-score <name | class>
Displays all highscores with matching name or class.
-v Prints out version and contributors.
The following options are only available if DUMP_SWITCHES was defined at compile time. You can only use one of them without any other
option.
-m Dumps out suggested experience for all monsters.
-m2 Dumps out abilities.
-m3 Dumps out artifact information.
-m4 Dumps out spell information.
-m5 Dumps out skill information.
-m6 Dumps out race information.
-m7 Dumps out alchemy information.
-m8 Dumps out gods information.
-m9 Dumps out more alchemy information.
-mt <name>
Dumps out a list of treasures for a monster.
-mexp Dumps out the experience table.
-mq Dumps out the list of defined quests.
SEE ALSO
cfclient(6)
BUGS
Please read the REPORTING BUGS section in README.
AUTHOR
(C) 1994 Mark Wedel (mwedel@scruznet.com)
(C) 1992 Frank Tore Johansen (frankj@ifi.uio.no)
Feb 04 2004 crossfire(6)