Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/old_trunk/worlds/christmas2.oxw @ 4463

Last change on this file since 4463 was 4349, checked in by wenners, 17 years ago

all houses placed

File size: 3.8 KB
Line 
1<WorldDataFile>
2  <name>Christmas Level</name>
3  <screenshoot>pictures/menu/se_christmas_512x128.png</screenshoot>
4
5  <LoadScreen>
6    <BackgroundImage>pictures/load_screens/christmas.png</BackgroundImage>
7    <ElementCount>12</ElementCount>
8    <BackgroundPS>0,0,1.01,1</BackgroundPS>
9    <BarPS>.65,.87,.3,.05</BarPS>
10    <BarImage>pictures/load_screens/christmas_bar.png</BarImage>
11  </LoadScreen>
12
13  <LightManager>
14    <ambient-color>1,1,1</ambient-color>
15    <Lights>
16      <Light>
17      <diffuse-color>1,1,1</diffuse-color>
18      <abs-coor>100,100,50</abs-coor>
19      </Light>
20      <Light>
21      <diffuse-color>1,1,1</diffuse-color>
22      <abs-coor>-100,0,100</abs-coor>
23      </Light>
24      <Light>
25      <diffuse-color>1,1,1</diffuse-color>
26      <abs-coor>-100,2000,50</abs-coor>
27      </Light>
28    </Lights>
29  </LightManager>
30 
31  <WorldEntities>
32    <Spectator>
33      <name>Player</name>
34      <abs-coor> 20, 20, -70</abs-coor>
35    </Spectator>
36
37    <Terrain>
38      <name>snowworld</name>
39      <model>worlds/snowworld.obj, 2</model>
40    </Terrain>
41   
42    <SkyBox>
43      <name>Sky</name>
44      <Materialset>pictures/sky/nightsky/nightsky</Materialset>
45      <Size>10000</Size>
46    </SkyBox>
47
48
49   <Building>
50      <model>models/tmp_christmas/skyscrapers/twr_adrian_waeber_1050.obj, 3</model>
51      <abs-coor>-152, 28, -46</abs-coor>
52      <abs-dir>-1.57, 1, 0, 0</abs-dir>
53   </Building>
54
55   <Building>
56      <model>models/tmp_christmas/skyscrapers/twr_andrea_190.obj, 1.5</model>
57      <abs-coor>-152, 10, -100</abs-coor>
58      <abs-dir>-1.57, 1, 0, 0</abs-dir>
59   </Building>
60
61
62
63
64
65
66   <Building>
67      <model>models/tmp_christmas/haeuschen/andrea_haus(untitled)_tex.obj, 3</model>
68      <abs-coor>145, 30, 75</abs-coor>
69      <abs-dir>-1.57, 1, 0, 0</abs-dir>
70   </Building>
71
72   <Building>
73      <model>models/tmp_christmas/haeuschen/gfilip_house_tex.obj, 3</model>
74      <abs-coor>120, 25, 70</abs-coor>
75      <abs-dir>-1.57, 1, 0, 0</abs-dir>
76   </Building>
77
78   <Building>
79      <model>models/tmp_christmas/haeuschen/Haeuschen_marc_schaerer_tex.obj, 3</model>
80      <abs-coor>120, 28, 56</abs-coor>
81      <abs-dir>-1.57, 1, 0, 0</abs-dir>
82   </Building>
83
84   <Building>
85      <model>models/tmp_christmas/haeuschen/haus_adrian_waeber_tex.obj, 3</model>
86      <abs-coor>150, 23, 80</abs-coor>
87      <abs-dir>-1.57, 1, 0, 0</abs-dir>
88   </Building>
89
90   <Building>
91      <model>models/tmp_christmas/haeuschen/haus_fabian_landau03_tex.obj, 3.3</model>
92      <abs-coor>150, 18, 100</abs-coor>
93      <abs-dir>-1.57, 1, 0, 0</abs-dir>
94   </Building>
95
96   <Building>
97      <model>models/tmp_christmas/haeuschen/House_Sam_Samuel_Boegli_tex.obj, 3</model>
98      <abs-coor>180, 25, 30</abs-coor>
99      <abs-dir>-1.57, 1, 0, 0</abs-dir>
100   </Building>
101
102   <Building>
103      <model>models/tmp_christmas/haeuschen/michel_mueller_newbwork_huesli_tex.obj, 3</model>
104      <abs-coor>130, 15, 110</abs-coor>
105      <abs-dir>-1.57, 1, 0, 0</abs-dir>
106   </Building>
107
108   <Building>
109      <model>models/tmp_christmas/haeuschen/SimonsHaus_tex.obj, 3</model>
110      <abs-coor>150, 25, 75</abs-coor>
111      <abs-dir>-1.57, 1, 0, 0</abs-dir>
112   </Building>
113
114   <Building>
115      <model>models/tmp_christmas/haeuschen/SimonWenner_haus_tex.obj, 3</model>
116      <abs-coor>173, 25, 80</abs-coor>
117      <abs-dir>-1.57, 1, 0, 0</abs-dir>
118   </Building>
119
120   <Building>
121      <model>models/tmp_christmas/haeuschen/thomas_fahrni_haus_tex.obj, 3</model>
122      <abs-coor>182, 28, 56</abs-coor>
123      <abs-dir>-1.57, 1, 0, 0</abs-dir>
124   </Building>
125
126  </WorldEntities>
127
128<AtmosphericEngine>
129    <WeatherEffect>
130
131
132
133      <SnowEffect>
134        <name>snow</name>
135        <option>movesnow</option>
136        <option>activate</option>
137      </SnowEffect>
138
139
140
141    </WeatherEffect>
142  </AtmosphericEngine>
143
144
145</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.