Overlay effect definitions for North Atlantic Islands, airport and keep for Jan Mayen island
This commit is contained in:
parent
40ff13b65b
commit
740356ec8e
3 changed files with 109 additions and 1 deletions
96
Materials/regions/jan_mayen.xml
Normal file
96
Materials/regions/jan_mayen.xml
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- Settings for Jan Mayen airport materials -->
|
||||||
|
<PropertyList>
|
||||||
|
<name>Jan Mayen</name>
|
||||||
|
<area>
|
||||||
|
<lon1>-12.0</lon1>
|
||||||
|
<lon2>-6.0</lon2>
|
||||||
|
<lat1>69.0</lat1>
|
||||||
|
<lat2>73.0</lat2>
|
||||||
|
</area>
|
||||||
|
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>sim/startup/season</property>
|
||||||
|
<value>summer</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
|
||||||
|
<material>
|
||||||
|
<name>Grass</name>
|
||||||
|
<name>Airport</name>
|
||||||
|
<name>AirportKeep</name>
|
||||||
|
<effect>Effects/grass</effect>
|
||||||
|
<texture-set>
|
||||||
|
<texture>Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
<texture n="13">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
<texture n="14">Terrain/gravel_gray.png</texture>
|
||||||
|
<texture n="15">Terrain/airport_grass_overlay.png</texture>
|
||||||
|
<texture n="20">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
</texture-set>
|
||||||
|
<parameters>
|
||||||
|
<grit_alpha>0.4</grit_alpha>
|
||||||
|
<use_overlay>1</use_overlay>
|
||||||
|
<overlay_bias>0.1</overlay_bias>
|
||||||
|
<use_grain>1</use_grain>
|
||||||
|
<use_color_overlay>0</use_color_overlay>
|
||||||
|
<base_layer_magnification>0.6</base_layer_magnification>
|
||||||
|
<max_grass_height>0.35</max_grass_height>
|
||||||
|
<grass_density>0.5</grass_density>
|
||||||
|
<grass_groups>2</grass_groups>
|
||||||
|
<grass_modulate_by_overlay>1</grass_modulate_by_overlay>
|
||||||
|
<grass_modulate_height_min>0.0</grass_modulate_height_min>
|
||||||
|
</parameters>
|
||||||
|
<xsize>250</xsize>
|
||||||
|
<ysize>250</ysize>
|
||||||
|
<light-coverage>4000000.0</light-coverage>
|
||||||
|
<diffuse>
|
||||||
|
<r>0.93</r>
|
||||||
|
<g>0.95</g>
|
||||||
|
<b>0.93</b>
|
||||||
|
<a>1.0</a>
|
||||||
|
</diffuse>
|
||||||
|
<specular>
|
||||||
|
<r>0.1</r>
|
||||||
|
<g>0.12</g>
|
||||||
|
<b>0.1</b>
|
||||||
|
<a>1.0</a>
|
||||||
|
</specular>
|
||||||
|
<shininess>1.2</shininess>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.7</friction-factor>
|
||||||
|
<rolling-friction>0.1</rolling-friction>
|
||||||
|
<bumpiness>0.1</bumpiness>
|
||||||
|
<load-resistance>1e30</load-resistance>
|
||||||
|
</material>
|
||||||
|
|
||||||
|
<material>
|
||||||
|
<name>dirt_rwy</name>
|
||||||
|
<effect>Effects/dirt-runway</effect>
|
||||||
|
<texture-set>
|
||||||
|
<texture>Runway/dirt_rwy.png</texture>
|
||||||
|
<texture n="16">Terrain/gravel_gray.png</texture>
|
||||||
|
<texture n="17">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
</texture-set>
|
||||||
|
<parameters>
|
||||||
|
<strength_05m>0.0</strength_05m>
|
||||||
|
<strength_1m>0.2</strength_1m>
|
||||||
|
<strength_2m>0.2</strength_2m>
|
||||||
|
<strength_5m>0.3</strength_5m>
|
||||||
|
<strength_10m>0.2</strength_10m>
|
||||||
|
<filter_threshold>0.2</filter_threshold>
|
||||||
|
<filter_transition>0.4</filter_transition>
|
||||||
|
<bias_center>1</bias_center>
|
||||||
|
<bias_center_strength>0.5</bias_center_strength>
|
||||||
|
<relief_strength>0.35</relief_strength>
|
||||||
|
<size_base>25.0</size_base>
|
||||||
|
<size_overlay>25.0</size_overlay>
|
||||||
|
<size_grain>20.0</size_grain>
|
||||||
|
<grain_strength>0.2</grain_strength>
|
||||||
|
</parameters>
|
||||||
|
<friction-factor>0.7</friction-factor>
|
||||||
|
<rolling-friction>0.04</rolling-friction>
|
||||||
|
<bumpiness>0.1</bumpiness>
|
||||||
|
</material>
|
||||||
|
|
||||||
|
</PropertyList>
|
|
@ -12,6 +12,7 @@
|
||||||
<region include="Materials/regions/arctic.xml"/>
|
<region include="Materials/regions/arctic.xml"/>
|
||||||
<region include="Materials/regions/greenland.xml"/>
|
<region include="Materials/regions/greenland.xml"/>
|
||||||
<region include="Materials/regions/north_atlantic_islands.xml"/>
|
<region include="Materials/regions/north_atlantic_islands.xml"/>
|
||||||
|
<region include="Materials/regions/jan_mayen.xml"/>
|
||||||
|
|
||||||
<!-- North America -->
|
<!-- North America -->
|
||||||
<region include="Materials/regions/alaska.xml"/>
|
<region include="Materials/regions/alaska.xml"/>
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
|
||||||
<name>GrassCover</name>
|
<name>GrassCover</name>
|
||||||
<name>HerbTundraCover</name>
|
<name>HerbTundraCover</name>
|
||||||
<name>HerbTundra</name>
|
<name>HerbTundra</name>
|
||||||
|
@ -29,6 +28,7 @@
|
||||||
<texture>Terrain/tundra2-autumn.png</texture>
|
<texture>Terrain/tundra2-autumn.png</texture>
|
||||||
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
<texture n="12">Terrain/rock_dark.png</texture>
|
<texture n="12">Terrain/rock_dark.png</texture>
|
||||||
|
<texture n="13">Terrain/rock_dark.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<parameters>
|
<parameters>
|
||||||
<grain_strength>0.8</grain_strength>
|
<grain_strength>0.8</grain_strength>
|
||||||
|
@ -73,6 +73,7 @@
|
||||||
<texture>Terrain/marsh4a-autumn.png</texture>
|
<texture>Terrain/marsh4a-autumn.png</texture>
|
||||||
<texture n="12">Terrain/rock_dark.png</texture>
|
<texture n="12">Terrain/rock_dark.png</texture>
|
||||||
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
<texture n="13">Terrain/rock_dark.png</texture>
|
||||||
<texture n="15">Terrain/grass_hires.png</texture>
|
<texture n="15">Terrain/grass_hires.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<parameters>
|
<parameters>
|
||||||
|
@ -98,6 +99,7 @@
|
||||||
<texture>Terrain/iceland_grass-autumn.png</texture>
|
<texture>Terrain/iceland_grass-autumn.png</texture>
|
||||||
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
<texture n="12">Terrain/rock_dark.png</texture>
|
<texture n="12">Terrain/rock_dark.png</texture>
|
||||||
|
<texture n="13">Terrain/rock_dark.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<parameters>
|
<parameters>
|
||||||
<transition_model>0.8</transition_model>
|
<transition_model>0.8</transition_model>
|
||||||
|
@ -125,6 +127,7 @@
|
||||||
<texture-set>
|
<texture-set>
|
||||||
<texture>Terrain/cropgrass-hires-autumn.png</texture>
|
<texture>Terrain/cropgrass-hires-autumn.png</texture>
|
||||||
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
|
<texture n="13">Terrain/rock_dark.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<object-mask>Terrain/cropgrass-hires.mask.png</object-mask>
|
<object-mask>Terrain/cropgrass-hires.mask.png</object-mask>
|
||||||
<parameters>
|
<parameters>
|
||||||
|
@ -160,16 +163,24 @@
|
||||||
<name>ScrubCover</name>
|
<name>ScrubCover</name>
|
||||||
<name>Scrub</name>
|
<name>Scrub</name>
|
||||||
<name>Sclerophyllous</name>
|
<name>Sclerophyllous</name>
|
||||||
|
<effect>Effects/terrain-overlay</effect>
|
||||||
<texture-set>
|
<texture-set>
|
||||||
<texture>Terrain/shrub1-autumn.png</texture>
|
<texture>Terrain/shrub1-autumn.png</texture>
|
||||||
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
<texture n="11">Terrain/grass_green_hires-autumn.png</texture>
|
||||||
<texture n="12">Terrain/rock_dark.png</texture>
|
<texture n="12">Terrain/rock_dark.png</texture>
|
||||||
|
<texture n="13">Terrain/rock_dark.png</texture>
|
||||||
|
<texture n="14">Terrain/grain_texture.png</texture>
|
||||||
<texture n="15">Terrain/rock_dark.png</texture>
|
<texture n="15">Terrain/rock_dark.png</texture>
|
||||||
|
<texture n="20">Terrain/rock_dark.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<parameters>
|
<parameters>
|
||||||
<dot_density>0.1</dot_density>
|
<dot_density>0.1</dot_density>
|
||||||
<transition_model>0.7</transition_model>
|
<transition_model>0.7</transition_model>
|
||||||
<hires_overlay_bias>-0.05</hires_overlay_bias>
|
<hires_overlay_bias>-0.05</hires_overlay_bias>
|
||||||
|
<max_overlay_height>0.5</max_overlay_height>
|
||||||
|
<overlay_hardness>1.0</overlay_hardness>
|
||||||
|
<overlay_density>0.1</overlay_density>
|
||||||
|
<overlay_scale>2.0</overlay_scale>
|
||||||
</parameters>
|
</parameters>
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
|
|
Loading…
Reference in a new issue