Add a -V option.
[super-star-trek.git] / doc / sst.xml
1 <!DOCTYPE refentry PUBLIC 
2    "-//OASIS//DTD DocBook XML V4.1.2//EN"
3    "docbook/docbookx.dtd">
4 <refentry id='sst.6'>
5 <refmeta>
6 <refentrytitle>sst</refentrytitle>
7 <manvolnum>6</manvolnum>
8 <refmiscinfo class='date'>Nov 1 2004</refmiscinfo>
9 </refmeta>
10 <refnamediv id='name'>
11 <refname>sst</refname>
12 <refpurpose>the classic Super Star Trek game</refpurpose>
13 </refnamediv>
14 <refsynopsisdiv id='synopsis'>
15
16 <cmdsynopsis>
17 <command>sst</command>
18       <arg choice='opt'>-r <replaceable>filename</replaceable></arg> 
19       <arg choice='opt'>-t </arg> 
20       <arg choice='opt'>-x </arg> 
21       <arg choice='opt'>-V </arg> 
22       <arg rep='repeat' ><replaceable>command</replaceable></arg>  
23 </cmdsynopsis>
24
25 </refsynopsisdiv>
26
27 <refsect1 id='description'><title>DESCRIPTION</title>
28
29 <para>The Organian Peace Treaty has collapsed, and the Federation is
30 at war with the Klingon Empire. Joining the Klingons against the
31 Federation are the members of the Romulan Star Empire. As commander
32 of the Starship U.S.S. Enterprise, your job is to wipe out the Klingon
33 invasion fleet and make the galaxy safe for democracy.</para>
34
35 <para>This is one of the great early classic computer games from the
36 1970s and still has a remarkable amount of play value. Run
37 <command>sst</command> in a terminal window to start it.  Typing
38 'comands' at the prompt will list all commands; help is available for
39 each one individually as well.  Full documentation is <ulink
40 url='http://sst.berlios.de/sst-doc.html'>browseable</ulink>.  On
41 systems where <filename>/usr/share/doc/sst/</filename> is a legal
42 filename, it will probably be installed there as well.</para>
43
44 <para>The option -t forces the original pure-tty mode.
45 Normally sst tries to come up in full-screen mode that assumes it is
46 running on a cursor-addressable terminal or terminal emulator.</para>
47
48 <para>The option -r sets up replay of a session logfile.  Commands
49 in the logfile are executed, then additional commands are taken
50 from stdin as normal.  The -r option forces -t mode.</para>
51
52 <para>The option -x enables some debugging features of interest
53 probably only to sst2k developers.</para>
54
55 <para>With -V, the program emits its version and exits.</para>
56
57 <para>Input tokens for the setup prompts will be read from the
58 remainder of the command line before standard input.  Thus, for
59 example, you can invoke the program as</para>
60
61 <programlisting>
62 sst regular medium good fancy
63 </programlisting>
64
65 <para>to start a regular medium game as a good player in 'fancy'
66 mode (all features enabled).</para>
67 </refsect1>
68
69 <refsect1 id='files'><title>FILES</title>
70 <variablelist>
71 <varlistentry>
72 <term><filename>/usr/share/doc/sst/sst.doc</filename></term>
73 <listitem>
74 <para>Documentation file.</para>
75 </listitem>
76 </varlistentry>
77 <varlistentry>
78 <term><filename>$TMPDIR/sst-input.log</filename></term>
79 <listitem>
80 <para>Where user input is saved to (send this with your bug reports).
81 If TMPDIR is not set is defaults to <filename>/tmp</filename>.</para>
82 </listitem>
83 </varlistentry>
84 <varlistentry>
85 <term><filename>emsave.trk</filename></term>
86 <listitem>
87 <para>Save file produced by EMEXIT command.</para>
88 </listitem>
89 </varlistentry>
90 </variablelist>
91 </refsect1>
92
93 <refsect1 id='authors'><title>AUTHORS</title> 
94 <para>Super Star Trek was designed and written by David Matuszek, Paul
95 Reynolds, and Don Smith in the 1970s.  It was resurrected by Tom Almy.
96 The screen-oriented interface is by Stas Sergeev. This version has
97 been improved, cleaned up and documented by Eric S. Raymond
98 <email>esr@snark.thyrsus.com</email>.  There is a <ulink
99 url='https://developer.berlios.de/projects/sst/'>project
100 page</ulink>.</para>
101 </refsect1>
102 </refentry>
103