-
Notifications
You must be signed in to change notification settings - Fork 13
/
README
88 lines (59 loc) · 2.26 KB
/
README
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
Der Clou! - SDL Port v2.7
=========================
Original version by:
neo Software Produktions GmbH
Port by:
Vasco Alexandre da Silva Costa <vasco.costa AT gmail.com>
Thanks to:
Thomas Trummer <cosp AT antaresdesign.org>
* for the HSC music code and valuable insight
Jens Granseuer <jensgr AT gmx.net>
* for patches
Patrick Fehr
Felix Schwarz
* for bug reports
Please read the LICENSE file in this directory before proceeding.
To compile:
===========
You need SDL 2.0 installed. Type 'make' to compile.
Instructions:
=============
To run the game type 'derclou'.
Here is the command line usage:
-------------------------------------------------------------------------------
Syntax:
derclou [-h] [-d[<num>]] [-f] [-m<num>] [-s<num>]
Flags:
-d[<num>] - enable debug output (debug level [1])
-f - fullscreen mode
-g<num> - graphics zoom factor (1,2,4)
-h - show help
-m<num> - set music volume to <num> (0-255)
-s<num> - set sfx volume to <num> (0-255)
-t - trainer
-------------------------------------------------------------------------------
Implementation:
===============
* The game autodetects the following data files:
a) Der Clou!
b) Der Clou! CD-ROM
c) Der Clou! Profidisk
d) Der Clou! Profidisk CD-ROM
PC version only.
It also autodetects the language: German/English/French/Spanish/Slovak.
* The game tries to load the datafiles from the directory pointed by
the environment variable 'DERCLOU_ROOTDIR'.
Failing that it will try to load them from the current directory.
The free datafiles (German) can no longer be downloaded from the neo website.
The website has been down for some time. I put these files in a tarball here:
https://sites.google.com/site/vascocosta/theclue
Just 'cd' into the created directory and run 'derclou' to play.
* The English datafiles have not been released by neo Software since they
do not own the copyright for them. Not that you should have much trouble
finding them.
Request:
========
If you like this software please contact neo Software Produktions GmbH and help
me persuade them to re-release the source code under an actual open source
license like the GNU GPL. Be nice to them.
Enjoy!