File: playref.texi

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (156 lines) | stat: -rw-r--r-- 2,388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
\input texinfo
@setfilename playref.info
@settitle Xconq Players Quick Reference

@finalout
@setchapternewpage off
@iftex
@raggedbottom
@global@parindent=0pt
@end iftex

@titlepage
@title Xconq Players Quick Reference
@subtitle April 1998
@author Stanley T. Shebs

@iftex
@headings off
@everyheading  @| @thistitle @| @thispage
@everyfooting Version 7.2 @| April 1998 @| (printed @today{})
@end iftex

@chapter Commands

@section Generic Commands

@clear FULL

@include commands.texi

@section X11 Interface Commands

@table @code

@item @code{ v }
(@code{flash}).  Flicker or animate the position of the current unit.

@item @code{ @{ }
(@code{z-in}) Zoom in (the cells appear larger).

@item @code{ @} }
(@code{z-out}) Zoom out (the cells appear smaller).

@end table

@table @code

@item @code{close}
Close a map window.

@item @code{map}
Open a new map window.

@item @code{rv}
Switch to reverse video.

@item @code{world-map}
Open a world map window.
This is like @code{map}, but the map is scaled to show the whole world
at once.

@item @code{mono}
Switch to monochrome display.
This is really meant for debugging only,
and is only available if debugging was compiled in.

@end table

@section curses Interface Commands

@table @code

@item @code{ _ }
(@code{set-info-lines}) Set list filter.

@item @code{ v }
@code{list-view} Set list view.

@item @code{ > }
@code{grow} Grow the map.

@item @code{ < }
@code{shrink} Shrink the map.

@end table

@table @code

@item @code{both}
Use both chars.

@end table

@section Mac Interface Commands

@table @code

@item
@code{C-[} @code{escape} Escape character.

@end table

@chapter Unit Properties

@table @asis

@item acp
Action points.

@item hp
Hit points.

@item cp
Completeness points.

@item supply
Supply amounts (one for each material type).

@item tp
Tooling points (one for each unit type).

@end table

@chapter Cell Properties

@table @asis

@item terrain
Main terrain type,
border and connection in each direction for each border or connection type,
and thickness of coating for each coating type.

@item elevation
Elevation.

@item people
People's side.

@item materials
Materials in terrain, for each material type.

@item temperature
Ambient temperature.

@item wind
Direction and force of wind.

@item clouds
Density, height and bottom elevation of clouds.

@item feature
Name of geographical feature.

@end table

@bye