1material base_sky
2{
3    pass
4    {
5        fog_override true
6        lighting off
7        ambient 1 1 1
8        diffuse 0 0 0 1
9        emissive 0 0 0
10        texture_unit skyTex
11        {
12            direct_texture $texture
13            create_in_ffp true
14            tex_address_mode mirror
15        }
16    }
17}
18
19material sky/dust
20{
21    parent base_sky
22    texture sky_dust.jpg
23}
24
25material sky/duskred
26{
27    parent base_sky
28    texture duskred.jpg
29}
30
31material sky/white
32{
33    parent base_sky
34    texture sky_white.jpg
35}
36
37material sky/white2
38{
39    parent base_sky
40    texture sky_white2.jpg
41}
42
43material sky/light_blue
44{
45    parent base_sky
46    texture sky_lightblue.jpg
47}
48
49material sky/blue_clouds
50{
51    parent base_sky
52    texture sky_photo6.jpg
53}
54
55material sky/gray_clouds
56{
57    parent base_sky
58    texture sky_photo3.jpg
59}
60
61material sky/dark_clouds
62{
63    parent base_sky
64    texture sky_p3dark.jpg
65}
66
67material sky/sunset
68{
69    parent base_sky
70    texture sky_sunset.jpg
71}
72
73material sky/dawn
74{
75    parent base_sky
76    texture sky_dawn.jpg
77}
78
79material sky/duskstormy
80{
81    parent base_sky
82    texture duskstormy.jpg
83}
84
85material sky/dayovercast
86{
87    parent base_sky
88    texture dayovercast.jpg
89}
90
91material sky/magic
92{
93    parent base_sky
94    texture magic.jpg
95}
96
97material sky/magicdark
98{
99    parent base_sky
100    texture magicdark.jpg
101}
102
103
104//  new
105material sky/morning_gen
106{
107    parent base_sky
108    texture gen-brightday.jpg
109}
110
111material sky/morning2_gen
112{
113    parent base_sky
114    texture gen-brightday2.jpg
115}
116
117material sky/foggy_gen
118{
119    parent base_sky
120    texture gen-foggy.jpg
121}
122
123material sky/sunset_rays_gen
124{
125    parent base_sky
126    texture gen-godrays.jpg
127}
128
129material sky/sunset_blue_gen
130{
131    parent base_sky
132    texture gen-morning.jpg
133}
134
135material sky/offworld_gen
136{
137    parent base_sky
138    texture gen-offworld.jpg
139}
140
141material sky/big_clouds_gen
142{
143    parent base_sky
144    texture gen-bigclouds.jpg
145}
146
147material sky/big_clouds2_gen
148{
149    parent base_sky
150    texture gen-bigclouds2.jpg
151}
152
153material sky/sunset_gen
154{
155    parent base_sky
156    texture gen-sunset.jpg
157}
158
159material sky/dawn_cloudy
160{
161    parent base_sky
162    texture sky-sunset.jpg
163}
164
165material sky/gray_clouded
166{
167    parent base_sky
168    texture sky-darkclouds.jpg
169}
170
171material sky/dawn_bright
172{
173    parent base_sky
174    texture sky-clearday.jpg
175}
176
177material sky/day_blue
178{
179    parent base_sky
180    texture sky-clearday1.jpg
181}
182
183material sky/day_clouds
184{
185    parent base_sky
186    texture sky-clearday2.jpg
187}
188
189material sky/day_blue2
190{
191    parent base_sky
192    texture sky-1day.jpg
193}
194
195material sky/cloudy
196{
197    parent base_sky
198    texture sky-2clouds.jpg
199}
200
201material sky/twighlight_gen
202{
203    parent base_sky
204    texture gen-twighlight.jpg
205}
206
207material sky/night_blue
208{
209    parent base_sky
210    texture sky-night.jpg
211}
212
213material sky/magic_alien
214{
215    parent base_sky
216    texture magic_alien.jpg
217}
218