From: <sv...@ww...> - 2004-12-13 07:02:26
|
Author: mkrose Date: 2004-12-12 23:02:19 -0800 (Sun, 12 Dec 2004) New Revision: 1373 Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Data/CSPSim.ini Log: Update ini with new networking options. Networking is disabled by default. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1373 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-12-12 18:52:12 UTC (rev 1372) +++ trunk/CSP/CSPSim/CHANGES.current 2004-12-13 07:02:19 UTC (rev 1373) @@ -15,6 +15,9 @@ problems. Be careful not to pause the sim when testing network play. + * Update ini with new networking options. Networking is disabled by + default. + 2004-12-05: delta * Updated CSPSim.vcproj, added SimNet to the build, cleaned up source and header directories and added a custom build step on Modified: trunk/CSP/CSPSim/Data/CSPSim.ini =================================================================== --- trunk/CSP/CSPSim/Data/CSPSim.ini 2004-12-12 18:52:12 UTC (rev 1372) +++ trunk/CSP/CSPSim/Data/CSPSim.ini 2004-12-13 07:02:19 UTC (rev 1373) @@ -1,58 +1,60 @@ -; 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 -; balkan theater (demeter) -Theater = sim:theater.balkan -Date = 2004-05-09 12:00:00 -; northern CA theater (chunkedLod) -;Theater = sim:theater.nca -;Date = 2003-05-15 14:19:30 - -[Networking] -UseNetworking = false -LocalMessagePort = 3150 -LocalMessageHost = 127.0.0.1 -RemoteMessagePort = 3160 -RemoteMessageHost = 127.0.0.1 - - +; CSP configuration settings + +[Debug] +LoggingLevel = 2 +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 +Theater = sim:theater.balkan +Date = 2004-05-09 12:00:00 +; balkan theater (demeter) +; northern CA theater (chunkedLod) +;Theater = sim:theater.nca +;Date = 2003-05-15 14:19:30 + + +[Networking] +UseNetworking = false +ExternalIp = 127.0.0.1 +LocalIp = 127.0.0.1 +LocalPort = 3161 +ServerIp = 127.0.0.1 +ServerPort = 3160 +IncomingBandwidth = 20000 +OutgoingBandwidth = 20000 |