~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/resources.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#The resource system uses resource groups. These are defined within the brackets. Most resources should go in the General resource group.
 
2
#There's two kinds of locations: "FileSystem" and "Zip". The former uses the regular file system while the latter is a zip file.
 
3
#The value in brackets following the type of location (for example "EmberFileSystem[user]") tells Ember in which places it should look. 
 
4
# "user" means that Ember will look in these locations:
 
5
#   * <ember home directory>/user-media. On a standard linux install this is ~/.ember/user-media . This directory allows the user to add his/her own media, thus overriding the default media. Everytime media is saved from within Ember (for example when editing a model through the Model Editor) the media is saved here.
 
6
#   * <ember home directory>/<ember media dir>. The name of the media directory is set in ember.conf. In most cases this is "ember-media-<version>". So for version 0.5.2 it's "~/.ember/ember-media-0.5.2". The contents of this directory is copied from PREFIX/share/ember/media/user at installation time, and then updated through wfut every time. The idea with this directory is to let it be updated through wfut. The user should never edit this media since it will be overwritten by wfut. Use the "user-media" directory instead.
 
7
# "shared" means that Ember will look for the media in PREFIX/shared/ember/media/shared only. This is media that is static and shared by all users on the system, and which won't be updated through wfut.
 
8
# if a directory contains a file named "norecurse" (it can be empty) Ember won't recurse further into it
 
9
 
 
10
#The bootstrap group contains basic resources such as the splash screen
 
11
[Bootstrap]
 
12
EmberFileSystem[user]=core
 
13
EmberFileSystem[shared]=core
 
14
 
 
15
#Contains resources used by CEGUI, such as the xml files needed as well as the textures used
 
16
[Gui]
 
17
EmberFileSystem[shared]=gui/
 
18
EmberFileSystem[user]=gui/
 
19
 
 
20
#Contains the main part of the media such as most meshes, material, shaders and so on
 
21
[General]
 
22
# Worldforge subversion repository should go here
 
23
EmberFileSystem[user]=common/
 
24
 
 
25
EmberFileSystem[user]=models/
 
26
EmberFileSystem[user]=particle/
 
27
EmberFileSystem[user]=sounds/
 
28
EmberFileSystem[user]=packs/humanoid/
 
29
 
 
30
EmberFileSystem[shared]=common/
 
31
EmberFileSystem[shared]=models/
 
32
EmberFileSystem[shared]=sounds/
 
33
 
 
34
#Contains all scripts, currently only lua scripts
 
35
[Scripting]
 
36
EmberFileSystem[shared]=scripting/
 
37
 
 
38
#Contains all model definitions (.modeldef) as well as modelmapping (.modelmap) and terrain definitions (.terrain)
 
39
[ModelDefinitions]
 
40
EmberFileSystem[user]=modeldefinitions/
 
41
EmberFileSystem[shared]=modeldefinitions/
 
42
 
 
43
#Contains all sound definitions (.sounddef) 
 
44
[SoundDefinitions]
 
45
EmberFileSystem[user]=sounddefinitions/
 
46
EmberFileSystem[shared]=sounddefinitions/
 
47
 
 
48
#Caelum specific media for the dynamic sky
 
49
[Caelum]
 
50
EmberFileSystem[user]=common/resources/ogre/caelum/core/
 
51
EmberFileSystem[shared]=common/resources/ogre/caelum/core/
 
52
 
 
53
[Hydrax]
 
54
EmberFileSystem[user]=common/resources/ogre/hydrax/
 
55
EmberFileSystem[shared]=common/resources/ogre/hydrax/
 
56
 
 
57
[EntityRecipes]
 
58
EmberFileSystem[user]=entityrecipes/
 
59
EmberFileSystem[shared]=entityrecipes/