File: README.md

package info (click to toggle)
freeorion 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 194,940 kB
  • sloc: cpp: 186,508; python: 40,969; ansic: 1,164; xml: 719; makefile: 32; sh: 7
file content (46 lines) | stat: -rw-r--r-- 2,088 bytes parent folder | download
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
# Resource directory (default)

The contents of the resource directory define the assets available to
FreeOrion, as well as logic for modifiable content.
These assets determine the appearance and functionality of FreeOrion.

While much of the content within this directory is required in any resource
directory, most is either
* required only from inclusion in other entries
* strictly optional

Each sub-directory has an accompanying README file within it.
This file should give a guideline for any entries or files required by
FreeOrion if a new resource directory is created.

An alternate resource directory can be specified with the
--resource.path command line flag, or by changing the resource.path node in the
user's config.xml.
See http://www.freeorion.org/index.php/Config.xml for details on the config.xml
file.

## Contents

* customizations/  -  User customizations
* data/  -  Contains data files used by FreeOrion, including graphics, fonts,
and sound.
* python/  -  All content processed by python scripts are located here.  This
is logic for AI decisions, events that occur each turn, and creation of a new
universe when starting a new game.
* scripting/  -  This directory contains the definitions of content within
FreeOrion.
* shaders/  -  Shader effects applied to various graphics during specific game
events.
* stringtables/  -  Language translations.  The only required file is
**en.txt**, which is also a fallback for any other translations.  Any
corrections to translations, or updates for omitted languages are welcome.
* stringtables/content_specific_parameters.txt  -  **This file and the contained entries are
required by FreeOrion**, the entries should be modified to reflect related
content changes.  See file for details.
* stringtables/common_user_customizations.txt  -  File that controls the interface.
See the contents for more information.
* COPYING  -  License info related to any content in this directory.
**Required file and content.**
* credits.xml  -  Acknowledgments of those who have made FreeOrion possible. 
**Required file and content.**