blob: 37f6bbcce671473c699251860b754f2b62642540 (
about) (
plain) (
blame)
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
|
# These are the default options. Feel free to uncomment and change them.
[pentagram]
# Default game. No useful value other than "u8" as only
# Ultima 8 is supported.
## defaultgame=u8
# Run fullscreen? Disabled by default as it might cause problems on
# misconfigured X servers.
## fullscreen=no
# Width of the game resolution.
## scalex=320
# height of the game resolution.
## scaley=240
# Select the scaler you want to use. Currently you can choose between
# point, bilinear, scale2x, 2xSaI, hq2x.
## scaler=point
# The game resolution is scaled to this width.
## width=640
# The game resolution is scaled to this height.
## height=480
# Bits per pixel probably doesn't need to be changed.
## bpp=32
# Enable this to use the BitStream Vera font for conversations and object descriptions.
## ttf=no
# If you don't specify midi_driver, Pentagram will automatically select one,
# based on your platform.
# (Note: Windows will only work on Windows. CoreAudio only on Mac OS X.
# Alsa is Linux-only and UnixSeq will only work on Unix variants.)
# See further down for more options on Linux.
## midi_driver=disabled/windows/fmopl/timidity/alsa/unixseq/coreaudio
# SBo default option:
midi_driver=fmopl
# Enable this to skip the intro of U8 and initial conversation with Devon.
## skipstart=no
# Conversation speed. Higher is slower.
## textdelay=8
[u8]
# replace 'path to U8 directory' with the directory containing 'u8.exe'
## path=path to U8 directory
# SBo default option:
path=/usr/share/games/pentagram
# replace with the directory you want Pentagram to save games to.
# (no, loading of the original's savegames is not supported)
## save=path to U8 savegames directory
|