summaryrefslogtreecommitdiffstats
path: root/games/pentagram/pentagram.1
blob: c1f23fa6aa7c2ea4f9996b00142cc23343517cdb (plain)
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
.TH pentagram 1 "29 Oct 2011" "20110229_svn" "Pentagram"

.SH NAME
\fBpentagram\fR \- A reimplemented engine for the game
.B Ultima VIII: Pagan

.SH SYNOPSIS
.B pentagram
.RI [ options ]

.SH DESCRIPTION
.B pentagram
is an engine for playing the game
.B Ultima 8
on modern operating systems.
The files from the original game are required for
.B pentagram
to work. Since
.B Ultima 8
is a commercial work, this means you must own a
copy of the original game to legally play it with
\fBpentagram\fR.
.SH OPTIONS
.TP
.B \-h, \-\-help
Shows command\-line option help
.TP
.B \-q
Silence general logging messages.
.TP
.B \-qq
Silence general logging messages and non\-critical
warnings/errors.
.TP
.B \-\-game [gamename]
Select a game. This option is currently useless, since only Ultima 8 is supported.
.SH FILES
.TP
.B ~/.pentagram/
Config and savegame data.
.TP
.B ~/.pentagram/pentagram.ini
Configuration. Specifies the path to the game data, among other things.
The SlackBuilds.org build of pentagram uses a shell script wrapper to
create a default \fBpentagram.ini\fR if the user doesn't have one already.
See \fI/usr/doc/pentagram\-@VERSION@/README\fR for full details of the options
available in the config file.
.TP
.B ~/.pentagram/u8\-save/
Saved games. Not compatible with the original Ultima 8.
.TP
.B /usr/share/pentagram
This is the default location where
.B pentagram
looks for the Ultima 8 data files. This directory should contain
a complete installation of the game, including the file
.B U8.exe
(case\-insensitive;
.B u8.exe
or
.B U8.EXE
are also OK). This location can be changed by editing
.B ~/.pentagram/pentagram.ini
.SH CONTROLS
.SS Movement
Double\-click with the right mouse button will make the Avatar find a path to the selected spot.
.br
Left\-click on NPCs or objects to identify them.
.br
Double\-left\-click on NPCs or objects to initiate conversations or use the item.
.br
On pressing the right mouse button down the Avatar walks or runs (depending on distance between cursor and Avatar).
.br
Pressing right and left mouse button, makes the Avatar jump or while running a running jump.
.br
You can also move the Avatar with the keypad. Details are in the keycommands table below.
.SS Keyboard Commands
These are the default keyboard commands; they can be changed from the
options menu in the game, or by creating/editing
the file \fI~/.pentagram/u8bindings.ini\fR.
.TP
.B ~ 
hides/restores console. See \fI/usr/doc/pentagram\-@VERSION@/README\fR for
available console commands.
.TP
.B arrow keys 
moves Avatar around the map (no walking)
.TP
.B home,end 
moves Avatar vertically
.TP
.B Keypad 
Avatar walks (one animation cycle)
.TP
.B Shift+Keypad 
Avatar runs (one animation cycle)
.TP
.B Ctrl+Keypad 
Avatar makes a little step (one animation cycle)
.TP
.B Alt+Keypad 
Avatar jumps long (one animation cycle)
.TP
.B s 
toggles "avatarInStasis"
.TP
.B t 
outputs kernel/usecode/world/location stats to the console
.TP
.B e 
toggles editor items
.TP
.B h 
highlights any item you are "hitting", colliding with
.TP
.B i 
open backpack
.TP
.B z 
open paperdoll/status
.TP
.B r 
recall
.TP
.B c 
switches combat mode on/off
.TP
.B ESC 
main menu
.TP
.B alt+x 
quit
.TP
.B ctrl+q 
quits without confirmation
.TP
.B backspace 
close all open containers
.TP
.B F7 
Quicksave (savegames are not yet stable!)
.TP
.B F8 
Quickload
.TP
.B F11 
Shapeviewer
.TP
.B F12 
toggles frame by frame
.TP
.B shift 
quarter speed mode. needs to be held down
.TP
.B [ 
clears the screen, multiple presses show the paint order
.TP
.B ] 
Same as above, backwards
.SH AUTHORS
The
.B
Ultima
games were created by Richard Garriott, AKA Lord British,
and are copyrighted by Electronic Arts.
.PP
.B pentagram
written by
The Pentagram Team:
.br
Willem Jan Palenstijn <wjpalenstijn@users.sourceforge.net>
.br
Patrick Burke <takhisis@users.sourceforge.net>
.br
Max Horn <max@quendi.de>
.br
Ryan Nunn <colourles@users.sourceforge.net>
.br
Dominik Reichardt <dominus@users.sourceforge.net>
.br
Matthew Jimenez <mjimenez@users.sourceforge.net>
.br
Brian Tietz <btietz@broadcom.com>
.PP
Man page created by B. Watson, for the SlackBuilds.org
project. Permission hereby granted to use this man page anywhere, for any purpose.