Merge branch 'master' of gitorious.org:fg/fgdata
This commit is contained in:
commit
57ae845614
5 changed files with 3702 additions and 3773 deletions
|
@ -1,34 +1,54 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- General settings for all European materials -->
|
<!-- General settings for all European materials -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<!-- Define Europe as a box with given latitude/longitude -->
|
<!-- Define Europe as a box with given latitude/longitude -->
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<equals>
|
<equals>
|
||||||
<property>sim/startup/season</property>
|
<property>sim/startup/season</property>
|
||||||
<value>summer</value>
|
<value>summer</value>
|
||||||
</equals>
|
</equals>
|
||||||
<and>
|
<or>
|
||||||
<greater-than>
|
<and>
|
||||||
<property>position/longitude-deg</property>
|
<greater-than>
|
||||||
<value>-20.0</value>
|
<property>position/longitude-deg</property>
|
||||||
</greater-than>
|
<value>2.0</value>
|
||||||
<less-than>
|
</greater-than>
|
||||||
<property>position/longitude-deg</property>
|
<less-than>
|
||||||
<value>40.0</value>
|
<property>position/longitude-deg</property>
|
||||||
</less-than>
|
<value>40.0</value>
|
||||||
<greater-than>
|
</less-than>
|
||||||
<property>position/latitude-deg</property>
|
<greater-than>
|
||||||
<value>35.0</value>
|
<property>position/latitude-deg</property>
|
||||||
</greater-than>
|
<value>35.0</value>
|
||||||
</and>
|
</greater-than>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
<and>
|
||||||
|
<greater-than>
|
||||||
<!-- European buildings definitions. Notes that these will be used for -->
|
<property>position/longitude-deg</property>
|
||||||
<!-- both towns and cities -->
|
<value>-20.0</value>
|
||||||
<building-texture>Textures/buildings.png</building-texture>
|
</greater-than>
|
||||||
<building-lightmap>Textures/buildings-lightmap.png</building-lightmap>
|
<less-than>
|
||||||
|
<property>position/longitude-deg</property>
|
||||||
|
<value>40.0</value>
|
||||||
|
</less-than>
|
||||||
|
<less-than>
|
||||||
|
<property>position/latitude-deg</property>
|
||||||
|
<value>49.8</value>
|
||||||
|
</less-than>
|
||||||
|
<greater-than>
|
||||||
|
<property>position/latitude-deg</property>
|
||||||
|
<value>35.0</value>
|
||||||
|
</greater-than>
|
||||||
|
</and>
|
||||||
|
</or>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
|
||||||
|
<!-- European buildings definitions. Notes that these will be used for -->
|
||||||
|
<!-- both towns and cities -->
|
||||||
|
<building-texture>Textures/buildings.png</building-texture>
|
||||||
|
<building-lightmap>Textures/buildings-lightmap.png</building-lightmap>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
34
Materials/regions/united-kingdom.xml
Normal file
34
Materials/regions/united-kingdom.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- General settings for all UK materials -->
|
||||||
|
<PropertyList>
|
||||||
|
<!-- Define the United Kingdom as a box with given latitude/longitude -->
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<equals>
|
||||||
|
<property>sim/startup/season</property>
|
||||||
|
<value>summer</value>
|
||||||
|
</equals>
|
||||||
|
<and>
|
||||||
|
<greater-than>
|
||||||
|
<property>position/longitude-deg</property>
|
||||||
|
<value>-20.0</value>
|
||||||
|
</greater-than>
|
||||||
|
<less-than-equals>
|
||||||
|
<property>position/longitude-deg</property>
|
||||||
|
<value>2.0</value>
|
||||||
|
</less-than-equals>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>position/latitude-deg</property>
|
||||||
|
<value>49.8</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
</and>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
|
||||||
|
<!-- European buildings definitions. Notes that these will be used for -->
|
||||||
|
<!-- both towns and cities -->
|
||||||
|
<building-texture>Textures/buildings.png</building-texture>
|
||||||
|
<building-lightmap>Textures/buildings-lightmap.png</building-lightmap>
|
||||||
|
|
||||||
|
|
||||||
|
</PropertyList>
|
BIN
Textures/Terrain/mud-seamless.png
Normal file
BIN
Textures/Terrain/mud-seamless.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
BIN
Textures/Terrain/mud.png
Normal file
BIN
Textures/Terrain/mud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Reference in a new issue