1fillets(6) Games Manual fillets(6)
2
3
4
6 fillets - puzzle game about witty fish saving the world sokoban style
7
9 fillets [options]
10
12 Fish Fillets is strictly a puzzle game. The goal in every of the sev‐
13 enty levels is always the same: find a safe way out. The fish utter
14 witty remarks about their surroundings, the various inhabitants of
15 their underwater realm quarrel among themselves or comment on the
16 efforts of your fish. The whole game is accompanied by quiet, comfort‐
17 ing music.
18
19 There is an excellent in game tutorial available, so you can start
20 playing right away.
21
23 -h, --help
24 Show summary of options.
25
26 -v, --version
27 Show version of program.
28
29 -c, --config
30 Show config variables and values.
31
32 fullscreen=<boolean>
33 Turn fullscreen on/off.
34 Default: fullscreen=0
35
36 lang=<code>
37 ISO 639 2-letter code (for ex.: en, cs, fr, de)
38 see http://www.w3.org/WAI/ER/IG/ert/iso639.htm
39 Default: lang=LC_MESSAGES
40
41 loglevel=<number>
42 Loglevel uses same numbers as syslog.
43 for ex.: 3 for ERROR, 4 for WARNING, 6 for INFO, 7 for DEBUG
44 Default: loglevel=6
45
46 show_steps=<boolean>
47 Show step counter in level.
48 Default: show_steps=0
49
50 sound=<boolean>
51 Turn sound on/off.
52 Default: sound=1
53
54 speech=<code>
55 ISO 639 2-letter code (for ex.: en, cs, fr, de)
56 see http://www.w3.org/WAI/ER/IG/ert/iso639.htm
57 Default: same as lang
58
59 subtitles=<boolean>
60 Show subtitles in level.
61 Default: subtitles=1
62
63 systemdir=<path>
64 Path to game data.
65
66 userdir=<path>
67 Path to game data.
68 Default: userdir=$HOME/.fillets-ng
69
70 volume_sound=<number>
71 Sound volume in percentage.
72 Default: volume_sound=90
73
74 volume_music=<number>
75 Music volume in percentage.
76 Default: volume_music=50
77
78 worldmap=<path>
79 Relative path to worldmap file.
80 Useful for external levels.
81 Default: worldmap=script/worldmap.lua
82
83
85 Up, down, left and right arrow keys control the current fish.
86 Use space bar to switch between the fish.
87
88 restart level - Backspace
89 undo - -
90 help - F1
91 save game - F2
92 load game - F3
93 show/hide level move counter - F5
94 show/hide subtitles - F6
95 game menu - F10
96 toggle fullscreen - F11
97 increase game speed - hold down Shift
98
99 Find more information in the "How to Play" html manual listed below.
100
102 /usr/share/doc/fillets-ng/html/manual.html
103 http://fillets.sf.net
104
106 Fish Fillets - Next Generation was written by
107
108 Ivo Danihelka <ivo@danihelka.net>
109 - main developer
110 - developed new game engine
111
112 Pavel Danihelka <fillets@danihelka.net>
113 - webmaster, level data, documentation
114
115 Frederic Panico <fratloev@yahoo.fr>
116 - French translation
117
118 Ronny Standtke <Ronny.Standtke@gmx.de>
119 - German translation
120
121 Simone Cociancich <simone.coch@tin.it>
122 - Italian translation
123
124 Przemek Bojczuk <przemek@bojczuk.pl>
125 - Polish translation
126
127 César Catrián C. <ccatrian@eml.cc>
128 - Spanish translation
129
130 Astrid de Wijn <a.s.dewijn@phys.uu.nl>
131 - Dutch translation
132
133 Damyan Ivanov <divanov@creditreform.bg>
134 - Bulgarian translation
135
136 Olov Gustavsson <olov.gustavsson@bredband.net>
137 - Swedish translation
138
139 Marko Burjek <email4marko[at]gmail[dot]com>
140 - Slovenian translation
141
142 Ricardo Faria <rickybrag@gmail.com>
143 - Brazilian Portuguese translation
144
145 Leonid Myravjev <lemy@bk.ru>
146 - Russian translation
147
148 ALTAR interactive <info@altarinteractive.com>
149 - developed original game in 1998 (for Win32)
150 - released code and data under GNU/GPL in 03/2004
151
152 This manual page was written for the Debian distribution because the
153 original program did not have a manual page.
154
155 This manual page was written by fabian linzberger <e@lefant.net>, for
156 the Debian project (but may be used by others).
157
158
159
160 April 18, 2005 fillets(6)