Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/resources.cfg @ 5026

Last change on this file since 5026 was 5026, checked in by rgrieder, 16 years ago
  • fixed an ogre parse exception in Examples.program —> added programs folder and 5 files in it.
  • if we don't need Examples.program then, well…
File size: 684 bytes
Line 
1# Resource locations to be added to the 'boostrap' path
2# This also contains the minimum you need to use the Ogre example framework
3[Bootstrap]
4Zip=packs/OgreCore.zip
5
6# Resource locations to be added to the default path
7[General]
8FileSystem=.
9FileSystem=fonts
10FileSystem=materials/programs
11FileSystem=materials/scripts
12FileSystem=materials/textures
13FileSystem=models
14FileSystem=overlay
15FileSystem=particle
16FileSystem=gui
17#FileSystem=../Media/levels
18#FileSystem=../Media/audio
19Zip=packs/cubemap.zip
20#Zip=../Media/packs/cubemapsJS.zip
21#Zip=../Media/packs/dragon.zip
22#Zip=../Media/packs/fresneldemo.zip
23#Zip=../Media/packs/ogretestmap.zip
24Zip=packs/skybox.zip
25
Note: See TracBrowser for help on using the repository browser.