Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/init/orxonox_vc8/debug/orxonox.ini @ 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: 875 bytes
Line 
1[Settings]
2dataPath_=../../../../media/
3
4[GSGraphics]
5resourceFile_=resources.cfg
6ogreConfigFile_=ogre.cfg
7ogrePluginsFile_=plugins.cfg
8ogreLogFile_=ogre.log
9ogreLogLevelTrivial_=5
10ogreLogLevelNormal_=4
11ogreLogLevelCritical_=2
12statisticsRefreshCycle_=200000
13
14[Core]
15softDebugLevelConsole_=3
16softDebugLevelLogfile_=3
17softDebugLevelShell_=1
18language_=default
19
20[Shell]
21maxHistoryLength_=100
22historyOffset_=0
23commandHistory_[0]=
24
25[GSLevel]
26keyDetectorCallbackCode_=KeybindBindingStringKeyName=
27
28[Backlight]
29maxLifeTime_=4
30trailSegmentLength_=50
31width_=7
32
33[Projectile]
34damage_=15
35lifetime_=4
36speed_=5000
37
38[ParticleProjectile]
39speed_=5000
40
41[RotatingProjectile]
42colour_=1,0,0,1
43
44[SpaceShip]
45bInvertYAxis_=false
46reloadTime_=0.125
47testvector_=-1.07374e+008,-1.07374e+008,-1.07374e+008
48
49[InputBuffer]
50keyRepeatDeleay_=0.4
51keyRepeatTime_=0.022
52
53[GraphicsEngine]
54detailLevelParticle_=2
55
Note: See TracBrowser for help on using the repository browser.