|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T x
Length: 5716 (0x1654) Types: TextFile Names: »xconq.6«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xconq/xconq.6«
.TH XCONQ 6 Utah .SH NAME xconq - X-based strategy game .SH SYNOPSIS .B xconq [ options ] ... .SH DESCRIPTION \fIXconq\fP is a multi-player strategic wargame. Your goal is to save the world from the evil empires attempting to take over. You get cities, armies, airplanes, and ships with which to accomplish your task. Success is achieved by the neutralization or defeat of the other sides, by any means available. First you have to find them! .PP Although the game can get complicated, to start you need only know about the help command '?', which is valid at any time. You start with only one city, which makes things even simpler. The city will automatically produce a military unit, which you will be prompted to move around. Eventually, you will get more and can attempt to take over other cities. The game keeps going until only one side is left in action; this player is then declared the winner. .PP By default, \fIxconq\fP starts up with one human (on the display in $DISPLAY) and one machine, playing on a randomly generated 60x30 world. Options are available to set numbers and kinds of players, as well as the kind of map used. In addition, \fIxconq\fP has extensive and elaborate facilities for building maps, scenarios, and historical periods, resulting in a wide variety of games. .SH OPTIONS .TP 5 .I host:display adds a human player to the game and assigns to the given host and display. Players get created in the same order as they appear on the command line, interleaved with the players created via \fB-e\fP and \fB-A\fP. All of the player adding options may be used any number of times in any order. .TP 5 .B \-A \fIhost:display\fP attaches a machine player to the given display. Ideal for those who like to watch. .TP 5 .B \-e \fInumber\fP sets the number of machine players not attached to displays. Non-displayed machine players are always allied with each other. .TP 5 .B \-m \fIname\fP reads the map named \fIname\fP and starts up a game on it. .TP 5 .B \-M \fIwidth height\fP generates a random map of the given size. The size must be at least 5x5, although some periods will impose additional constraints on the lower bound. In theory, there is no upper bound (but 200x200 is huge). .TP 5 .B \-p \fIname\fP reads the historical period specified by \fIname\fP, and sets everything up for that period. .TP 5 .B \-r resets the list of players on the command line. It is most useful when placed before other player specifications, to clear out the default players. .TP 5 .B \-s \fIname\fP reads a scenario with the name \fIname\fP. A scenario sets up a particular situation; it has a fixed number of sides that can participate. .TP 5 .B \-t \fInumber\fP toggles a chess-clock-like feature that limits the total time of play for each side. The amount is \fInumber\fP minutes per side. Time is only counted while actually waiting for input. .TP 5 .B \-v make the entire world seen by all players at the outset. This is useful if exploration is deemed to be time-consuming, or if the map is already known to everybody. Some maps already have this enabled. .TP 5 .B \-x allows scenarios, maps, periods, and players to be set up interactively via menus. The menus should be self-explanatory. .LP In addition, \fB-B\fP and \fB-D\fP are recognized; see the customization document for more details. .SH EXAMPLES .TP 8 .B xconq One human on local display, one machine, 60x30 random map .TP 8 .B xconq -m crater One human vs one machine, on the "crater lake" map .TP 8 .B xconq -e 0 foo:0 bar:0 Three humans (local, foo, and bar displays), 60x30 random map .TP 8 .B xconq -e 2 -M 90 40 -A baz:0 One human, three machines (one on display baz:0), 90x40 random map .TP 8 .B xconq -r -e 3 -m 1987 foo:0 bar:0 -A baz:0 Six players (4 machine, 1 on baz:0; 2 human, on foo:0 and bar:0), all playing on a 360x122 map of the earth with present-day cities. Major! .SH "X DEFAULTS" .TP 10 .B TextFont Font for all text. .TP 10 .B IconFont Font for miscellaneous pictures. .TP 10 .B UnitFont Font containing pictures of units (optional, associated with period). .SH AUTHOR Stan Shebs (shebs@cs.utah.edu) .SH FILES \fIsave.xconq\fP saved game .br \fIstats.xconq\fP performance statistics for a game .br \fIcmds.xconq\fP listing of commands .br \fIparms.xconq\fP listing of units and their characteristics .br \fIview.xconq\fP printable version of the map display .br \fI/usr/games/lib/xconq/*.map\fP predefined maps .br \fI/usr/games/lib/xconq/*.scn\fP predefined scenarios .br \fI/usr/games/lib/xconq/*.per\fP predefined historical periods .br \fI/usr/games/lib/xconq/*.onx\fP X10 fonts .br \fI/usr/games/lib/xconq/*.bdf\fP X11 uncompiled fonts .br \fI/usr/games/lib/xconq/*.snf\fP X11 compiled fonts .br \fI/usr/games/lib/xconq/xconq.news\fP news about features/additions .SH "SEE ALSO" .br .IR "Liberating the World (Made Simple)" .br .IR "Customizing Xconq (Made Somewhat Simple)" .SH DIAGNOSTICS If a given display cannot be opened due to a missing \fIxhost(1)\fP command, \fIxconq\fP will die, usually with a "broken pipe" error. .PP If the icon fonts cannot be found or opened, text will be substituted. .PP If the map is too small for the desired number of players, \fIxconq\fP will complain about not being able to place units. .PP There are some panic messages which usually precede a core dump by a few milliseconds. .PP Incorrect combinations of periods, maps, and scenarios can generate a host of different error messages. .SH BUGS Since some periods/maps/scenarios are interdependent, they must be specified in a particular order on the command line (period first usually). .PP Does not cope gracefully with insufficient memory. .PP Some annoying behaviors are actually features.