Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/init/orxonox_vc8/release/plugins.cfg @ 1897

Last change on this file since 1897 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: 259 bytes
Line 
1# Defines plugins to load
2
3# Define plugin folder
4PluginFolder=.
5
6# Define plugins
7Plugin=RenderSystem_Direct3D9
8Plugin=RenderSystem_GL
9Plugin=Plugin_ParticleFX
10#Plugin=Plugin_BSPSceneManager
11#Plugin=Plugin_OctreeSceneManager
12#Plugin=Plugin_CgProgramManager
13
Note: See TracBrowser for help on using the repository browser.