Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2008, 12:36:23 AM (15 years ago)
Author:
rgrieder
Message:

Applied long created patch that removes plugins.cfg and puts the content into orxonox.ini
This also allows to specify the media path for each 'distribution' individually because orxonox.ini has been added to the default files.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/bin/linux/orxonox.ini

    r2243 r2244  
    1 # Defines plugins to load
     1[Settings]
     2dataPath_ = ../../../media/
    23
    3 # Define plugin folder
    4 PluginFolder=/usr/lib/OGRE
    5 
    6 # Define plugins
    7 #Plugin=RenderSystem_Direct3D9
    8 Plugin=RenderSystem_GL
    9 Plugin=Plugin_ParticleFX
    10 Plugin=Plugin_CgProgramManager
    11 #Plugin=Plugin_BSPSceneManager
    12 #Plugin=Plugin_OctreeSceneManager
    13 
    14 
     4[GSGraphics]
     5ogrePluginsFolder_ = /usr/lib/OGRE
     6ogrePlugins_ = RenderSystem_GL, Plugin_ParticleFX, Plugin_CgProgramManager #,Plugin_BSPSceneManager, Plugin_OctreeSceneManager
Note: See TracChangeset for help on using the changeset viewer.