forked from OpenDUNE/OpenDUNE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
92 lines (71 loc) · 2.89 KB
/
README.txt
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
About
-----
OpenDUNE is an open source re-creation of the popular game "Dune II",
originally made by Westwood Studios, and released by Virgin Entertainment.
It attempts to re-create the original game and apply modern technology to it
to allow it to be run natively on most operating systems.
OpenDUNE is licensed under the GNU General Public License version 2.0. For
more information, see the COPYING file included with every release and source
download of the game.
Contact
-------
The latest version of OpenDUNE is always availabe at:
http://www.opendune.org/
The latest development version is at:
https://github.com/OpenDUNE/OpenDUNE
Our IRC (chat) is at:
irc.oftc.net / #OpenDUNE
You can report bugs at:
https://github.com/OpenDUNE/OpenDUNE/issues
Our wiki is at:
https://github.com/OpenDUNE/OpenDUNE/wiki
Supported Platforms
-------------------
OpenDUNE is written in ANSI C (C89), and only requires SDL to run. In result,
OpenDUNE should run on all platforms supported by SDL.
Currently we official support the following platforms:
- Linux
- Mac OS X (Intel, i686 / x86_64, 10.4+)
- Windows
Requirements
------------
OpenDUNE doesn't require any library to run on Windows. For Mac OS X we make
so-called static-compiled binaries, which means all libraries it depends on
(mostly LibSDL) are already included in the binary, and no action is
required on your part
For Linux, you need to install LibSDL yourself. It is available in every
package manager, and the chances are high it is already installed on your
system.
In order to use sounds and music on Linux, you need a working ALSA driver.
Installation & Running
----------------------
Extract OpenDUNE.
Copy the original Dune2 1.07 data files (including dune2.exe) to data/. All
filenames should be lowercase for case-sensitive file systems (Linux, MacOSX).
All three existing versions of the Dune 1.07 data files (eu, hs and us) will
work, but only with the eu/hs data files the French language will work, and
only with the eu data files the German language will work.
Start 'opendune'.
Enhancement over Dune2
-----------------------
See enhancement.txt.
Known Bugs
----------
See known_bugs.txt.
Changelog
---------
See changelog.txt.
Credits
-------
The OpenDUNE team (in alphabetical order):
Albert Hofkamp (Alberth) - Refactoring Dude
Loic Guilloux (glx) - Windows Guru
Patric Stout (TrueBrain) - Lead Developer
Steven Noorbergen (Xaroth) - Lead Manager
Thanks To (in alphabetical order):
Szabolcs Nagy (nsz) - ANSI C Guru
Ingo von Borstel (planetmaker) - For his many bug-reports
tneo - For his many bug-reports
David Wang (wangds) - For his many patches and bug-reports
Bug Reporters - Thank you all for all bug reports
Westwood - For an amazing game