Last change
on this file since 2492 was
1897,
checked in by rgrieder, 16 years ago
|
Added init directory that contains all the files required to run orxonox.
This namely includes plugins.cfg and orxonox.ini in order to set the media path and the plugins correctly.
The solution is not perfect, but a lot better than having all those files in bin/.
We could for instance create an addition special folder for tardis to get rid of plugins.cfg-init, etc.
Also created init/common for files like *.tcl or def_keybindings.ini
Changes in msvc files:
files from init/common and init/SolutionName/ConfigurationName are automatically copied to the output directory if not yet existing.
|
-
Property svn:eol-style set to
native
|
File size:
271 bytes
|
Line | |
---|
1 | # Defines plugins to load |
---|
2 | |
---|
3 | # Define plugin folder |
---|
4 | PluginFolder=. |
---|
5 | |
---|
6 | # Define plugins |
---|
7 | Plugin=RenderSystem_Direct3D9_d |
---|
8 | Plugin=RenderSystem_GL_d |
---|
9 | Plugin=Plugin_ParticleFX_d |
---|
10 | #Plugin=Plugin_BSPSceneManager_d |
---|
11 | #Plugin=Plugin_OctreeSceneManager_d |
---|
12 | #Plugin=Plugin_CgProgramManager_d |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.