Changeset 4223 for data/trunk
- Timestamp:
- Jul 27, 2006, 5:18:05 PM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/worlds/mp_valley.oxw
r4214 r4223 12 12 13 13 14 <ScriptManager> 15 16 <Scripts> 17 18 <Script> 19 <file>weather.lua</file> 20 </Script> 21 22 </Scripts> 23 24 </ScriptManager> 25 26 27 <AtmosphericEngine> 28 <WeatherEffect> 29 30 <FogEffect> 31 <name>fog</name> 32 <color>0.2, 0.3, 0.3</color> 33 <range>0, 500</range> 34 </FogEffect> 35 36 <RainEffect> 37 <name>rain</name> 38 <option>moverain</option> 39 </RainEffect> 40 41 <SnowEffect> 42 <name>snow</name> 43 <option>movesnow</option> 44 </SnowEffect> 45 46 <LightningEffect> 47 <name>lightning</name> 48 <coord>1500, 500, 400</coord> 49 <size>400,300, 50, 50</size> 50 </LightningEffect> 51 52 <CloudEffect> 53 <name>cloud</name> 54 <planetRadius>2000</planetRadius> 55 <atmosphericRadius>4000</atmosphericRadius> 56 <divisions>20</divisions> 57 </CloudEffect> 58 59 </WeatherEffect> 60 </AtmosphericEngine> 61 62 14 63 <SpawningPoints> 15 64 <SpawningPoint> … … 30 79 31 80 32 33 81 <clip-region>1, 100000</clip-region> 34 82 <WorldEntities> … … 68 116 <Size>100000</Size> 69 117 </SkyBox> 118 119 120 <!--- HUMAN GUN TURRETS --> 121 <GroundTurret> 122 <abs-coor>405, -8, 1100</abs-coor> <abs-dir>1.5, 0, 1, 0</abs-dir> 123 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 124 </GroundTurret> 125 126 <GroundTurret> 127 <abs-coor>-17, 28, 1200</abs-coor> <abs-dir>1.6, 0, 1, 0</abs-dir> 128 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 129 </GroundTurret> 130 131 <GroundTurret> 132 <abs-coor>590, 10, 950</abs-coor> <abs-dir>1.8, 0, 1, 0</abs-dir> 133 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 134 </GroundTurret> 135 136 137 <!--- NOXON GUN TURRETS --> 138 <GroundTurret> 139 <abs-coor>-115, -24, -863</abs-coor> <abs-dir>1.5, 0, -1, 0</abs-dir> 140 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 141 </GroundTurret> 142 143 <GroundTurret> 144 <abs-coor>263, -38, -765</abs-coor> <abs-dir>1.6, 0, -1, 0</abs-dir> 145 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 146 </GroundTurret> 147 148 <SpaceTurret> 149 <abs-coor>-23, 207, -873</abs-coor> <abs-dir>1.8, 0, -1, 0</abs-dir> 150 <weapon-left> <TargetingTurret> <model>models/guns/turret2.obj,10.0</model> </TargetingTurret> </weapon-left> 151 </SpaceTurret> 152 70 153 71 154 </WorldEntities>
Note: See TracChangeset
for help on using the changeset viewer.