diff --git a/Effects/agriculture.eff b/Effects/agriculture.eff index 98574b2af..b6ad90418 100644 --- a/Effects/agriculture.eff +++ b/Effects/agriculture.eff @@ -48,7 +48,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="13"> - <image>Textures.high/Terrain/rock_alt.png</image> + <image>Textures/Terrain/rock_alt.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -56,7 +56,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="14"> - <image>Textures.high/Terrain/grain_texture.png</image> + <image>Textures/Terrain/grain_texture.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/airfield.eff b/Effects/airfield.eff index 68698a806..0c850a295 100644 --- a/Effects/airfield.eff +++ b/Effects/airfield.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/terrain-default</inherits-from> <parameters> <texture n="13"> - <image>Textures.high/Terrain/airport_grass2.png</image> + <image>Textures/Terrain/airport_grass2.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/dirt-runway.eff b/Effects/dirt-runway.eff index d86d131fe..66514b6ac 100644 --- a/Effects/dirt-runway.eff +++ b/Effects/dirt-runway.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/runway</inherits-from> <parameters> <texture n="16"> - <image>Textures.high/Terrain/sand_hires_ochre.png</image> + <image>Textures/Terrain/sand_hires_ochre.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -12,7 +12,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="17"> - <image>Textures.high/Terrain/airport_grass2.png</image> + <image>Textures/Terrain/airport_grass2.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/forest.eff b/Effects/forest.eff index da3a1f130..1405c9eca 100644 --- a/Effects/forest.eff +++ b/Effects/forest.eff @@ -27,7 +27,7 @@ <type>2d</type> </texture> <texture n="5"> - <image>Textures.high/Terrain/forest-relief.png</image> + <image>Textures/Terrain/forest-relief.png</image> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> <wrap-t>repeat</wrap-t> diff --git a/Effects/glacier.eff b/Effects/glacier.eff index ae1890ae7..77baa46c7 100644 --- a/Effects/glacier.eff +++ b/Effects/glacier.eff @@ -27,7 +27,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="5"> - <image>Textures.high/Terrain/forest-relief.png</image> + <image>Textures/Terrain/forest-relief.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/herbtundra.eff b/Effects/herbtundra.eff index 8135565e0..6a13b6f61 100644 --- a/Effects/herbtundra.eff +++ b/Effects/herbtundra.eff @@ -27,7 +27,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="5"> - <image>Textures.high/Terrain/forest-relief.png</image> + <image>Textures/Terrain/forest-relief.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/landmass-scrub.eff b/Effects/landmass-scrub.eff index 01d6a74dc..60fb9b3ab 100644 --- a/Effects/landmass-scrub.eff +++ b/Effects/landmass-scrub.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/landmass</inherits-from> <parameters> <texture n="2"> - <image>Textures.high/Terrain/shrubcover-relief.png</image> + <image>Textures/Terrain/shrubcover-relief.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/landmass.eff b/Effects/landmass.eff index c58296a4c..3198ff71f 100644 --- a/Effects/landmass.eff +++ b/Effects/landmass.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/terrain-default</inherits-from> <parameters> <texture n="2"> - <image>Textures.high/Terrain/forest-relief.png</image> + <image>Textures/Terrain/forest-relief.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/terrain-default.eff b/Effects/terrain-default.eff index 16fc1c6d7..8a79ace62 100644 --- a/Effects/terrain-default.eff +++ b/Effects/terrain-default.eff @@ -32,7 +32,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="10"> - <image>Textures.high/Terrain/snow3.png</image> + <image>Textures/Terrain/snow3.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -56,7 +56,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="13"> - <image>Textures.high/Terrain/rock_alt.png</image> + <image>Textures/Terrain/rock_alt.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -64,7 +64,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="14"> - <image>Textures.high/Terrain/grain_texture.png</image> + <image>Textures/Terrain/grain_texture.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/transition-base-dirt.eff b/Effects/transition-base-dirt.eff index b6f0a68ae..ec1b3a8a1 100644 --- a/Effects/transition-base-dirt.eff +++ b/Effects/transition-base-dirt.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/transition</inherits-from> <parameters> <texture n="3"> - <image>Textures.high/Terrain/dirt3.dds</image> + <image>Textures/Terrain/dirt3.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/transition-base-grass-inverse.eff b/Effects/transition-base-grass-inverse.eff index 42c508f6d..04b5f0b06 100644 --- a/Effects/transition-base-grass-inverse.eff +++ b/Effects/transition-base-grass-inverse.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/transition</inherits-from> <parameters> <texture n="3"> - <image>Textures.high/Terrain/herbtundra.dds</image> + <image>Textures/Terrain/herbtundra.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/transition-base-grass-rock.eff b/Effects/transition-base-grass-rock.eff index 4b9a75cae..621b61b8d 100644 --- a/Effects/transition-base-grass-rock.eff +++ b/Effects/transition-base-grass-rock.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/transition</inherits-from> <parameters> <texture n="2"> - <image>Textures.high/Terrain/grass10c.dds</image> + <image>Textures/Terrain/grass10c.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -12,7 +12,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="3"> - <image>Textures.high/Terrain/rock7.dds</image> + <image>Textures/Terrain/rock7.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -20,7 +20,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="4"> - <image>Textures.high/Terrain.winter/mixedforest1c.dds</image> + <image>Textures/Terrain.winter/mixedforest1c.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/transition-base-rock.eff b/Effects/transition-base-rock.eff index a39c9014c..1eea01539 100644 --- a/Effects/transition-base-rock.eff +++ b/Effects/transition-base-rock.eff @@ -4,7 +4,7 @@ <inherits-from>Effects/transition</inherits-from> <parameters> <texture n="3"> - <image>Textures.high/Terrain/rock7.dds</image> + <image>Textures/Terrain/rock7.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/transition.eff b/Effects/transition.eff index 1df2c6452..b0e1682cd 100644 --- a/Effects/transition.eff +++ b/Effects/transition.eff @@ -16,7 +16,7 @@ parameters : <inherits-from>Effects/terrain-default</inherits-from> <parameters> <texture n="2"> - <image>Textures.high/Terrain/transition1.dds</image> + <image>Textures/Terrain/transition1.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -24,7 +24,7 @@ parameters : <internal-format>normalized</internal-format> </texture> <texture n="3"> - <image>Textures.high/Terrain/transition2.dds</image> + <image>Textures/Terrain/transition2.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> @@ -32,7 +32,7 @@ parameters : <internal-format>normalized</internal-format> </texture> <texture n="4"> - <image>Textures.high/Terrain/snow3.dds</image> + <image>Textures/Terrain/snow3.dds</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Effects/water.eff b/Effects/water.eff index 98fda8344..64c4cb7a1 100644 --- a/Effects/water.eff +++ b/Effects/water.eff @@ -60,7 +60,7 @@ <internal-format>normalized</internal-format> </texture> <texture n="10"> - <image>Textures.high/Terrain/packice-overlay.png</image> + <image>Textures/Terrain/packice-overlay.png</image> <type>2d</type> <filter>linear-mipmap-linear</filter> <wrap-s>repeat</wrap-s> diff --git a/Textures/Runway/grass_rwy.dds b/Textures/Runway/grass_rwy.dds new file mode 100644 index 000000000..a77bf041a Binary files /dev/null and b/Textures/Runway/grass_rwy.dds differ diff --git a/Textures/Runway/pa_0l.dds b/Textures/Runway/pa_0l.dds new file mode 100644 index 000000000..95ec5b800 Binary files /dev/null and b/Textures/Runway/pa_0l.dds differ diff --git a/Textures/Runway/pa_0l.png b/Textures/Runway/pa_0l.png new file mode 100644 index 000000000..4db589f9e Binary files /dev/null and b/Textures/Runway/pa_0l.png differ diff --git a/Textures/Runway/pa_0r.dds b/Textures/Runway/pa_0r.dds new file mode 100644 index 000000000..44e892f10 Binary files /dev/null and b/Textures/Runway/pa_0r.dds differ diff --git a/Textures/Runway/pa_0r.png b/Textures/Runway/pa_0r.png new file mode 100644 index 000000000..325e5ef05 Binary files /dev/null and b/Textures/Runway/pa_0r.png differ diff --git a/Textures/Runway/pa_11.dds b/Textures/Runway/pa_11.dds new file mode 100644 index 000000000..ae9c4aa61 Binary files /dev/null and b/Textures/Runway/pa_11.dds differ diff --git a/Textures/Runway/pa_11.png b/Textures/Runway/pa_11.png new file mode 100644 index 000000000..9e8d23710 Binary files /dev/null and b/Textures/Runway/pa_11.png differ diff --git a/Textures/Runway/pa_1c.dds b/Textures/Runway/pa_1c.dds new file mode 100644 index 000000000..979fb86d8 Binary files /dev/null and b/Textures/Runway/pa_1c.dds differ diff --git a/Textures/Runway/pa_1c.png b/Textures/Runway/pa_1c.png new file mode 100644 index 000000000..24cb2b2fb Binary files /dev/null and b/Textures/Runway/pa_1c.png differ diff --git a/Textures/Runway/pa_1l.dds b/Textures/Runway/pa_1l.dds new file mode 100644 index 000000000..0e3d5b7fb Binary files /dev/null and b/Textures/Runway/pa_1l.dds differ diff --git a/Textures/Runway/pa_1l.png b/Textures/Runway/pa_1l.png new file mode 100644 index 000000000..aed17d096 Binary files /dev/null and b/Textures/Runway/pa_1l.png differ diff --git a/Textures/Runway/pa_1r.dds b/Textures/Runway/pa_1r.dds new file mode 100644 index 000000000..18d8e39cd Binary files /dev/null and b/Textures/Runway/pa_1r.dds differ diff --git a/Textures/Runway/pa_1r.png b/Textures/Runway/pa_1r.png new file mode 100644 index 000000000..b6ff70e3b Binary files /dev/null and b/Textures/Runway/pa_1r.png differ diff --git a/Textures/Runway/pa_2c.dds b/Textures/Runway/pa_2c.dds new file mode 100644 index 000000000..996a96022 Binary files /dev/null and b/Textures/Runway/pa_2c.dds differ diff --git a/Textures/Runway/pa_2c.png b/Textures/Runway/pa_2c.png new file mode 100644 index 000000000..57d258fbe Binary files /dev/null and b/Textures/Runway/pa_2c.png differ diff --git a/Textures/Runway/pa_2l.dds b/Textures/Runway/pa_2l.dds new file mode 100644 index 000000000..f81de04a6 Binary files /dev/null and b/Textures/Runway/pa_2l.dds differ diff --git a/Textures/Runway/pa_2l.png b/Textures/Runway/pa_2l.png new file mode 100644 index 000000000..5fef20e42 Binary files /dev/null and b/Textures/Runway/pa_2l.png differ diff --git a/Textures/Runway/pa_2r.dds b/Textures/Runway/pa_2r.dds new file mode 100644 index 000000000..4849aebef Binary files /dev/null and b/Textures/Runway/pa_2r.dds differ diff --git a/Textures/Runway/pa_2r.png b/Textures/Runway/pa_2r.png new file mode 100644 index 000000000..d41fbe6c0 Binary files /dev/null and b/Textures/Runway/pa_2r.png differ diff --git a/Textures/Runway/pa_3c.dds b/Textures/Runway/pa_3c.dds new file mode 100644 index 000000000..11dc3e2fc Binary files /dev/null and b/Textures/Runway/pa_3c.dds differ diff --git a/Textures/Runway/pa_3c.png b/Textures/Runway/pa_3c.png new file mode 100644 index 000000000..9401e1c3f Binary files /dev/null and b/Textures/Runway/pa_3c.png differ diff --git a/Textures/Runway/pa_3l.dds b/Textures/Runway/pa_3l.dds new file mode 100644 index 000000000..2e1047c5a Binary files /dev/null and b/Textures/Runway/pa_3l.dds differ diff --git a/Textures/Runway/pa_3l.png b/Textures/Runway/pa_3l.png new file mode 100644 index 000000000..4d88f2a1f Binary files /dev/null and b/Textures/Runway/pa_3l.png differ diff --git a/Textures/Runway/pa_3r.dds b/Textures/Runway/pa_3r.dds new file mode 100644 index 000000000..98cf00a21 Binary files /dev/null and b/Textures/Runway/pa_3r.dds differ diff --git a/Textures/Runway/pa_3r.png b/Textures/Runway/pa_3r.png new file mode 100644 index 000000000..7f35040ad Binary files /dev/null and b/Textures/Runway/pa_3r.png differ diff --git a/Textures/Runway/pa_4c.dds b/Textures/Runway/pa_4c.dds new file mode 100644 index 000000000..9351d3af3 Binary files /dev/null and b/Textures/Runway/pa_4c.dds differ diff --git a/Textures/Runway/pa_4c.png b/Textures/Runway/pa_4c.png new file mode 100644 index 000000000..f8cb4200b Binary files /dev/null and b/Textures/Runway/pa_4c.png differ diff --git a/Textures/Runway/pa_4r.dds b/Textures/Runway/pa_4r.dds new file mode 100644 index 000000000..a765c0782 Binary files /dev/null and b/Textures/Runway/pa_4r.dds differ diff --git a/Textures/Runway/pa_4r.png b/Textures/Runway/pa_4r.png new file mode 100644 index 000000000..6b4bbe8ef Binary files /dev/null and b/Textures/Runway/pa_4r.png differ diff --git a/Textures/Runway/pa_5c.dds b/Textures/Runway/pa_5c.dds new file mode 100644 index 000000000..10f471de1 Binary files /dev/null and b/Textures/Runway/pa_5c.dds differ diff --git a/Textures/Runway/pa_5c.png b/Textures/Runway/pa_5c.png new file mode 100644 index 000000000..a0532301a Binary files /dev/null and b/Textures/Runway/pa_5c.png differ diff --git a/Textures/Runway/pa_5r.dds b/Textures/Runway/pa_5r.dds new file mode 100644 index 000000000..1fee4273e Binary files /dev/null and b/Textures/Runway/pa_5r.dds differ diff --git a/Textures/Runway/pa_5r.png b/Textures/Runway/pa_5r.png new file mode 100644 index 000000000..bf503d89d Binary files /dev/null and b/Textures/Runway/pa_5r.png differ diff --git a/Textures/Runway/pa_6c.dds b/Textures/Runway/pa_6c.dds new file mode 100644 index 000000000..1acc5a88a Binary files /dev/null and b/Textures/Runway/pa_6c.dds differ diff --git a/Textures/Runway/pa_6c.png b/Textures/Runway/pa_6c.png new file mode 100644 index 000000000..945bde46d Binary files /dev/null and b/Textures/Runway/pa_6c.png differ diff --git a/Textures/Runway/pa_6r.dds b/Textures/Runway/pa_6r.dds new file mode 100644 index 000000000..4667dd524 Binary files /dev/null and b/Textures/Runway/pa_6r.dds differ diff --git a/Textures/Runway/pa_6r.png b/Textures/Runway/pa_6r.png new file mode 100644 index 000000000..c7c6013e6 Binary files /dev/null and b/Textures/Runway/pa_6r.png differ diff --git a/Textures/Runway/pa_7c.dds b/Textures/Runway/pa_7c.dds new file mode 100644 index 000000000..3eb09535e Binary files /dev/null and b/Textures/Runway/pa_7c.dds differ diff --git a/Textures/Runway/pa_7c.png b/Textures/Runway/pa_7c.png new file mode 100644 index 000000000..cdba0db61 Binary files /dev/null and b/Textures/Runway/pa_7c.png differ diff --git a/Textures/Runway/pa_7r.dds b/Textures/Runway/pa_7r.dds new file mode 100644 index 000000000..61cd8f874 Binary files /dev/null and b/Textures/Runway/pa_7r.dds differ diff --git a/Textures/Runway/pa_7r.png b/Textures/Runway/pa_7r.png new file mode 100644 index 000000000..1bc82ed6a Binary files /dev/null and b/Textures/Runway/pa_7r.png differ diff --git a/Textures/Runway/pa_8c.dds b/Textures/Runway/pa_8c.dds new file mode 100644 index 000000000..f1ba70969 Binary files /dev/null and b/Textures/Runway/pa_8c.dds differ diff --git a/Textures/Runway/pa_8c.png b/Textures/Runway/pa_8c.png new file mode 100644 index 000000000..c105d52c2 Binary files /dev/null and b/Textures/Runway/pa_8c.png differ diff --git a/Textures/Runway/pa_8r.dds b/Textures/Runway/pa_8r.dds new file mode 100644 index 000000000..110677ebf Binary files /dev/null and b/Textures/Runway/pa_8r.dds differ diff --git a/Textures/Runway/pa_8r.png b/Textures/Runway/pa_8r.png new file mode 100644 index 000000000..c7cd7b6d7 Binary files /dev/null and b/Textures/Runway/pa_8r.png differ diff --git a/Textures/Runway/pa_9c.dds b/Textures/Runway/pa_9c.dds new file mode 100644 index 000000000..aba2728a9 Binary files /dev/null and b/Textures/Runway/pa_9c.dds differ diff --git a/Textures/Runway/pa_9c.png b/Textures/Runway/pa_9c.png new file mode 100644 index 000000000..251b33bd2 Binary files /dev/null and b/Textures/Runway/pa_9c.png differ diff --git a/Textures/Runway/pa_9r.dds b/Textures/Runway/pa_9r.dds new file mode 100644 index 000000000..994b93c5d Binary files /dev/null and b/Textures/Runway/pa_9r.dds differ diff --git a/Textures/Runway/pa_9r.png b/Textures/Runway/pa_9r.png new file mode 100644 index 000000000..2f62ae3f7 Binary files /dev/null and b/Textures/Runway/pa_9r.png differ diff --git a/Textures/Runway/pa_C.dds b/Textures/Runway/pa_C.dds new file mode 100644 index 000000000..3c13612a7 Binary files /dev/null and b/Textures/Runway/pa_C.dds differ diff --git a/Textures/Runway/pa_C.png b/Textures/Runway/pa_C.png new file mode 100644 index 000000000..519d84882 Binary files /dev/null and b/Textures/Runway/pa_C.png differ diff --git a/Textures/Runway/pa_L.dds b/Textures/Runway/pa_L.dds new file mode 100644 index 000000000..17f8e75b5 Binary files /dev/null and b/Textures/Runway/pa_L.dds differ diff --git a/Textures/Runway/pa_L.png b/Textures/Runway/pa_L.png new file mode 100644 index 000000000..4104812e0 Binary files /dev/null and b/Textures/Runway/pa_L.png differ diff --git a/Textures/Runway/pa_R.dds b/Textures/Runway/pa_R.dds new file mode 100644 index 000000000..510199aa6 Binary files /dev/null and b/Textures/Runway/pa_R.dds differ diff --git a/Textures/Runway/pa_R.png b/Textures/Runway/pa_R.png new file mode 100644 index 000000000..c0ec04b9e Binary files /dev/null and b/Textures/Runway/pa_R.png differ diff --git a/Textures/Runway/pa_aim.dds b/Textures/Runway/pa_aim.dds new file mode 100644 index 000000000..8b1f6f699 Binary files /dev/null and b/Textures/Runway/pa_aim.dds differ diff --git a/Textures/Runway/pa_aim.png b/Textures/Runway/pa_aim.png new file mode 100644 index 000000000..f71d62221 Binary files /dev/null and b/Textures/Runway/pa_aim.png differ diff --git a/Textures/Runway/pa_aim_uk.dds b/Textures/Runway/pa_aim_uk.dds new file mode 100644 index 000000000..060b0c479 Binary files /dev/null and b/Textures/Runway/pa_aim_uk.dds differ diff --git a/Textures/Runway/pa_aim_uk.png b/Textures/Runway/pa_aim_uk.png new file mode 100644 index 000000000..1a5116824 Binary files /dev/null and b/Textures/Runway/pa_aim_uk.png differ diff --git a/Textures/Runway/pa_centerline.dds b/Textures/Runway/pa_centerline.dds new file mode 100644 index 000000000..d3071b2a8 Binary files /dev/null and b/Textures/Runway/pa_centerline.dds differ diff --git a/Textures/Runway/pa_centerline.png b/Textures/Runway/pa_centerline.png new file mode 100644 index 000000000..b556ff2e9 Binary files /dev/null and b/Textures/Runway/pa_centerline.png differ diff --git a/Textures/Runway/pa_dspl_arrows.dds b/Textures/Runway/pa_dspl_arrows.dds new file mode 100644 index 000000000..e159fc6ae Binary files /dev/null and b/Textures/Runway/pa_dspl_arrows.dds differ diff --git a/Textures/Runway/pa_dspl_arrows.png b/Textures/Runway/pa_dspl_arrows.png new file mode 100644 index 000000000..a334fbe83 Binary files /dev/null and b/Textures/Runway/pa_dspl_arrows.png differ diff --git a/Textures/Runway/pa_dspl_thresh.dds b/Textures/Runway/pa_dspl_thresh.dds new file mode 100644 index 000000000..35a3b6659 Binary files /dev/null and b/Textures/Runway/pa_dspl_thresh.dds differ diff --git a/Textures/Runway/pa_dspl_thresh.png b/Textures/Runway/pa_dspl_thresh.png new file mode 100644 index 000000000..79d6111a3 Binary files /dev/null and b/Textures/Runway/pa_dspl_thresh.png differ diff --git a/Textures/Runway/pa_helipad.png b/Textures/Runway/pa_helipad.png new file mode 100644 index 000000000..5cf71dd85 Binary files /dev/null and b/Textures/Runway/pa_helipad.png differ diff --git a/Textures/Runway/pa_rest.dds b/Textures/Runway/pa_rest.dds new file mode 100644 index 000000000..d3071b2a8 Binary files /dev/null and b/Textures/Runway/pa_rest.dds differ diff --git a/Textures/Runway/pa_rest.png b/Textures/Runway/pa_rest.png new file mode 100644 index 000000000..c88965a6a Binary files /dev/null and b/Textures/Runway/pa_rest.png differ diff --git a/Textures/Runway/pa_stopway.dds b/Textures/Runway/pa_stopway.dds new file mode 100644 index 000000000..5c9c8ac22 Binary files /dev/null and b/Textures/Runway/pa_stopway.dds differ diff --git a/Textures/Runway/pa_stopway.png b/Textures/Runway/pa_stopway.png new file mode 100644 index 000000000..f161d838f Binary files /dev/null and b/Textures/Runway/pa_stopway.png differ diff --git a/Textures/Runway/pa_taxiway.dds b/Textures/Runway/pa_taxiway.dds new file mode 100644 index 000000000..659e8f780 Binary files /dev/null and b/Textures/Runway/pa_taxiway.dds differ diff --git a/Textures/Runway/pa_taxiway.png b/Textures/Runway/pa_taxiway.png index 0921327e3..1297a2ae1 100644 Binary files a/Textures/Runway/pa_taxiway.png and b/Textures/Runway/pa_taxiway.png differ diff --git a/Textures/Runway/pa_threshold.dds b/Textures/Runway/pa_threshold.dds new file mode 100644 index 000000000..51f92aa60 Binary files /dev/null and b/Textures/Runway/pa_threshold.dds differ diff --git a/Textures/Runway/pa_threshold.png b/Textures/Runway/pa_threshold.png new file mode 100644 index 000000000..af6f5bd7a Binary files /dev/null and b/Textures/Runway/pa_threshold.png differ diff --git a/Textures/Runway/pa_tiedown.dds b/Textures/Runway/pa_tiedown.dds new file mode 100644 index 000000000..e037b9e52 Binary files /dev/null and b/Textures/Runway/pa_tiedown.dds differ diff --git a/Textures/Runway/pa_tiedown.png b/Textures/Runway/pa_tiedown.png new file mode 100644 index 000000000..04016ff9c Binary files /dev/null and b/Textures/Runway/pa_tiedown.png differ diff --git a/Textures/Runway/pa_tz_one_a.dds b/Textures/Runway/pa_tz_one_a.dds new file mode 100644 index 000000000..f0faa3239 Binary files /dev/null and b/Textures/Runway/pa_tz_one_a.dds differ diff --git a/Textures/Runway/pa_tz_one_a.png b/Textures/Runway/pa_tz_one_a.png new file mode 100644 index 000000000..e371209d2 Binary files /dev/null and b/Textures/Runway/pa_tz_one_a.png differ diff --git a/Textures/Runway/pa_tz_one_b.dds b/Textures/Runway/pa_tz_one_b.dds new file mode 100644 index 000000000..6fb530512 Binary files /dev/null and b/Textures/Runway/pa_tz_one_b.dds differ diff --git a/Textures/Runway/pa_tz_one_b.png b/Textures/Runway/pa_tz_one_b.png new file mode 100644 index 000000000..a7dd44977 Binary files /dev/null and b/Textures/Runway/pa_tz_one_b.png differ diff --git a/Textures/Runway/pa_tz_three.dds b/Textures/Runway/pa_tz_three.dds new file mode 100644 index 000000000..5e8a0ad74 Binary files /dev/null and b/Textures/Runway/pa_tz_three.dds differ diff --git a/Textures/Runway/pa_tz_three.png b/Textures/Runway/pa_tz_three.png new file mode 100644 index 000000000..cc93bab35 Binary files /dev/null and b/Textures/Runway/pa_tz_three.png differ diff --git a/Textures/Runway/pa_tz_two_a.dds b/Textures/Runway/pa_tz_two_a.dds new file mode 100644 index 000000000..cb9f0c2dc Binary files /dev/null and b/Textures/Runway/pa_tz_two_a.dds differ diff --git a/Textures/Runway/pa_tz_two_a.png b/Textures/Runway/pa_tz_two_a.png new file mode 100644 index 000000000..4ba644f4d Binary files /dev/null and b/Textures/Runway/pa_tz_two_a.png differ diff --git a/Textures/Runway/pa_tz_two_b.dds b/Textures/Runway/pa_tz_two_b.dds new file mode 100644 index 000000000..fdc26cf80 Binary files /dev/null and b/Textures/Runway/pa_tz_two_b.dds differ diff --git a/Textures/Runway/pa_tz_two_b.png b/Textures/Runway/pa_tz_two_b.png new file mode 100644 index 000000000..03c30e275 Binary files /dev/null and b/Textures/Runway/pa_tz_two_b.png differ diff --git a/Textures/Runway/pc_0l.dds b/Textures/Runway/pc_0l.dds new file mode 100644 index 000000000..a771b3491 Binary files /dev/null and b/Textures/Runway/pc_0l.dds differ diff --git a/Textures/Runway/pc_0l.png b/Textures/Runway/pc_0l.png new file mode 100644 index 000000000..c2895a511 Binary files /dev/null and b/Textures/Runway/pc_0l.png differ diff --git a/Textures/Runway/pc_0r.dds b/Textures/Runway/pc_0r.dds new file mode 100644 index 000000000..e4505e897 Binary files /dev/null and b/Textures/Runway/pc_0r.dds differ diff --git a/Textures/Runway/pc_0r.png b/Textures/Runway/pc_0r.png new file mode 100644 index 000000000..576e22163 Binary files /dev/null and b/Textures/Runway/pc_0r.png differ diff --git a/Textures/Runway/pc_11.dds b/Textures/Runway/pc_11.dds new file mode 100644 index 000000000..90f0c634e Binary files /dev/null and b/Textures/Runway/pc_11.dds differ diff --git a/Textures/Runway/pc_11.png b/Textures/Runway/pc_11.png new file mode 100644 index 000000000..9c19d5e3d Binary files /dev/null and b/Textures/Runway/pc_11.png differ diff --git a/Textures/Runway/pc_1c.dds b/Textures/Runway/pc_1c.dds new file mode 100644 index 000000000..cc7c70739 Binary files /dev/null and b/Textures/Runway/pc_1c.dds differ diff --git a/Textures/Runway/pc_1c.png b/Textures/Runway/pc_1c.png new file mode 100644 index 000000000..84eee7c86 Binary files /dev/null and b/Textures/Runway/pc_1c.png differ diff --git a/Textures/Runway/pc_1l.dds b/Textures/Runway/pc_1l.dds new file mode 100644 index 000000000..ea5e53cea Binary files /dev/null and b/Textures/Runway/pc_1l.dds differ diff --git a/Textures/Runway/pc_1l.png b/Textures/Runway/pc_1l.png new file mode 100644 index 000000000..2bb112619 Binary files /dev/null and b/Textures/Runway/pc_1l.png differ diff --git a/Textures/Runway/pc_1r.dds b/Textures/Runway/pc_1r.dds new file mode 100644 index 000000000..af97ca55c Binary files /dev/null and b/Textures/Runway/pc_1r.dds differ diff --git a/Textures/Runway/pc_1r.png b/Textures/Runway/pc_1r.png new file mode 100644 index 000000000..f482951d5 Binary files /dev/null and b/Textures/Runway/pc_1r.png differ diff --git a/Textures/Runway/pc_2c.dds b/Textures/Runway/pc_2c.dds new file mode 100644 index 000000000..7d4d8e0f0 Binary files /dev/null and b/Textures/Runway/pc_2c.dds differ diff --git a/Textures/Runway/pc_2c.png b/Textures/Runway/pc_2c.png new file mode 100644 index 000000000..ef01a2ed9 Binary files /dev/null and b/Textures/Runway/pc_2c.png differ diff --git a/Textures/Runway/pc_2l.dds b/Textures/Runway/pc_2l.dds new file mode 100644 index 000000000..cd2a13e16 Binary files /dev/null and b/Textures/Runway/pc_2l.dds differ diff --git a/Textures/Runway/pc_2l.png b/Textures/Runway/pc_2l.png new file mode 100644 index 000000000..d369f2c14 Binary files /dev/null and b/Textures/Runway/pc_2l.png differ diff --git a/Textures/Runway/pc_2r.dds b/Textures/Runway/pc_2r.dds new file mode 100644 index 000000000..867599014 Binary files /dev/null and b/Textures/Runway/pc_2r.dds differ diff --git a/Textures/Runway/pc_2r.png b/Textures/Runway/pc_2r.png new file mode 100644 index 000000000..60071c5dc Binary files /dev/null and b/Textures/Runway/pc_2r.png differ diff --git a/Textures/Runway/pc_3c.dds b/Textures/Runway/pc_3c.dds new file mode 100644 index 000000000..f566087d8 Binary files /dev/null and b/Textures/Runway/pc_3c.dds differ diff --git a/Textures/Runway/pc_3c.png b/Textures/Runway/pc_3c.png new file mode 100644 index 000000000..bbd3aef19 Binary files /dev/null and b/Textures/Runway/pc_3c.png differ diff --git a/Textures/Runway/pc_3l.dds b/Textures/Runway/pc_3l.dds new file mode 100644 index 000000000..4467a57a2 Binary files /dev/null and b/Textures/Runway/pc_3l.dds differ diff --git a/Textures/Runway/pc_3l.png b/Textures/Runway/pc_3l.png new file mode 100644 index 000000000..02f17e1bd Binary files /dev/null and b/Textures/Runway/pc_3l.png differ diff --git a/Textures/Runway/pc_3r.dds b/Textures/Runway/pc_3r.dds new file mode 100644 index 000000000..ef60d09e4 Binary files /dev/null and b/Textures/Runway/pc_3r.dds differ diff --git a/Textures/Runway/pc_3r.png b/Textures/Runway/pc_3r.png new file mode 100644 index 000000000..6a2994931 Binary files /dev/null and b/Textures/Runway/pc_3r.png differ diff --git a/Textures/Runway/pc_4c.dds b/Textures/Runway/pc_4c.dds new file mode 100644 index 000000000..ccc1ae11b Binary files /dev/null and b/Textures/Runway/pc_4c.dds differ diff --git a/Textures/Runway/pc_4c.png b/Textures/Runway/pc_4c.png new file mode 100644 index 000000000..6b15e21bd Binary files /dev/null and b/Textures/Runway/pc_4c.png differ diff --git a/Textures/Runway/pc_4r.dds b/Textures/Runway/pc_4r.dds new file mode 100644 index 000000000..5e0a6a456 Binary files /dev/null and b/Textures/Runway/pc_4r.dds differ diff --git a/Textures/Runway/pc_4r.png b/Textures/Runway/pc_4r.png new file mode 100644 index 000000000..cb288ec6d Binary files /dev/null and b/Textures/Runway/pc_4r.png differ diff --git a/Textures/Runway/pc_5c.dds b/Textures/Runway/pc_5c.dds new file mode 100644 index 000000000..6d98c658f Binary files /dev/null and b/Textures/Runway/pc_5c.dds differ diff --git a/Textures/Runway/pc_5c.png b/Textures/Runway/pc_5c.png new file mode 100644 index 000000000..db59a1174 Binary files /dev/null and b/Textures/Runway/pc_5c.png differ diff --git a/Textures/Runway/pc_5r.dds b/Textures/Runway/pc_5r.dds new file mode 100644 index 000000000..1855a6f26 Binary files /dev/null and b/Textures/Runway/pc_5r.dds differ diff --git a/Textures/Runway/pc_5r.png b/Textures/Runway/pc_5r.png new file mode 100644 index 000000000..4fb56c17b Binary files /dev/null and b/Textures/Runway/pc_5r.png differ diff --git a/Textures/Runway/pc_6c.dds b/Textures/Runway/pc_6c.dds new file mode 100644 index 000000000..24a04627f Binary files /dev/null and b/Textures/Runway/pc_6c.dds differ diff --git a/Textures/Runway/pc_6c.png b/Textures/Runway/pc_6c.png new file mode 100644 index 000000000..65ff5cf1f Binary files /dev/null and b/Textures/Runway/pc_6c.png differ diff --git a/Textures/Runway/pc_6r.dds b/Textures/Runway/pc_6r.dds new file mode 100644 index 000000000..f81e30785 Binary files /dev/null and b/Textures/Runway/pc_6r.dds differ diff --git a/Textures/Runway/pc_6r.png b/Textures/Runway/pc_6r.png new file mode 100644 index 000000000..68238bde3 Binary files /dev/null and b/Textures/Runway/pc_6r.png differ diff --git a/Textures/Runway/pc_7c.dds b/Textures/Runway/pc_7c.dds new file mode 100644 index 000000000..532ed78cc Binary files /dev/null and b/Textures/Runway/pc_7c.dds differ diff --git a/Textures/Runway/pc_7c.png b/Textures/Runway/pc_7c.png new file mode 100644 index 000000000..34429311a Binary files /dev/null and b/Textures/Runway/pc_7c.png differ diff --git a/Textures/Runway/pc_7r.dds b/Textures/Runway/pc_7r.dds new file mode 100644 index 000000000..d1f6adfca Binary files /dev/null and b/Textures/Runway/pc_7r.dds differ diff --git a/Textures/Runway/pc_7r.png b/Textures/Runway/pc_7r.png new file mode 100644 index 000000000..1618fde77 Binary files /dev/null and b/Textures/Runway/pc_7r.png differ diff --git a/Textures/Runway/pc_8c.dds b/Textures/Runway/pc_8c.dds new file mode 100644 index 000000000..5dae6e14c Binary files /dev/null and b/Textures/Runway/pc_8c.dds differ diff --git a/Textures/Runway/pc_8c.png b/Textures/Runway/pc_8c.png new file mode 100644 index 000000000..e4d1d5e21 Binary files /dev/null and b/Textures/Runway/pc_8c.png differ diff --git a/Textures/Runway/pc_8r.dds b/Textures/Runway/pc_8r.dds new file mode 100644 index 000000000..01a146a45 Binary files /dev/null and b/Textures/Runway/pc_8r.dds differ diff --git a/Textures/Runway/pc_8r.png b/Textures/Runway/pc_8r.png new file mode 100644 index 000000000..bbfab0811 Binary files /dev/null and b/Textures/Runway/pc_8r.png differ diff --git a/Textures/Runway/pc_9c.dds b/Textures/Runway/pc_9c.dds new file mode 100644 index 000000000..9cfc62dc4 Binary files /dev/null and b/Textures/Runway/pc_9c.dds differ diff --git a/Textures/Runway/pc_9c.png b/Textures/Runway/pc_9c.png new file mode 100644 index 000000000..6f3ca81b9 Binary files /dev/null and b/Textures/Runway/pc_9c.png differ diff --git a/Textures/Runway/pc_9r.dds b/Textures/Runway/pc_9r.dds new file mode 100644 index 000000000..8f600a30a Binary files /dev/null and b/Textures/Runway/pc_9r.dds differ diff --git a/Textures/Runway/pc_9r.png b/Textures/Runway/pc_9r.png new file mode 100644 index 000000000..339d5aa95 Binary files /dev/null and b/Textures/Runway/pc_9r.png differ diff --git a/Textures/Runway/pc_C.dds b/Textures/Runway/pc_C.dds new file mode 100644 index 000000000..77cbd0278 Binary files /dev/null and b/Textures/Runway/pc_C.dds differ diff --git a/Textures/Runway/pc_C.png b/Textures/Runway/pc_C.png new file mode 100644 index 000000000..c78468a58 Binary files /dev/null and b/Textures/Runway/pc_C.png differ diff --git a/Textures/Runway/pc_L.dds b/Textures/Runway/pc_L.dds new file mode 100644 index 000000000..8cfb796dc Binary files /dev/null and b/Textures/Runway/pc_L.dds differ diff --git a/Textures/Runway/pc_L.png b/Textures/Runway/pc_L.png new file mode 100644 index 000000000..9871613e5 Binary files /dev/null and b/Textures/Runway/pc_L.png differ diff --git a/Textures/Runway/pc_R.dds b/Textures/Runway/pc_R.dds new file mode 100644 index 000000000..26f095b10 Binary files /dev/null and b/Textures/Runway/pc_R.dds differ diff --git a/Textures/Runway/pc_R.png b/Textures/Runway/pc_R.png new file mode 100644 index 000000000..4cda2c140 Binary files /dev/null and b/Textures/Runway/pc_R.png differ diff --git a/Textures/Runway/pc_aim.dds b/Textures/Runway/pc_aim.dds new file mode 100644 index 000000000..391d9d1bf Binary files /dev/null and b/Textures/Runway/pc_aim.dds differ diff --git a/Textures/Runway/pc_aim.png b/Textures/Runway/pc_aim.png new file mode 100644 index 000000000..63a1c4908 Binary files /dev/null and b/Textures/Runway/pc_aim.png differ diff --git a/Textures/Runway/pc_aim_uk.dds b/Textures/Runway/pc_aim_uk.dds new file mode 100644 index 000000000..6f2bdd03f Binary files /dev/null and b/Textures/Runway/pc_aim_uk.dds differ diff --git a/Textures/Runway/pc_aim_uk.png b/Textures/Runway/pc_aim_uk.png new file mode 100644 index 000000000..76559dc5a Binary files /dev/null and b/Textures/Runway/pc_aim_uk.png differ diff --git a/Textures/Runway/pc_centerline.dds b/Textures/Runway/pc_centerline.dds new file mode 100644 index 000000000..d3c7d5120 Binary files /dev/null and b/Textures/Runway/pc_centerline.dds differ diff --git a/Textures/Runway/pc_centerline.png b/Textures/Runway/pc_centerline.png new file mode 100644 index 000000000..8da3be1d8 Binary files /dev/null and b/Textures/Runway/pc_centerline.png differ diff --git a/Textures/Runway/pc_dspl_arrows.dds b/Textures/Runway/pc_dspl_arrows.dds new file mode 100644 index 000000000..69456f226 Binary files /dev/null and b/Textures/Runway/pc_dspl_arrows.dds differ diff --git a/Textures/Runway/pc_dspl_arrows.png b/Textures/Runway/pc_dspl_arrows.png new file mode 100644 index 000000000..a84dd26ee Binary files /dev/null and b/Textures/Runway/pc_dspl_arrows.png differ diff --git a/Textures/Runway/pc_dspl_thresh.dds b/Textures/Runway/pc_dspl_thresh.dds new file mode 100644 index 000000000..3117919e8 Binary files /dev/null and b/Textures/Runway/pc_dspl_thresh.dds differ diff --git a/Textures/Runway/pc_dspl_thresh.png b/Textures/Runway/pc_dspl_thresh.png new file mode 100644 index 000000000..75789ce9d Binary files /dev/null and b/Textures/Runway/pc_dspl_thresh.png differ diff --git a/Textures/Runway/pc_helipad.png b/Textures/Runway/pc_helipad.png new file mode 100644 index 000000000..0b4099e07 Binary files /dev/null and b/Textures/Runway/pc_helipad.png differ diff --git a/Textures/Runway/pc_rest.dds b/Textures/Runway/pc_rest.dds new file mode 100644 index 000000000..d3c7d5120 Binary files /dev/null and b/Textures/Runway/pc_rest.dds differ diff --git a/Textures/Runway/pc_rest.png b/Textures/Runway/pc_rest.png new file mode 100644 index 000000000..852e21869 Binary files /dev/null and b/Textures/Runway/pc_rest.png differ diff --git a/Textures/Runway/pc_stopway.dds b/Textures/Runway/pc_stopway.dds new file mode 100644 index 000000000..f717554fd Binary files /dev/null and b/Textures/Runway/pc_stopway.dds differ diff --git a/Textures/Runway/pc_stopway.png b/Textures/Runway/pc_stopway.png new file mode 100644 index 000000000..f8b128ab7 Binary files /dev/null and b/Textures/Runway/pc_stopway.png differ diff --git a/Textures/Runway/pc_taxiway.dds b/Textures/Runway/pc_taxiway.dds new file mode 100644 index 000000000..8b614b3c8 Binary files /dev/null and b/Textures/Runway/pc_taxiway.dds differ diff --git a/Textures/Runway/pc_taxiway.png b/Textures/Runway/pc_taxiway.png index f64c31edb..d0aadcb6e 100644 Binary files a/Textures/Runway/pc_taxiway.png and b/Textures/Runway/pc_taxiway.png differ diff --git a/Textures/Runway/pc_threshold.dds b/Textures/Runway/pc_threshold.dds new file mode 100644 index 000000000..f17c0278b Binary files /dev/null and b/Textures/Runway/pc_threshold.dds differ diff --git a/Textures/Runway/pc_threshold.png b/Textures/Runway/pc_threshold.png new file mode 100644 index 000000000..fa80224d7 Binary files /dev/null and b/Textures/Runway/pc_threshold.png differ diff --git a/Textures/Runway/pc_tiedown.dds b/Textures/Runway/pc_tiedown.dds new file mode 100644 index 000000000..3f2442c4b Binary files /dev/null and b/Textures/Runway/pc_tiedown.dds differ diff --git a/Textures/Runway/pc_tiedown.png b/Textures/Runway/pc_tiedown.png new file mode 100644 index 000000000..354959beb Binary files /dev/null and b/Textures/Runway/pc_tiedown.png differ diff --git a/Textures/Runway/pc_tz_one_a.dds b/Textures/Runway/pc_tz_one_a.dds new file mode 100644 index 000000000..69b6a186d Binary files /dev/null and b/Textures/Runway/pc_tz_one_a.dds differ diff --git a/Textures/Runway/pc_tz_one_a.png b/Textures/Runway/pc_tz_one_a.png new file mode 100644 index 000000000..0d638d71b Binary files /dev/null and b/Textures/Runway/pc_tz_one_a.png differ diff --git a/Textures/Runway/pc_tz_one_b.dds b/Textures/Runway/pc_tz_one_b.dds new file mode 100644 index 000000000..3e337f854 Binary files /dev/null and b/Textures/Runway/pc_tz_one_b.dds differ diff --git a/Textures/Runway/pc_tz_one_b.png b/Textures/Runway/pc_tz_one_b.png new file mode 100644 index 000000000..4b2f47bab Binary files /dev/null and b/Textures/Runway/pc_tz_one_b.png differ diff --git a/Textures/Runway/pc_tz_three.dds b/Textures/Runway/pc_tz_three.dds new file mode 100644 index 000000000..8a49d9b86 Binary files /dev/null and b/Textures/Runway/pc_tz_three.dds differ diff --git a/Textures/Runway/pc_tz_three.png b/Textures/Runway/pc_tz_three.png new file mode 100644 index 000000000..8daa8d2d6 Binary files /dev/null and b/Textures/Runway/pc_tz_three.png differ diff --git a/Textures/Runway/pc_tz_two_a.dds b/Textures/Runway/pc_tz_two_a.dds new file mode 100644 index 000000000..22b30de91 Binary files /dev/null and b/Textures/Runway/pc_tz_two_a.dds differ diff --git a/Textures/Runway/pc_tz_two_a.png b/Textures/Runway/pc_tz_two_a.png new file mode 100644 index 000000000..86038c6cc Binary files /dev/null and b/Textures/Runway/pc_tz_two_a.png differ diff --git a/Textures/Runway/pc_tz_two_b.dds b/Textures/Runway/pc_tz_two_b.dds new file mode 100644 index 000000000..3680325a6 Binary files /dev/null and b/Textures/Runway/pc_tz_two_b.dds differ diff --git a/Textures/Runway/pc_tz_two_b.png b/Textures/Runway/pc_tz_two_b.png new file mode 100644 index 000000000..c6d514ad7 Binary files /dev/null and b/Textures/Runway/pc_tz_two_b.png differ diff --git a/Textures/Signs/black.dds b/Textures/Signs/black.dds new file mode 100644 index 000000000..6d85bf952 Binary files /dev/null and b/Textures/Signs/black.dds differ diff --git a/Textures/Signs/black.png b/Textures/Signs/black.png new file mode 100644 index 000000000..c086ef239 Binary files /dev/null and b/Textures/Signs/black.png differ diff --git a/Textures/Signs/framed.dds b/Textures/Signs/framed.dds new file mode 100644 index 000000000..98c11363c Binary files /dev/null and b/Textures/Signs/framed.dds differ diff --git a/Textures/Signs/framed.png b/Textures/Signs/framed.png new file mode 100644 index 000000000..a28c6fcc9 Binary files /dev/null and b/Textures/Signs/framed.png differ diff --git a/Textures/Signs/red.dds b/Textures/Signs/red.dds new file mode 100644 index 000000000..1e6509a75 Binary files /dev/null and b/Textures/Signs/red.dds differ diff --git a/Textures/Signs/red.png b/Textures/Signs/red.png new file mode 100644 index 000000000..a03c4c5bf Binary files /dev/null and b/Textures/Signs/red.png differ diff --git a/Textures/Signs/special.dds b/Textures/Signs/special.dds new file mode 100644 index 000000000..a0fc50a06 Binary files /dev/null and b/Textures/Signs/special.dds differ diff --git a/Textures/Signs/special.png b/Textures/Signs/special.png new file mode 100644 index 000000000..dea3c88aa Binary files /dev/null and b/Textures/Signs/special.png differ diff --git a/Textures/Signs/yellow.dds b/Textures/Signs/yellow.dds new file mode 100644 index 000000000..f8efe2a97 Binary files /dev/null and b/Textures/Signs/yellow.dds differ diff --git a/Textures/Signs/yellow.png b/Textures/Signs/yellow.png new file mode 100644 index 000000000..1b632da20 Binary files /dev/null and b/Textures/Signs/yellow.png differ diff --git a/Textures/Terrain.winter/Town1.png b/Textures/Terrain.winter/Town1.png new file mode 100644 index 000000000..614769214 Binary files /dev/null and b/Textures/Terrain.winter/Town1.png differ diff --git a/Textures/Terrain.winter/builtup.png b/Textures/Terrain.winter/builtup.png new file mode 100644 index 000000000..6e86e89b0 Binary files /dev/null and b/Textures/Terrain.winter/builtup.png differ diff --git a/Textures/Terrain.winter/countryside1.winter.dds b/Textures/Terrain.winter/countryside1.winter.dds new file mode 100644 index 000000000..9d670806d Binary files /dev/null and b/Textures/Terrain.winter/countryside1.winter.dds differ diff --git a/Textures/Terrain.winter/countryside1.winter.png b/Textures/Terrain.winter/countryside1.winter.png new file mode 100644 index 000000000..c42902aba Binary files /dev/null and b/Textures/Terrain.winter/countryside1.winter.png differ diff --git a/Textures/Terrain.winter/countryside2.winter.dds b/Textures/Terrain.winter/countryside2.winter.dds new file mode 100644 index 000000000..618c9be64 Binary files /dev/null and b/Textures/Terrain.winter/countryside2.winter.dds differ diff --git a/Textures/Terrain.winter/countryside2.winter.png b/Textures/Terrain.winter/countryside2.winter.png new file mode 100644 index 000000000..17ea89a7f Binary files /dev/null and b/Textures/Terrain.winter/countryside2.winter.png differ diff --git a/Textures/Terrain.winter/countryside3.winter.dds b/Textures/Terrain.winter/countryside3.winter.dds new file mode 100644 index 000000000..1cd0b7fca Binary files /dev/null and b/Textures/Terrain.winter/countryside3.winter.dds differ diff --git a/Textures/Terrain.winter/countryside3.winter.png b/Textures/Terrain.winter/countryside3.winter.png new file mode 100644 index 000000000..7a151a5a5 Binary files /dev/null and b/Textures/Terrain.winter/countryside3.winter.png differ diff --git a/Textures/Terrain.winter/countryside4.winter.dds b/Textures/Terrain.winter/countryside4.winter.dds new file mode 100644 index 000000000..046aa0594 Binary files /dev/null and b/Textures/Terrain.winter/countryside4.winter.dds differ diff --git a/Textures/Terrain.winter/countryside4.winter.png b/Textures/Terrain.winter/countryside4.winter.png new file mode 100644 index 000000000..6e20d2a9b Binary files /dev/null and b/Textures/Terrain.winter/countryside4.winter.png differ diff --git a/Textures/Terrain.winter/cropgrass1.png b/Textures/Terrain.winter/cropgrass1.png new file mode 100644 index 000000000..511d32870 Binary files /dev/null and b/Textures/Terrain.winter/cropgrass1.png differ diff --git a/Textures/Terrain.winter/cropgrass2.png b/Textures/Terrain.winter/cropgrass2.png new file mode 100644 index 000000000..2de6a965a Binary files /dev/null and b/Textures/Terrain.winter/cropgrass2.png differ diff --git a/Textures/Terrain.winter/cropgrass3.png b/Textures/Terrain.winter/cropgrass3.png new file mode 100644 index 000000000..bb84cfd1a Binary files /dev/null and b/Textures/Terrain.winter/cropgrass3.png differ diff --git a/Textures/Terrain.winter/deciduous1.png b/Textures/Terrain.winter/deciduous1.png new file mode 100644 index 000000000..80b022032 Binary files /dev/null and b/Textures/Terrain.winter/deciduous1.png differ diff --git a/Textures/Terrain.winter/deciduous2.png b/Textures/Terrain.winter/deciduous2.png new file mode 100644 index 000000000..5cdfca54c Binary files /dev/null and b/Textures/Terrain.winter/deciduous2.png differ diff --git a/Textures/Terrain.winter/deciduous4.png b/Textures/Terrain.winter/deciduous4.png new file mode 100644 index 000000000..498d2beda Binary files /dev/null and b/Textures/Terrain.winter/deciduous4.png differ diff --git a/Textures/Terrain.winter/drycrop1.png b/Textures/Terrain.winter/drycrop1.png new file mode 100644 index 000000000..1eed465c8 Binary files /dev/null and b/Textures/Terrain.winter/drycrop1.png differ diff --git a/Textures/Terrain.winter/drycrop2.png b/Textures/Terrain.winter/drycrop2.png new file mode 100644 index 000000000..630edc4ae Binary files /dev/null and b/Textures/Terrain.winter/drycrop2.png differ diff --git a/Textures/Terrain.winter/drycrop3.png b/Textures/Terrain.winter/drycrop3.png new file mode 100644 index 000000000..2ad7c8b71 Binary files /dev/null and b/Textures/Terrain.winter/drycrop3.png differ diff --git a/Textures/Terrain.winter/drycrop4.png b/Textures/Terrain.winter/drycrop4.png new file mode 100644 index 000000000..78e58c756 Binary files /dev/null and b/Textures/Terrain.winter/drycrop4.png differ diff --git a/Textures/Terrain.winter/forest1a.png b/Textures/Terrain.winter/forest1a.png new file mode 100644 index 000000000..c82e71781 Binary files /dev/null and b/Textures/Terrain.winter/forest1a.png differ diff --git a/Textures/Terrain.winter/forest1b.png b/Textures/Terrain.winter/forest1b.png new file mode 100644 index 000000000..a25799b23 Binary files /dev/null and b/Textures/Terrain.winter/forest1b.png differ diff --git a/Textures/Terrain.winter/forest1c.png b/Textures/Terrain.winter/forest1c.png new file mode 100644 index 000000000..8c4f20c0c Binary files /dev/null and b/Textures/Terrain.winter/forest1c.png differ diff --git a/Textures/Terrain.winter/golfcourse1.png b/Textures/Terrain.winter/golfcourse1.png new file mode 100644 index 000000000..e8881fcb7 Binary files /dev/null and b/Textures/Terrain.winter/golfcourse1.png differ diff --git a/Textures/Terrain.winter/herbtundra.png b/Textures/Terrain.winter/herbtundra.png new file mode 100644 index 000000000..797e5ecb3 Binary files /dev/null and b/Textures/Terrain.winter/herbtundra.png differ diff --git a/Textures/Terrain.winter/herbtundra2.png b/Textures/Terrain.winter/herbtundra2.png new file mode 100644 index 000000000..b3eacbe63 Binary files /dev/null and b/Textures/Terrain.winter/herbtundra2.png differ diff --git a/Textures/Terrain.winter/herbtundra3.png b/Textures/Terrain.winter/herbtundra3.png new file mode 100644 index 000000000..aaaf37ec8 Binary files /dev/null and b/Textures/Terrain.winter/herbtundra3.png differ diff --git a/Textures/Terrain.winter/irrcrop1.png b/Textures/Terrain.winter/irrcrop1.png new file mode 100644 index 000000000..4a165a698 Binary files /dev/null and b/Textures/Terrain.winter/irrcrop1.png differ diff --git a/Textures/Terrain.winter/irrcrop2.png b/Textures/Terrain.winter/irrcrop2.png new file mode 100644 index 000000000..3dde3c1f6 Binary files /dev/null and b/Textures/Terrain.winter/irrcrop2.png differ diff --git a/Textures/Terrain.winter/irrcrop3.png b/Textures/Terrain.winter/irrcrop3.png new file mode 100644 index 000000000..404681526 Binary files /dev/null and b/Textures/Terrain.winter/irrcrop3.png differ diff --git a/Textures/Terrain.winter/marsh2.png b/Textures/Terrain.winter/marsh2.png new file mode 100644 index 000000000..b0b868834 Binary files /dev/null and b/Textures/Terrain.winter/marsh2.png differ diff --git a/Textures/Terrain.winter/marsh3.png b/Textures/Terrain.winter/marsh3.png new file mode 100644 index 000000000..a79c5521b Binary files /dev/null and b/Textures/Terrain.winter/marsh3.png differ diff --git a/Textures/Terrain.winter/marsh4.png b/Textures/Terrain.winter/marsh4.png new file mode 100644 index 000000000..37d41e7b8 Binary files /dev/null and b/Textures/Terrain.winter/marsh4.png differ diff --git a/Textures/Terrain.winter/mixedcrop1.png b/Textures/Terrain.winter/mixedcrop1.png new file mode 100644 index 000000000..182d7f75d Binary files /dev/null and b/Textures/Terrain.winter/mixedcrop1.png differ diff --git a/Textures/Terrain.winter/mixedcrop3.png b/Textures/Terrain.winter/mixedcrop3.png new file mode 100644 index 000000000..5924407dd Binary files /dev/null and b/Textures/Terrain.winter/mixedcrop3.png differ diff --git a/Textures/Terrain.winter/mixedcrop4.png b/Textures/Terrain.winter/mixedcrop4.png new file mode 100644 index 000000000..884a0f8c4 Binary files /dev/null and b/Textures/Terrain.winter/mixedcrop4.png differ diff --git a/Textures/Terrain.winter/mixedforest.png b/Textures/Terrain.winter/mixedforest.png new file mode 100644 index 000000000..3a77a354b Binary files /dev/null and b/Textures/Terrain.winter/mixedforest.png differ diff --git a/Textures/Terrain.winter/mixedforest1c.dds b/Textures/Terrain.winter/mixedforest1c.dds new file mode 100644 index 000000000..50e202912 Binary files /dev/null and b/Textures/Terrain.winter/mixedforest1c.dds differ diff --git a/Textures/Terrain.winter/mixedforest2.png b/Textures/Terrain.winter/mixedforest2.png new file mode 100644 index 000000000..6d1a609a1 Binary files /dev/null and b/Textures/Terrain.winter/mixedforest2.png differ diff --git a/Textures/Terrain.winter/mixedforest3.png b/Textures/Terrain.winter/mixedforest3.png new file mode 100644 index 000000000..66cc51578 Binary files /dev/null and b/Textures/Terrain.winter/mixedforest3.png differ diff --git a/Textures/Terrain.winter/naturalcrop1.png b/Textures/Terrain.winter/naturalcrop1.png new file mode 100644 index 000000000..78e58c756 Binary files /dev/null and b/Textures/Terrain.winter/naturalcrop1.png differ diff --git a/Textures/Terrain.winter/shrub.png b/Textures/Terrain.winter/shrub.png new file mode 100644 index 000000000..c5c83434c Binary files /dev/null and b/Textures/Terrain.winter/shrub.png differ diff --git a/Textures/Terrain.winter/shrub2.png b/Textures/Terrain.winter/shrub2.png new file mode 100644 index 000000000..3fe11b75a Binary files /dev/null and b/Textures/Terrain.winter/shrub2.png differ diff --git a/Textures/Terrain.winter/shrub3.png b/Textures/Terrain.winter/shrub3.png new file mode 100644 index 000000000..2db48400c Binary files /dev/null and b/Textures/Terrain.winter/shrub3.png differ diff --git a/Textures/Terrain.winter/tundra.png b/Textures/Terrain.winter/tundra.png new file mode 100644 index 000000000..e37bb6db5 Binary files /dev/null and b/Textures/Terrain.winter/tundra.png differ diff --git a/Textures/Terrain.winter/tundra2.png b/Textures/Terrain.winter/tundra2.png new file mode 100644 index 000000000..a4ad4f09b Binary files /dev/null and b/Textures/Terrain.winter/tundra2.png differ diff --git a/Textures/Terrain.winter/tundra3.png b/Textures/Terrain.winter/tundra3.png new file mode 100644 index 000000000..6d18688ea Binary files /dev/null and b/Textures/Terrain.winter/tundra3.png differ diff --git a/Textures/Terrain/18th_century_city.png b/Textures/Terrain/18th_century_city.png new file mode 100644 index 000000000..84feb1a04 Binary files /dev/null and b/Textures/Terrain/18th_century_city.png differ diff --git a/Textures/Terrain/Town1.png b/Textures/Terrain/Town1.png new file mode 100644 index 000000000..4f9fe7022 Binary files /dev/null and b/Textures/Terrain/Town1.png differ diff --git a/Textures/Terrain/airport.png b/Textures/Terrain/airport.png new file mode 100644 index 000000000..151d49655 Binary files /dev/null and b/Textures/Terrain/airport.png differ diff --git a/Textures/Terrain/airport_grass2.png b/Textures/Terrain/airport_grass2.png new file mode 100644 index 000000000..a909fb340 Binary files /dev/null and b/Textures/Terrain/airport_grass2.png differ diff --git a/Textures/Terrain/city1-relief-light.png b/Textures/Terrain/city1-relief-light.png new file mode 100644 index 000000000..fb51507ea Binary files /dev/null and b/Textures/Terrain/city1-relief-light.png differ diff --git a/Textures/Terrain/city1.png b/Textures/Terrain/city1.png new file mode 100644 index 000000000..d54776473 Binary files /dev/null and b/Textures/Terrain/city1.png differ diff --git a/Textures/Terrain/city2-relief-light.png b/Textures/Terrain/city2-relief-light.png new file mode 100644 index 000000000..2e5f0f0dd Binary files /dev/null and b/Textures/Terrain/city2-relief-light.png differ diff --git a/Textures/Terrain/city2.png b/Textures/Terrain/city2.png new file mode 100644 index 000000000..adecbfb7c Binary files /dev/null and b/Textures/Terrain/city2.png differ diff --git a/Textures/Terrain/coniferous_forest.dds b/Textures/Terrain/coniferous_forest.dds new file mode 100644 index 000000000..ca18ab4fb Binary files /dev/null and b/Textures/Terrain/coniferous_forest.dds differ diff --git a/Textures/Terrain/countryside1.green.dds b/Textures/Terrain/countryside1.green.dds new file mode 100644 index 000000000..87e173013 Binary files /dev/null and b/Textures/Terrain/countryside1.green.dds differ diff --git a/Textures/Terrain/countryside1.green.png b/Textures/Terrain/countryside1.green.png new file mode 100644 index 000000000..22eb3e336 Binary files /dev/null and b/Textures/Terrain/countryside1.green.png differ diff --git a/Textures/Terrain/countryside1.ireland-autumn.png b/Textures/Terrain/countryside1.ireland-autumn.png new file mode 100644 index 000000000..421bcbd85 Binary files /dev/null and b/Textures/Terrain/countryside1.ireland-autumn.png differ diff --git a/Textures/Terrain/countryside2.green.dds b/Textures/Terrain/countryside2.green.dds new file mode 100644 index 000000000..786b2c3f7 Binary files /dev/null and b/Textures/Terrain/countryside2.green.dds differ diff --git a/Textures/Terrain/countryside2.green.png b/Textures/Terrain/countryside2.green.png new file mode 100644 index 000000000..4c5596a69 Binary files /dev/null and b/Textures/Terrain/countryside2.green.png differ diff --git a/Textures/Terrain/countryside3.green.dds b/Textures/Terrain/countryside3.green.dds new file mode 100644 index 000000000..361ad4e9c Binary files /dev/null and b/Textures/Terrain/countryside3.green.dds differ diff --git a/Textures/Terrain/countryside3.green.png b/Textures/Terrain/countryside3.green.png new file mode 100644 index 000000000..59df4b292 Binary files /dev/null and b/Textures/Terrain/countryside3.green.png differ diff --git a/Textures/Terrain/countryside4.green.dds b/Textures/Terrain/countryside4.green.dds new file mode 100644 index 000000000..63024e57c Binary files /dev/null and b/Textures/Terrain/countryside4.green.dds differ diff --git a/Textures/Terrain/countryside4.green.png b/Textures/Terrain/countryside4.green.png new file mode 100644 index 000000000..522c975f1 Binary files /dev/null and b/Textures/Terrain/countryside4.green.png differ diff --git a/Textures/Terrain/cropgrass-hires-autumn.png b/Textures/Terrain/cropgrass-hires-autumn.png new file mode 100644 index 000000000..9e4db12f2 Binary files /dev/null and b/Textures/Terrain/cropgrass-hires-autumn.png differ diff --git a/Textures/Terrain/cropgrass-hires.png b/Textures/Terrain/cropgrass-hires.png new file mode 100644 index 000000000..9e8f1ea26 Binary files /dev/null and b/Textures/Terrain/cropgrass-hires.png differ diff --git a/Textures/Terrain/cropgrass-madagascar.png b/Textures/Terrain/cropgrass-madagascar.png new file mode 100644 index 000000000..1a2d6eb39 Binary files /dev/null and b/Textures/Terrain/cropgrass-madagascar.png differ diff --git a/Textures/Terrain/cropgrass.dds b/Textures/Terrain/cropgrass.dds new file mode 100644 index 000000000..e717ce4f6 Binary files /dev/null and b/Textures/Terrain/cropgrass.dds differ diff --git a/Textures/Terrain/cropgrass1.png b/Textures/Terrain/cropgrass1.png new file mode 100644 index 000000000..3d42b4fc9 Binary files /dev/null and b/Textures/Terrain/cropgrass1.png differ diff --git a/Textures/Terrain/cropgrass2.png b/Textures/Terrain/cropgrass2.png new file mode 100644 index 000000000..22d42cbef Binary files /dev/null and b/Textures/Terrain/cropgrass2.png differ diff --git a/Textures/Terrain/cropgrass3.png b/Textures/Terrain/cropgrass3.png new file mode 100644 index 000000000..6bbb91d1e Binary files /dev/null and b/Textures/Terrain/cropgrass3.png differ diff --git a/Textures/Terrain/cropwood.dds b/Textures/Terrain/cropwood.dds new file mode 100644 index 000000000..8e8cbd235 Binary files /dev/null and b/Textures/Terrain/cropwood.dds differ diff --git a/Textures/Terrain/dec_evergreen-hires.png b/Textures/Terrain/dec_evergreen-hires.png new file mode 100644 index 000000000..825e6ba0a Binary files /dev/null and b/Textures/Terrain/dec_evergreen-hires.png differ diff --git a/Textures/Terrain/deciduous-hires-autumn.png b/Textures/Terrain/deciduous-hires-autumn.png new file mode 100644 index 000000000..dde8f2022 Binary files /dev/null and b/Textures/Terrain/deciduous-hires-autumn.png differ diff --git a/Textures/Terrain/deciduous-hires.png b/Textures/Terrain/deciduous-hires.png new file mode 100644 index 000000000..a56530688 Binary files /dev/null and b/Textures/Terrain/deciduous-hires.png differ diff --git a/Textures/Terrain/deciduous1.png b/Textures/Terrain/deciduous1.png new file mode 100644 index 000000000..f290442b3 Binary files /dev/null and b/Textures/Terrain/deciduous1.png differ diff --git a/Textures/Terrain/deciduous2.png b/Textures/Terrain/deciduous2.png new file mode 100644 index 000000000..7f52216e4 Binary files /dev/null and b/Textures/Terrain/deciduous2.png differ diff --git a/Textures/Terrain/deciduous4.png b/Textures/Terrain/deciduous4.png new file mode 100644 index 000000000..6cd96c5a9 Binary files /dev/null and b/Textures/Terrain/deciduous4.png differ diff --git a/Textures/Terrain/dirt3.dds b/Textures/Terrain/dirt3.dds new file mode 100644 index 000000000..caea98377 Binary files /dev/null and b/Textures/Terrain/dirt3.dds differ diff --git a/Textures/Terrain/dry_pasture4.png b/Textures/Terrain/dry_pasture4.png new file mode 100644 index 000000000..498eccb14 Binary files /dev/null and b/Textures/Terrain/dry_pasture4.png differ diff --git a/Textures/Terrain/drycrop.png b/Textures/Terrain/drycrop.png new file mode 100644 index 000000000..6c046d5e8 Binary files /dev/null and b/Textures/Terrain/drycrop.png differ diff --git a/Textures/Terrain/drycrop1-autumn.png b/Textures/Terrain/drycrop1-autumn.png new file mode 100644 index 000000000..152a9d15e Binary files /dev/null and b/Textures/Terrain/drycrop1-autumn.png differ diff --git a/Textures/Terrain/drycrop1.png b/Textures/Terrain/drycrop1.png new file mode 100644 index 000000000..e88116744 Binary files /dev/null and b/Textures/Terrain/drycrop1.png differ diff --git a/Textures/Terrain/drycrop2.png b/Textures/Terrain/drycrop2.png new file mode 100644 index 000000000..f28c42fe9 Binary files /dev/null and b/Textures/Terrain/drycrop2.png differ diff --git a/Textures/Terrain/drycrop3.png b/Textures/Terrain/drycrop3.png new file mode 100644 index 000000000..165836ba2 Binary files /dev/null and b/Textures/Terrain/drycrop3.png differ diff --git a/Textures/Terrain/drycrop4.png b/Textures/Terrain/drycrop4.png new file mode 100644 index 000000000..3cea93437 Binary files /dev/null and b/Textures/Terrain/drycrop4.png differ diff --git a/Textures/Terrain/forest-relief.png b/Textures/Terrain/forest-relief.png new file mode 100644 index 000000000..887065f4c Binary files /dev/null and b/Textures/Terrain/forest-relief.png differ diff --git a/Textures/Terrain/forest1a.png b/Textures/Terrain/forest1a.png new file mode 100644 index 000000000..b05896121 Binary files /dev/null and b/Textures/Terrain/forest1a.png differ diff --git a/Textures/Terrain/forest1b.png b/Textures/Terrain/forest1b.png new file mode 100644 index 000000000..c9edf0896 Binary files /dev/null and b/Textures/Terrain/forest1b.png differ diff --git a/Textures/Terrain/forest1c.png b/Textures/Terrain/forest1c.png new file mode 100644 index 000000000..4f2ffb209 Binary files /dev/null and b/Textures/Terrain/forest1c.png differ diff --git a/Textures/Terrain/glacier1.png b/Textures/Terrain/glacier1.png new file mode 100644 index 000000000..100c49d56 Binary files /dev/null and b/Textures/Terrain/glacier1.png differ diff --git a/Textures/Terrain/glacier3.png b/Textures/Terrain/glacier3.png new file mode 100644 index 000000000..a68603350 Binary files /dev/null and b/Textures/Terrain/glacier3.png differ diff --git a/Textures/Terrain/golfcourse1-autumn.png b/Textures/Terrain/golfcourse1-autumn.png new file mode 100644 index 000000000..ed4a15334 Binary files /dev/null and b/Textures/Terrain/golfcourse1-autumn.png differ diff --git a/Textures/Terrain/golfcourse1.png b/Textures/Terrain/golfcourse1.png new file mode 100644 index 000000000..fad48dac4 Binary files /dev/null and b/Textures/Terrain/golfcourse1.png differ diff --git a/Textures/Terrain/grain_texture.png b/Textures/Terrain/grain_texture.png new file mode 100644 index 000000000..1486335b2 Binary files /dev/null and b/Textures/Terrain/grain_texture.png differ diff --git a/Textures/Terrain/grass-caribbean.png b/Textures/Terrain/grass-caribbean.png new file mode 100644 index 000000000..accc20ab4 Binary files /dev/null and b/Textures/Terrain/grass-caribbean.png differ diff --git a/Textures/Terrain/grass10b.dds b/Textures/Terrain/grass10b.dds new file mode 100644 index 000000000..083a9e84c Binary files /dev/null and b/Textures/Terrain/grass10b.dds differ diff --git a/Textures/Terrain/grass10c.dds b/Textures/Terrain/grass10c.dds new file mode 100644 index 000000000..56cd4c240 Binary files /dev/null and b/Textures/Terrain/grass10c.dds differ diff --git a/Textures/Terrain/grass_dry2.png b/Textures/Terrain/grass_dry2.png new file mode 100755 index 000000000..609d83df0 Binary files /dev/null and b/Textures/Terrain/grass_dry2.png differ diff --git a/Textures/Terrain/grass_dry2a.png b/Textures/Terrain/grass_dry2a.png new file mode 100644 index 000000000..4ff2251ac Binary files /dev/null and b/Textures/Terrain/grass_dry2a.png differ diff --git a/Textures/Terrain/grass_green_hires-autumn.png b/Textures/Terrain/grass_green_hires-autumn.png new file mode 100644 index 000000000..1fe86d0eb Binary files /dev/null and b/Textures/Terrain/grass_green_hires-autumn.png differ diff --git a/Textures/Terrain/grass_green_hires.png b/Textures/Terrain/grass_green_hires.png new file mode 100644 index 000000000..ddf859a80 Binary files /dev/null and b/Textures/Terrain/grass_green_hires.png differ diff --git a/Textures/Terrain/grass_hires.png b/Textures/Terrain/grass_hires.png new file mode 100644 index 000000000..640fb0015 Binary files /dev/null and b/Textures/Terrain/grass_hires.png differ diff --git a/Textures/Terrain/gravel_red.png b/Textures/Terrain/gravel_red.png new file mode 100644 index 000000000..f22c02ace Binary files /dev/null and b/Textures/Terrain/gravel_red.png differ diff --git a/Textures/Terrain/herbtundra.dds b/Textures/Terrain/herbtundra.dds new file mode 100644 index 000000000..6ddbcb60a Binary files /dev/null and b/Textures/Terrain/herbtundra.dds differ diff --git a/Textures/Terrain/herbtundra.png b/Textures/Terrain/herbtundra.png new file mode 100644 index 000000000..685bdc210 Binary files /dev/null and b/Textures/Terrain/herbtundra.png differ diff --git a/Textures/Terrain/herbtundra2.png b/Textures/Terrain/herbtundra2.png new file mode 100644 index 000000000..ae24133ab Binary files /dev/null and b/Textures/Terrain/herbtundra2.png differ diff --git a/Textures/Terrain/herbtundra3.png b/Textures/Terrain/herbtundra3.png new file mode 100644 index 000000000..6fdb9d8a9 Binary files /dev/null and b/Textures/Terrain/herbtundra3.png differ diff --git a/Textures/Terrain/herbtundra_iceland.png b/Textures/Terrain/herbtundra_iceland.png new file mode 100644 index 000000000..6e30821a7 Binary files /dev/null and b/Textures/Terrain/herbtundra_iceland.png differ diff --git a/Textures/Terrain/iceland_grass-autumn.png b/Textures/Terrain/iceland_grass-autumn.png new file mode 100644 index 000000000..01e0a7784 Binary files /dev/null and b/Textures/Terrain/iceland_grass-autumn.png differ diff --git a/Textures/Terrain/iceland_grass.png b/Textures/Terrain/iceland_grass.png new file mode 100644 index 000000000..48c548f62 Binary files /dev/null and b/Textures/Terrain/iceland_grass.png differ diff --git a/Textures/Terrain/irrcrop-europe-autumn.png b/Textures/Terrain/irrcrop-europe-autumn.png new file mode 100644 index 000000000..0891b939e Binary files /dev/null and b/Textures/Terrain/irrcrop-europe-autumn.png differ diff --git a/Textures/Terrain/irrcrop-europe.png b/Textures/Terrain/irrcrop-europe.png new file mode 100644 index 000000000..0f3785479 Binary files /dev/null and b/Textures/Terrain/irrcrop-europe.png differ diff --git a/Textures/Terrain/irrcrop.dds b/Textures/Terrain/irrcrop.dds new file mode 100644 index 000000000..d01f08454 Binary files /dev/null and b/Textures/Terrain/irrcrop.dds differ diff --git a/Textures/Terrain/irrcrop.png b/Textures/Terrain/irrcrop.png new file mode 100644 index 000000000..55227f1aa Binary files /dev/null and b/Textures/Terrain/irrcrop.png differ diff --git a/Textures/Terrain/irrcrop1.png b/Textures/Terrain/irrcrop1.png new file mode 100644 index 000000000..2a9c7623f Binary files /dev/null and b/Textures/Terrain/irrcrop1.png differ diff --git a/Textures/Terrain/irrcrop2.png b/Textures/Terrain/irrcrop2.png new file mode 100644 index 000000000..57e9b601c Binary files /dev/null and b/Textures/Terrain/irrcrop2.png differ diff --git a/Textures/Terrain/irrcrop3.png b/Textures/Terrain/irrcrop3.png new file mode 100644 index 000000000..79b6ed79a Binary files /dev/null and b/Textures/Terrain/irrcrop3.png differ diff --git a/Textures/Terrain/lava1.png b/Textures/Terrain/lava1.png index a39f52a60..777f8d509 100644 Binary files a/Textures/Terrain/lava1.png and b/Textures/Terrain/lava1.png differ diff --git a/Textures/Terrain/lava2.png b/Textures/Terrain/lava2.png index d4f19861e..b8f2cc007 100644 Binary files a/Textures/Terrain/lava2.png and b/Textures/Terrain/lava2.png differ diff --git a/Textures/Terrain/lava3.png b/Textures/Terrain/lava3.png index e54f9bc8b..3ccdedf19 100644 Binary files a/Textures/Terrain/lava3.png and b/Textures/Terrain/lava3.png differ diff --git a/Textures/Terrain/lava_drylake.png b/Textures/Terrain/lava_drylake.png new file mode 100644 index 000000000..f9dc05f34 Binary files /dev/null and b/Textures/Terrain/lava_drylake.png differ diff --git a/Textures/Terrain/lava_hires.png b/Textures/Terrain/lava_hires.png new file mode 100644 index 000000000..18c5f02a3 Binary files /dev/null and b/Textures/Terrain/lava_hires.png differ diff --git a/Textures/Terrain/marsh2.png b/Textures/Terrain/marsh2.png new file mode 100644 index 000000000..95f9e1b9c Binary files /dev/null and b/Textures/Terrain/marsh2.png differ diff --git a/Textures/Terrain/marsh2a.png b/Textures/Terrain/marsh2a.png new file mode 100644 index 000000000..9fa503eeb Binary files /dev/null and b/Textures/Terrain/marsh2a.png differ diff --git a/Textures/Terrain/marsh3.png b/Textures/Terrain/marsh3.png new file mode 100644 index 000000000..254a08795 Binary files /dev/null and b/Textures/Terrain/marsh3.png differ diff --git a/Textures/Terrain/marsh3a.png b/Textures/Terrain/marsh3a.png new file mode 100644 index 000000000..27f6038c5 Binary files /dev/null and b/Textures/Terrain/marsh3a.png differ diff --git a/Textures/Terrain/marsh4.png b/Textures/Terrain/marsh4.png new file mode 100644 index 000000000..11dce6c3e Binary files /dev/null and b/Textures/Terrain/marsh4.png differ diff --git a/Textures/Terrain/marsh4a-autumn.png b/Textures/Terrain/marsh4a-autumn.png new file mode 100644 index 000000000..753d0ed21 Binary files /dev/null and b/Textures/Terrain/marsh4a-autumn.png differ diff --git a/Textures/Terrain/marsh4a.png b/Textures/Terrain/marsh4a.png new file mode 100644 index 000000000..412e8ea7c Binary files /dev/null and b/Textures/Terrain/marsh4a.png differ diff --git a/Textures/Terrain/mixedcrop-caribbean.png b/Textures/Terrain/mixedcrop-caribbean.png new file mode 100644 index 000000000..5d2358cc8 Binary files /dev/null and b/Textures/Terrain/mixedcrop-caribbean.png differ diff --git a/Textures/Terrain/mixedcrop.png b/Textures/Terrain/mixedcrop.png new file mode 100644 index 000000000..aabf8949c Binary files /dev/null and b/Textures/Terrain/mixedcrop.png differ diff --git a/Textures/Terrain/mixedcrop1.png b/Textures/Terrain/mixedcrop1.png new file mode 100644 index 000000000..2e9c3c139 Binary files /dev/null and b/Textures/Terrain/mixedcrop1.png differ diff --git a/Textures/Terrain/mixedcrop3.png b/Textures/Terrain/mixedcrop3.png new file mode 100644 index 000000000..a933e5a33 Binary files /dev/null and b/Textures/Terrain/mixedcrop3.png differ diff --git a/Textures/Terrain/mixedcrop4.png b/Textures/Terrain/mixedcrop4.png new file mode 100644 index 000000000..a67682fa4 Binary files /dev/null and b/Textures/Terrain/mixedcrop4.png differ diff --git a/Textures/Terrain/mixedforest-hires-autumn.png b/Textures/Terrain/mixedforest-hires-autumn.png new file mode 100644 index 000000000..34695b998 Binary files /dev/null and b/Textures/Terrain/mixedforest-hires-autumn.png differ diff --git a/Textures/Terrain/mixedforest-hires.png b/Textures/Terrain/mixedforest-hires.png new file mode 100644 index 000000000..84a21730f Binary files /dev/null and b/Textures/Terrain/mixedforest-hires.png differ diff --git a/Textures/Terrain/mixedforest.png b/Textures/Terrain/mixedforest.png new file mode 100644 index 000000000..68812fc08 Binary files /dev/null and b/Textures/Terrain/mixedforest.png differ diff --git a/Textures/Terrain/mixedforest1c.dds b/Textures/Terrain/mixedforest1c.dds new file mode 100644 index 000000000..9133d8e59 Binary files /dev/null and b/Textures/Terrain/mixedforest1c.dds differ diff --git a/Textures/Terrain/mixedforest2.png b/Textures/Terrain/mixedforest2.png new file mode 100644 index 000000000..aef545474 Binary files /dev/null and b/Textures/Terrain/mixedforest2.png differ diff --git a/Textures/Terrain/mixedforest3.png b/Textures/Terrain/mixedforest3.png new file mode 100644 index 000000000..72a523801 Binary files /dev/null and b/Textures/Terrain/mixedforest3.png differ diff --git a/Textures/Terrain/naturalcrop1-autumn.png b/Textures/Terrain/naturalcrop1-autumn.png new file mode 100644 index 000000000..19bfbdbe1 Binary files /dev/null and b/Textures/Terrain/naturalcrop1-autumn.png differ diff --git a/Textures/Terrain/naturalcrop1.png b/Textures/Terrain/naturalcrop1.png new file mode 100644 index 000000000..1027972a8 Binary files /dev/null and b/Textures/Terrain/naturalcrop1.png differ diff --git a/Textures/Terrain/orchard.png b/Textures/Terrain/orchard.png new file mode 100644 index 000000000..dab1e6834 Binary files /dev/null and b/Textures/Terrain/orchard.png differ diff --git a/Textures/Terrain/packice-overlay.png b/Textures/Terrain/packice-overlay.png new file mode 100644 index 000000000..ea91ff018 Binary files /dev/null and b/Textures/Terrain/packice-overlay.png differ diff --git a/Textures/Terrain/packice1.png b/Textures/Terrain/packice1.png new file mode 100644 index 000000000..7a263efc9 Binary files /dev/null and b/Textures/Terrain/packice1.png differ diff --git a/Textures/Terrain/packice2.png b/Textures/Terrain/packice2.png new file mode 100644 index 000000000..0b752a619 Binary files /dev/null and b/Textures/Terrain/packice2.png differ diff --git a/Textures/Terrain/rainforest-hawaii.png b/Textures/Terrain/rainforest-hawaii.png new file mode 100644 index 000000000..658edbca2 Binary files /dev/null and b/Textures/Terrain/rainforest-hawaii.png differ diff --git a/Textures/Terrain/rice1.png b/Textures/Terrain/rice1.png new file mode 100644 index 000000000..9f7639391 Binary files /dev/null and b/Textures/Terrain/rice1.png differ diff --git a/Textures/Terrain/rock7.dds b/Textures/Terrain/rock7.dds new file mode 100644 index 000000000..7c1fc4408 Binary files /dev/null and b/Textures/Terrain/rock7.dds differ diff --git a/Textures/Terrain/rock_alt.png b/Textures/Terrain/rock_alt.png new file mode 100644 index 000000000..39ec294db Binary files /dev/null and b/Textures/Terrain/rock_alt.png differ diff --git a/Textures/Terrain/rock_grain01.png b/Textures/Terrain/rock_grain01.png new file mode 100644 index 000000000..c6ed672b8 Binary files /dev/null and b/Textures/Terrain/rock_grain01.png differ diff --git a/Textures/Terrain/rock_red.png b/Textures/Terrain/rock_red.png new file mode 100644 index 000000000..a6bb1e40a Binary files /dev/null and b/Textures/Terrain/rock_red.png differ diff --git a/Textures/Terrain/sand-hawaii4.png b/Textures/Terrain/sand-hawaii4.png new file mode 100644 index 000000000..693824fc8 Binary files /dev/null and b/Textures/Terrain/sand-hawaii4.png differ diff --git a/Textures/Terrain/sand1.png b/Textures/Terrain/sand1.png new file mode 100644 index 000000000..685563afe Binary files /dev/null and b/Textures/Terrain/sand1.png differ diff --git a/Textures/Terrain/sand2.png b/Textures/Terrain/sand2.png new file mode 100644 index 000000000..81db65485 Binary files /dev/null and b/Textures/Terrain/sand2.png differ diff --git a/Textures/Terrain/sand3.png b/Textures/Terrain/sand3.png new file mode 100644 index 000000000..42e097be4 Binary files /dev/null and b/Textures/Terrain/sand3.png differ diff --git a/Textures/Terrain/sand4.png b/Textures/Terrain/sand4.png index 6ffa1f72c..0211acd4f 100644 Binary files a/Textures/Terrain/sand4.png and b/Textures/Terrain/sand4.png differ diff --git a/Textures/Terrain/sand5.png b/Textures/Terrain/sand5.png index cc29ec2c9..c1710cb53 100644 Binary files a/Textures/Terrain/sand5.png and b/Textures/Terrain/sand5.png differ diff --git a/Textures/Terrain/sand6.png b/Textures/Terrain/sand6.png index faf9f8259..1070a8c68 100644 Binary files a/Textures/Terrain/sand6.png and b/Textures/Terrain/sand6.png differ diff --git a/Textures/Terrain/sand_hires.png b/Textures/Terrain/sand_hires.png new file mode 100644 index 000000000..a591d8ba8 Binary files /dev/null and b/Textures/Terrain/sand_hires.png differ diff --git a/Textures/Terrain/sand_hires_ochre.png b/Textures/Terrain/sand_hires_ochre.png new file mode 100644 index 000000000..1da3deda7 Binary files /dev/null and b/Textures/Terrain/sand_hires_ochre.png differ diff --git a/Textures/Terrain/sand_hires_red.png b/Textures/Terrain/sand_hires_red.png new file mode 100644 index 000000000..3fd9b1785 Binary files /dev/null and b/Textures/Terrain/sand_hires_red.png differ diff --git a/Textures/Terrain/shrub-hawaii-green.png b/Textures/Terrain/shrub-hawaii-green.png new file mode 100644 index 000000000..d7b3bbab4 Binary files /dev/null and b/Textures/Terrain/shrub-hawaii-green.png differ diff --git a/Textures/Terrain/shrub-hawaii.png b/Textures/Terrain/shrub-hawaii.png new file mode 100644 index 000000000..00a284b13 Binary files /dev/null and b/Textures/Terrain/shrub-hawaii.png differ diff --git a/Textures/Terrain/shrub-southwest.png b/Textures/Terrain/shrub-southwest.png new file mode 100644 index 000000000..4f51fd4d0 Binary files /dev/null and b/Textures/Terrain/shrub-southwest.png differ diff --git a/Textures/Terrain/shrub.dds b/Textures/Terrain/shrub.dds new file mode 100644 index 000000000..df843e258 Binary files /dev/null and b/Textures/Terrain/shrub.dds differ diff --git a/Textures/Terrain/shrub.png b/Textures/Terrain/shrub.png new file mode 100644 index 000000000..2907ff6ee Binary files /dev/null and b/Textures/Terrain/shrub.png differ diff --git a/Textures/Terrain/shrub1-autumn.png b/Textures/Terrain/shrub1-autumn.png new file mode 100644 index 000000000..be04415e0 Binary files /dev/null and b/Textures/Terrain/shrub1-autumn.png differ diff --git a/Textures/Terrain/shrub1.png b/Textures/Terrain/shrub1.png new file mode 100644 index 000000000..1ddfdfc5c Binary files /dev/null and b/Textures/Terrain/shrub1.png differ diff --git a/Textures/Terrain/shrub1_dark.png b/Textures/Terrain/shrub1_dark.png new file mode 100644 index 000000000..59553284f Binary files /dev/null and b/Textures/Terrain/shrub1_dark.png differ diff --git a/Textures/Terrain/shrub2.png b/Textures/Terrain/shrub2.png new file mode 100644 index 000000000..13910c867 Binary files /dev/null and b/Textures/Terrain/shrub2.png differ diff --git a/Textures/Terrain/shrub3.png b/Textures/Terrain/shrub3.png new file mode 100644 index 000000000..83e3fea0c Binary files /dev/null and b/Textures/Terrain/shrub3.png differ diff --git a/Textures/Terrain/shrubcover-relief.png b/Textures/Terrain/shrubcover-relief.png new file mode 100644 index 000000000..b62414fd0 Binary files /dev/null and b/Textures/Terrain/shrubcover-relief.png differ diff --git a/Textures/Terrain/snow1.png b/Textures/Terrain/snow1.png new file mode 100644 index 000000000..a9d5c1029 Binary files /dev/null and b/Textures/Terrain/snow1.png differ diff --git a/Textures/Terrain/snow2.png b/Textures/Terrain/snow2.png new file mode 100644 index 000000000..3922cc684 Binary files /dev/null and b/Textures/Terrain/snow2.png differ diff --git a/Textures/Terrain/snow3.dds b/Textures/Terrain/snow3.dds new file mode 100644 index 000000000..d5c9cfc35 Binary files /dev/null and b/Textures/Terrain/snow3.dds differ diff --git a/Textures/Terrain/snow3.png b/Textures/Terrain/snow3.png new file mode 100644 index 000000000..0d6c0b217 Binary files /dev/null and b/Textures/Terrain/snow3.png differ diff --git a/Textures/Terrain/snow4.png b/Textures/Terrain/snow4.png new file mode 100644 index 000000000..b64a5c7d6 Binary files /dev/null and b/Textures/Terrain/snow4.png differ diff --git a/Textures/Terrain/town-europe-autumn.png b/Textures/Terrain/town-europe-autumn.png new file mode 100644 index 000000000..f76deba95 Binary files /dev/null and b/Textures/Terrain/town-europe-autumn.png differ diff --git a/Textures/Terrain/town-europe.png b/Textures/Terrain/town-europe.png new file mode 100644 index 000000000..a10f56412 Binary files /dev/null and b/Textures/Terrain/town-europe.png differ diff --git a/Textures/Terrain/town-madagascar.png b/Textures/Terrain/town-madagascar.png new file mode 100644 index 000000000..7bfac176b Binary files /dev/null and b/Textures/Terrain/town-madagascar.png differ diff --git a/Textures/Terrain/transition1.dds b/Textures/Terrain/transition1.dds new file mode 100644 index 000000000..3f41e3bb7 Binary files /dev/null and b/Textures/Terrain/transition1.dds differ diff --git a/Textures/Terrain/transition2.dds b/Textures/Terrain/transition2.dds new file mode 100644 index 000000000..e8ed401fa Binary files /dev/null and b/Textures/Terrain/transition2.dds differ diff --git a/Textures/Terrain/tundra-hawaii-green.png b/Textures/Terrain/tundra-hawaii-green.png new file mode 100644 index 000000000..b2de98c83 Binary files /dev/null and b/Textures/Terrain/tundra-hawaii-green.png differ diff --git a/Textures/Terrain/tundra-hawaii.png b/Textures/Terrain/tundra-hawaii.png new file mode 100644 index 000000000..1416955b8 Binary files /dev/null and b/Textures/Terrain/tundra-hawaii.png differ diff --git a/Textures/Terrain/tundra.png b/Textures/Terrain/tundra.png new file mode 100644 index 000000000..c84303020 Binary files /dev/null and b/Textures/Terrain/tundra.png differ diff --git a/Textures/Terrain/tundra2-autumn.png b/Textures/Terrain/tundra2-autumn.png new file mode 100644 index 000000000..54b774131 Binary files /dev/null and b/Textures/Terrain/tundra2-autumn.png differ diff --git a/Textures/Terrain/tundra2.png b/Textures/Terrain/tundra2.png new file mode 100644 index 000000000..c03292124 Binary files /dev/null and b/Textures/Terrain/tundra2.png differ diff --git a/Textures/Terrain/tundra3.png b/Textures/Terrain/tundra3.png new file mode 100644 index 000000000..8dcc95a31 Binary files /dev/null and b/Textures/Terrain/tundra3.png differ diff --git a/Textures/Terrain/uk_countryside1.dds b/Textures/Terrain/uk_countryside1.dds new file mode 100644 index 000000000..a0f3cc0ae Binary files /dev/null and b/Textures/Terrain/uk_countryside1.dds differ diff --git a/Textures/Terrain/uk_countryside1.png b/Textures/Terrain/uk_countryside1.png new file mode 100644 index 000000000..48ae4695e Binary files /dev/null and b/Textures/Terrain/uk_countryside1.png differ diff --git a/Textures/Terrain/uk_countryside2.dds b/Textures/Terrain/uk_countryside2.dds new file mode 100644 index 000000000..3448b1087 Binary files /dev/null and b/Textures/Terrain/uk_countryside2.dds differ diff --git a/Textures/Terrain/uk_countryside2.png b/Textures/Terrain/uk_countryside2.png new file mode 100644 index 000000000..72386b94e Binary files /dev/null and b/Textures/Terrain/uk_countryside2.png differ diff --git a/Textures/Trees/coniferous-alt.png b/Textures/Trees/coniferous-alt.png new file mode 100644 index 000000000..4f4b7d884 Binary files /dev/null and b/Textures/Trees/coniferous-alt.png differ diff --git a/Textures/Trees/coniferous.dds b/Textures/Trees/coniferous.dds new file mode 100644 index 000000000..458432209 Binary files /dev/null and b/Textures/Trees/coniferous.dds differ diff --git a/Textures/Trees/coniferous.png b/Textures/Trees/coniferous.png new file mode 100644 index 000000000..277b4793f Binary files /dev/null and b/Textures/Trees/coniferous.png differ diff --git a/Textures/Trees/coniferous.xcf b/Textures/Trees/coniferous.xcf new file mode 100644 index 000000000..b745710bc Binary files /dev/null and b/Textures/Trees/coniferous.xcf differ diff --git a/Textures/Trees/convert.pl b/Textures/Trees/convert.pl new file mode 100644 index 000000000..3e541e614 --- /dev/null +++ b/Textures/Trees/convert.pl @@ -0,0 +1,35 @@ +#!/usr/bin/perl -w +# +# Simple script to generate .dds and low-rez versions of tree textures. +# + +# Clean up temporary file that might have been left around +system("rm temp.png"); + +my @textures = glob("*.png"); +my $tex; + +foreach $tex (@textures) { + # Get the current size + my $base = $tex; + $base =~ s/\.png//i; + + my $id = `identify $tex`; + ($id =~ /\w+ PNG (\d+)x(\d+) /) || die ("Unable to parse output from identify: $id"); + my $x = $1; + my $y = $2; + + # Generate DDS version + system("convert $tex -flip temp.png") && die ("Unable to flip texture $!"); + system("nvcompress -bc3 temp.png $base.dds") && die ("Unable to nvcompress texture $tex: $!"); + system("rm temp.png") && die ("Unable to rm temp.png"); + + # Generate lower resolution versions + system("convert $tex -resize 50% ../../Textures/Trees/$tex") && die ("Unable to resize texture $!"); + + # Generate DDS version of low-rez + system("convert ../../Textures/Trees/$tex -flip temp.png") && die ("Unable to flip texture ../../Textures/Trees/$tex $!"); + system("nvcompress -bc3 temp.png ../../Textures/Trees/$base.dds") && die ("Unable to nvcompress texture ../../Textures/Trees/$tex: $!"); + system("rm temp.png") && die ("Unable to rm temp.png"); + +} diff --git a/Textures/Trees/deciduous-alt.png b/Textures/Trees/deciduous-alt.png new file mode 100644 index 000000000..a4058d098 Binary files /dev/null and b/Textures/Trees/deciduous-alt.png differ diff --git a/Textures/Trees/deciduous.dds b/Textures/Trees/deciduous.dds new file mode 100644 index 000000000..65208f15a Binary files /dev/null and b/Textures/Trees/deciduous.dds differ diff --git a/Textures/Trees/deciduous.png b/Textures/Trees/deciduous.png new file mode 100644 index 000000000..a8939240f Binary files /dev/null and b/Textures/Trees/deciduous.png differ diff --git a/Textures/Trees/deciduous.xcf b/Textures/Trees/deciduous.xcf new file mode 100644 index 000000000..4cdd89b93 Binary files /dev/null and b/Textures/Trees/deciduous.xcf differ diff --git a/Textures/Trees/mixed-alt.png b/Textures/Trees/mixed-alt.png new file mode 100644 index 000000000..b233a559a Binary files /dev/null and b/Textures/Trees/mixed-alt.png differ diff --git a/Textures/Trees/mixed.dds b/Textures/Trees/mixed.dds new file mode 100644 index 000000000..3938e0bf5 Binary files /dev/null and b/Textures/Trees/mixed.dds differ diff --git a/Textures/Trees/mixed.png b/Textures/Trees/mixed.png new file mode 100644 index 000000000..a54de7c32 Binary files /dev/null and b/Textures/Trees/mixed.png differ diff --git a/Textures/Trees/mixed.xcf b/Textures/Trees/mixed.xcf new file mode 100644 index 000000000..355b4332e Binary files /dev/null and b/Textures/Trees/mixed.xcf differ diff --git a/Textures/Trees/tropical-alt.png b/Textures/Trees/tropical-alt.png new file mode 100644 index 000000000..86e9749ec Binary files /dev/null and b/Textures/Trees/tropical-alt.png differ diff --git a/Textures/Trees/tropical-alt.xcf b/Textures/Trees/tropical-alt.xcf new file mode 100644 index 000000000..4ce1f8d21 Binary files /dev/null and b/Textures/Trees/tropical-alt.xcf differ diff --git a/Textures/Trees/tropical.png b/Textures/Trees/tropical.png new file mode 100644 index 000000000..e815218d5 Binary files /dev/null and b/Textures/Trees/tropical.png differ diff --git a/Textures/Trees/tropical.xcf b/Textures/Trees/tropical.xcf new file mode 100644 index 000000000..7006bc8a0 Binary files /dev/null and b/Textures/Trees/tropical.xcf differ