Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1899


Ignore:
Timestamp:
Oct 10, 2008, 6:44:39 PM (15 years ago)
Author:
rgrieder
Message:

cleaned the newly created orxonox.ini files in init/ so that only dataPath_ remains.

Location:
code/trunk/init/orxonox_vc8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/init/orxonox_vc8/debug/orxonox.ini

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

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