2012-08-09 21:52:51 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<name>environment-settings</name>
|
|
|
|
<modal>false</modal>
|
|
|
|
<resizable>false</resizable>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<default-padding>3</default-padding>
|
|
|
|
|
|
|
|
<!-- Title bar with close button -->
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>1</default-padding>
|
|
|
|
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
|
|
|
|
<text>
|
2012-09-19 09:22:30 +00:00
|
|
|
<label>Environment Settings</label>
|
2012-08-09 21:52:51 +00:00
|
|
|
</text>
|
|
|
|
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend/>
|
|
|
|
<key>Esc</key>
|
|
|
|
<pref-width>16</pref-width>
|
|
|
|
<pref-height>16</pref-height>
|
|
|
|
<border>2</border>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>table</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<row>0</row>
|
|
|
|
<col>0</col>
|
|
|
|
<label>Ground textures:</label>
|
|
|
|
<halign>right</halign>
|
|
|
|
</text>
|
|
|
|
<combo>
|
|
|
|
<row>0</row>
|
|
|
|
<col>1</col>
|
|
|
|
<name>season</name>
|
|
|
|
<halign>left</halign>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
<value>winter</value>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>season</object-name>
|
|
|
|
</binding>
|
|
|
|
</combo>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<row>0</row>
|
|
|
|
<col>2</col>
|
|
|
|
<legend>Reload Scenery</legend>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>tile-manager</subsystem>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>table</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<row>0</row>
|
|
|
|
<col>0</col>
|
|
|
|
<colspan>4</colspan>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>Ground conditions (requires shaders effects)</label>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<row>1</row>
|
|
|
|
<col>0</col>
|
|
|
|
<colspan>4</colspan>
|
|
|
|
<halign>left</halign>
|
2012-08-11 17:56:29 +00:00
|
|
|
<label>Set maximum snow level from METAR</label>
|
2012-08-09 21:52:51 +00:00
|
|
|
<name>metar-snow</name>
|
|
|
|
<property>/environment/params/metar-updates-snow-level</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>metar-snow</object-name>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>Snow line</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>2</row>
|
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>-425m</label>
|
|
|
|
<halign>right</halign>
|
|
|
|
<row>2</row>
|
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
|
|
|
<name>snow-level</name>
|
|
|
|
<row>2</row>
|
|
|
|
<col>2</col>
|
|
|
|
<min>-425.0</min>
|
|
|
|
<max>7500.0</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/snow-level-m</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>snow-level</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>7500m</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>2</row>
|
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<row>2</row>
|
|
|
|
<col>4</col>
|
|
|
|
<label>12345678</label>
|
|
|
|
<format>%.fm</format>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/snow-level-m</property>
|
|
|
|
</text>
|
|
|
|
|
2012-11-20 13:11:21 +00:00
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-11-20 13:11:21 +00:00
|
|
|
<label>Snow thickness</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>3</row>
|
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
2012-08-09 21:52:51 +00:00
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-11-20 13:11:21 +00:00
|
|
|
<label>thin</label>
|
|
|
|
<halign>right</halign>
|
|
|
|
<row>3</row>
|
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-11-20 13:11:21 +00:00
|
|
|
<name>snow-thickness</name>
|
|
|
|
<row>3</row>
|
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>0.6</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/surface/snow-thickness-factor</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>snow-thickness</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-11-20 13:11:21 +00:00
|
|
|
<label>thick</label>
|
2012-08-09 21:52:51 +00:00
|
|
|
<halign>left</halign>
|
|
|
|
<row>3</row>
|
2012-11-20 13:11:21 +00:00
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
2013-04-15 11:29:04 +00:00
|
|
|
|
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>Ice cover</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>4</row>
|
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>none</label>
|
|
|
|
<halign>right</halign>
|
|
|
|
<row>4</row>
|
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<name>ice-cover</name>
|
|
|
|
<row>4</row>
|
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/sea/surface/ice-cover</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>ice-cover</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>thick</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>4</row>
|
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-11-20 13:11:21 +00:00
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-11-20 13:11:21 +00:00
|
|
|
<label>Dust cover</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>5</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<label>none</label>
|
|
|
|
<halign>right</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>5</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<name>dust-level</name>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>5</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>0.7</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/surface/dust-cover-factor</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>dust-level</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<label>dusty</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>5</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<label>Wetness</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>6</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<label>dry</label>
|
|
|
|
<halign>right</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>6</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<name>wetness</name>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>6</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>0.7</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/surface/wetness</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>wetness</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-08-09 21:52:51 +00:00
|
|
|
<label>wet</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>6</row>
|
2012-08-09 21:52:51 +00:00
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
2012-10-04 12:39:38 +00:00
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-10-04 12:39:38 +00:00
|
|
|
<label>Vegetation</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>7</row>
|
2012-10-04 12:39:38 +00:00
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-10-04 12:39:38 +00:00
|
|
|
<label>none</label>
|
|
|
|
<halign>right</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>7</row>
|
2012-10-04 12:39:38 +00:00
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-10-04 12:39:38 +00:00
|
|
|
<name>lichen-level</name>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>7</row>
|
2012-10-04 12:39:38 +00:00
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>0.7</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/surface/lichen-cover-factor</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>lichen-level</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2012-10-04 12:39:38 +00:00
|
|
|
<label>mossy</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>7</row>
|
2012-10-04 12:39:38 +00:00
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
2013-02-11 12:01:31 +00:00
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>Season (experimental)</label>
|
2013-02-11 12:01:31 +00:00
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>8</row>
|
2013-02-11 12:01:31 +00:00
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2013-02-11 12:01:31 +00:00
|
|
|
<label>summer</label>
|
|
|
|
<halign>right</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>8</row>
|
2013-02-11 12:01:31 +00:00
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2013-02-11 12:01:31 +00:00
|
|
|
<name>season</name>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>8</row>
|
2013-02-11 12:01:31 +00:00
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>2.0</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/season</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>season</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
2013-04-09 06:14:50 +00:00
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
2013-02-11 12:01:31 +00:00
|
|
|
<label>late autumn</label>
|
|
|
|
<halign>left</halign>
|
2013-04-15 11:29:04 +00:00
|
|
|
<row>8</row>
|
2013-02-11 12:01:31 +00:00
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
2013-11-22 07:47:43 +00:00
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>Moonlight</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>9</row>
|
|
|
|
<col>0</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>new</label>
|
|
|
|
<halign>right</halign>
|
|
|
|
<row>9</row>
|
|
|
|
<col>1</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<slider>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<name>moon</name>
|
|
|
|
<row>9</row>
|
|
|
|
<col>2</col>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/environment/moonlight</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
<object-name>moon</object-name>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<enable>
|
|
|
|
<property>/sim/rendering/shaders/skydome</property>
|
|
|
|
</enable>
|
|
|
|
<label>full</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<row>9</row>
|
|
|
|
<col>3</col>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
|
2012-08-09 21:52:51 +00:00
|
|
|
</group>
|
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Close</legend>
|
|
|
|
<default>true</default>
|
|
|
|
<key>Esc</key>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|