From: <mk...@us...> - 2003-07-23 01:29:01
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data In directory sc8-pr-cvs1:/tmp/cvs-serv24189/Data Modified Files: CSPSim.ini Log Message: Index: CSPSim.ini =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/CSPSim.ini,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CSPSim.ini 26 Jun 2003 09:30:03 -0000 1.11 --- CSPSim.ini 23 Jul 2003 01:28:58 -0000 1.12 *************** *** 7,16 **** [Screen] ! Height = 1024 ! Width = 1280 FullScreen = 0 [Paths] ! DataPath = ../Data FontPath = Fonts ModelPath = Models --- 7,18 ---- [Screen] ! Width = 640 ! Height = 480 FullScreen = 0 [Paths] ! CachePath = ../Data ! InputMapPath = Input ! DataPath = /home/mrose/projects/csp/cvs-sf/APPLICATIONS/CSPSim/Data FontPath = Fonts ModelPath = Models *************** *** 18,22 **** SoundPath = Sounds TerrainPath = Terrain ! InputMapPath = Input [View] --- 20,24 ---- SoundPath = Sounds TerrainPath = Terrain ! ConfigPath = ../Data/ [View] *************** *** 29,50 **** [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 --- 31,52 ---- [Testing] Mute = true Theater = sim:theater.balkan Latitude = 43.43 Longitude = 5.5 Date = 2003-05-15 04:19:30 + Vehicle = sim:vehicles.aircraft.m2k + MudBubbleRadius = 40000 + AirBubbleRadius = 80000 + VisualRadius = 40000 + + ; balkan theater (demeter) ; 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.m3c |