From: <mk...@us...> - 2003-06-26 09:30:06
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data In directory sc8-pr-cvs1:/tmp/cvs-serv11365 Modified Files: CSPSim.ini Log Message: Index: CSPSim.ini =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/CSPSim.ini,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** CSPSim.ini 13 May 2003 21:20:10 -0000 1.10 --- CSPSim.ini 26 Jun 2003 09:30:03 -0000 1.11 *************** *** 2,36 **** [Debug] ! LoggingLevel = 5 ! Battlefield = 0 [Screen] ! Height = 768 ! Width = 1024 FullScreen = 0 [Paths] - ModelPath = ../Data/Models - InputMapPath = ../Data/Input DataPath = ../Data ! ImagePath = ../Data/Images ! FontPath = ../Data/Fonts ! TerrainPath = ../Data/Terrain ! SoundPath = ../Data/Sounds [View] Wireframe = false ! ViewDistance = 40000 Fog = true ! FogStart = 20000 ! FogEnd = 35000 [Testing] - Date = 2003-05-04 12:00:00.0 - Latitude = 43.43 - Longitude = 5.55 Mute = true Theater = sim:theater.balkan ! ; Vehicle = sim:vehicles.aircraft.m3c --- 2,50 ---- [Debug] ! LoggingLevel = 0 ! Battlefield = 1 ! Demeter = true [Screen] ! Height = 1024 ! Width = 1280 FullScreen = 0 [Paths] DataPath = ../Data ! FontPath = Fonts ! ModelPath = Models ! ImagePath = Images ! SoundPath = Sounds ! TerrainPath = Terrain ! InputMapPath = Input [View] Wireframe = false ! ViewDistance = 100000 Fog = true ! FogStart = 10000 ! FogEnd = 100000 [Testing] Mute = true + + ; balkan theater (demeter) Theater = sim:theater.balkan ! Latitude = 43.43 ! Longitude = 5.5 ! Date = 2003-05-15 04:19:30 + ; northern CA theater (chunkedLod) + ;Theater = sim:theater.nca + ;Latitude = 37.0 + ;Longitude = -122.0 + ;Date = 2003-05-15 14:19:30 + + Vehicle = sim:vehicles.aircraft.m2k + ;Vehicle = sim:vehicles.aircraft.m3c + + MudBubbleRadius = 40000 + AirBubbleRadius = 80000 + VisualRadius = 40000 |