From: <sv...@ww...> - 2004-06-29 11:35:31
|
Author: delta Date: 2004-06-29 04:35:25 -0700 (Tue, 29 Jun 2004) New Revision: 1124 Modified: trunk/CSP/CSPSim/Data/CSPSim.ini Log: Added InputEvent config. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1124 Modified: trunk/CSP/CSPSim/Data/CSPSim.ini =================================================================== --- trunk/CSP/CSPSim/Data/CSPSim.ini 2004-06-29 11:34:10 UTC (rev 1123) +++ trunk/CSP/CSPSim/Data/CSPSim.ini 2004-06-29 11:35:25 UTC (rev 1124) @@ -1,51 +1,59 @@ -; CSP configuration settings - -[Debug] -LoggingLevel = 0 -Battlefield = 1 -Demeter = true - -[Screen] -Width = 1024 -Height = 768 -FullScreen = 0 - -[Paths] -CachePath = ../Data -InputMapPath = Input -DataPath = ../Data -FontPath = Fonts -ModelPath = Models -ImagePath = Images -SoundPath = Sounds -TerrainPath = Terrain -ConfigPath = ../Data - -[View] -Wireframe = false -ViewDistance = 100000 -Fog = true -FogStart = 10000 -FogEnd = 100000 - -[Testing] -Mute = true -MudBubbleRadius = 40000 -AirBubbleRadius = 80000 -VisualRadius = 40000 -Date = 2004-05-09 12:00:00 - -[Networking] -UseNetworking = true -LocalMessagePort = 3150 -LocalMessageHost = 127.0.0.1 -RemoteMessagePort = 3160 -RemoteMessageHost = 127.0.0.1 - -; balkan theater (demeter) -Theater = sim:theater.balkan - - -; northern CA theater (chunkedLod) -;Theater = sim:theater.nca -;Date = 2003-05-15 14:19:30 +; CSP configuration settings + +[Debug] +LoggingLevel = 5 +Battlefield = 1 +Demeter = true +LogFile = CSPSim.log + +[Screen] +Width = 1024 +Height = 768 +FullScreen = 0 + +[DemoMode] +FileName = Command.csp +# 0 = PLAY +# 1 = REPLAY +# 2 = RECORD +Mode = 0 + +[Paths] +CachePath = ../Data +InputMapPath = Input +DataPath = ../Data +FontPath = Fonts +ModelPath = Models +ImagePath = Images +SoundPath = Sounds +TerrainPath = Terrain +ConfigPath = ../Data + +[View] +Wireframe = false +ViewDistance = 100000 +Fog = true +FogStart = 10000 +FogEnd = 100000 + +[Testing] +Mute = true +MudBubbleRadius = 40000 +AirBubbleRadius = 80000 +VisualRadius = 40000 +Date = 2004-05-09 12:00:00 + +[Networking] +UseNetworking = true +LocalMessagePort = 3150 +LocalMessageHost = 127.0.0.1 +RemoteMessagePort = 3160 +RemoteMessageHost = 82.101.7.217 +Theater = sim:theater.balkan + +; balkan theater (demeter) + + +; northern CA theater (chunkedLod) +;Theater = sim:theater.nca +;Date = 2003-05-15 14:19:30 |