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"?>
|
||||
<!-- General settings for all European materials -->
|
||||
<PropertyList>
|
||||
<!-- Define Europe 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>
|
||||
<property>position/longitude-deg</property>
|
||||
<value>40.0</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>position/latitude-deg</property>
|
||||
<value>35.0</value>
|
||||
</greater-than>
|
||||
</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>
|
||||
<!-- Define Europe as a box with given latitude/longitude -->
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>sim/startup/season</property>
|
||||
<value>summer</value>
|
||||
</equals>
|
||||
<or>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/longitude-deg</property>
|
||||
<value>2.0</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>position/longitude-deg</property>
|
||||
<value>40.0</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>position/latitude-deg</property>
|
||||
<value>35.0</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/longitude-deg</property>
|
||||
<value>-20.0</value>
|
||||
</greater-than>
|
||||
<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>
|
||||
|
|
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…
Reference in a new issue