-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
129 lines (83 loc) · 2.85 KB
/
README
File metadata and controls
129 lines (83 loc) · 2.85 KB
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
DAIMONIN README
---------------
This file contains some important information about DAIMONIN. You should read
it first.
TABLE OF CONTENTS
* project description
* project website
* system requirements
* file structure
* build / installation (see file INSTALL)
* maintainers / credits (see file CREDITS)
* project news (see file NEWS)
* mailing lists
* license information (see file LICENSE)
PROJECT DESCRIPTION
DAIMONIN is a graphical 2d tile-based MMORPG with true color and mp3 sound.
PROJECT WEBSITE
Project homepage: http://www.daimonin.org/
Project website: http://sourceforge.net/projects/daimonin/
SYSTEM REQUIREMENTS
TODO
Daimonin is designed to run on low-end systems as far as possible.
Windows, Linux, etc. are supported.
FILE STRUCTURE
Note: a more detailed file structure can be found in the file FOLDERS.txt.
arch/
Contains the archetypes, which are object prototypes with animations and
graphics, plus all information related to archetypes, like treasurelists.
This is needed for running a Daimonin server or creating Daimonin content
like maps or new archetypes for game objects.
Artistic Credits
Lists authors and creators of art files used by Daimonin.
Artistic License
License conditions for art files, especially graphics.
bin/
Contains some batch files for starting the server, client and editor in Windows.
TODO: Is bin/ really a good place for them? I guess no. (Cher)
client/
Contains the classical 2d SDL-based client for Daimonin.
This is needed for playing daimonin.
client3d/
Contains the new 3d client client for Daimonin (under development).
COPYING
DAIMONIN license conditions. Note: applies to DAIMONIN program source only,
not third party libraries or art files.
CREDITS
List of project contributors.
dev/
Contains some binaries for Windows that are needed for the build process
plus some useful scripts.
doc/
Contains some documentation, for users as well as for developers.
HOW TO START.txt
Instructions for newcomers.
INSTALL
Installation instructions.
structure of some subdirectories.
LICENSE
File with license information.
maps/
The maps.
These are needed for running a Daimonin server or creating Daimonin content
like maps or new archetypes for game objects.
README
This file
server/
The game server.
This is needed for running your own Daimonin server.
BUILD / INSTALLATION
See the file INSTALL.
MAINTAINERS / CREDITS
See the file CREDITS
PROJECT NEWS
See the file NEWS (no news yet if the file doesn't exist)
MAILING LISTS
DAIMONIN mailing lists are the usual sourceforge hosted sourceforge project
mailing lists. The current mailing lists are:
* daimonin-devel@lists.sourceforge.net
DAIMONIN developer talk list
* daimonin-cvs@lists.sourceforge.net
svn commit digest list
LICENSE INFORMATION
See the file LICENSE