Starting to fix tiling in CA regional textures
This commit is contained in:
parent
b13f46e26e
commit
b7e543960b
4 changed files with 22 additions and 13 deletions
|
@ -89,13 +89,13 @@
|
||||||
<effect>Effects/airfield</effect>
|
<effect>Effects/airfield</effect>
|
||||||
<texture-set>
|
<texture-set>
|
||||||
<texture>Terrain/california-airport.png</texture>
|
<texture>Terrain/california-airport.png</texture>
|
||||||
<texture n="13">Terrain/gravel_red.png</texture>
|
<texture n="13">Terrain/california-airport.png</texture>
|
||||||
<texture n="14">Terrain/grass_dry2.png</texture>
|
<texture n="14">Terrain/grass_dry2.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
<parameters>
|
<parameters>
|
||||||
<grit_alpha>0.4</grit_alpha>
|
<grit_alpha>0.2</grit_alpha>
|
||||||
<use_overlay>1</use_overlay>
|
<use_overlay>1</use_overlay>
|
||||||
<overlay_bias>-0.1</overlay_bias>
|
<overlay_bias>-0.2</overlay_bias>
|
||||||
</parameters>
|
</parameters>
|
||||||
<xsize>250</xsize>
|
<xsize>250</xsize>
|
||||||
<ysize>250</ysize>
|
<ysize>250</ysize>
|
||||||
|
@ -158,19 +158,22 @@
|
||||||
<name>BareTundraCover</name>
|
<name>BareTundraCover</name>
|
||||||
<name>MixedTundraCover</name>
|
<name>MixedTundraCover</name>
|
||||||
<name>Cemetery</name>
|
<name>Cemetery</name>
|
||||||
<texture-set>
|
|
||||||
<texture>Terrain/california-shrub.png</texture>
|
|
||||||
<texture n="12">Terrain/california-shrub2.png</texture>
|
|
||||||
<texture n="13">Terrain/california-rock.png</texture>
|
|
||||||
<texture n="15">Terrain/gravel_red.png</texture>
|
|
||||||
</texture-set>
|
|
||||||
<texture-set>
|
<texture-set>
|
||||||
<texture>Terrain/california-shrub2.png</texture>
|
<texture>Terrain/california-shrub2.png</texture>
|
||||||
<texture n="13">Terrain/california-rock.png</texture>
|
<texture n="11">Terrain/california-grass-hires.png</texture>
|
||||||
<texture n="15">Terrain/gravel_red.png</texture>
|
<texture n="12">Terrain/california-shrub3.png</texture>
|
||||||
|
<texture n="13">Terrain/california-rock.png</texture>
|
||||||
|
<texture n="15">Terrain/grass_hires.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
|
<!--<texture-set>
|
||||||
|
<texture>Terrain/california-shrub2.png</texture>
|
||||||
|
<texture n="13">Terrain/california-rock.png</texture>
|
||||||
|
<texture n="15">Terrain/gravel_red.png</texture>
|
||||||
|
</texture-set>-->
|
||||||
<parameters>
|
<parameters>
|
||||||
<grain_strength>0.2</grain_strength>
|
<grain_strength>0.2</grain_strength>
|
||||||
|
<hires_overlay_bias>-0.1</hires_overlay_bias>
|
||||||
|
<transition_model>0.7</transition_model>
|
||||||
</parameters>
|
</parameters>
|
||||||
<xsize>1000</xsize>
|
<xsize>1000</xsize>
|
||||||
<ysize>1000</ysize>
|
<ysize>1000</ysize>
|
||||||
|
@ -226,10 +229,16 @@
|
||||||
<name>Olives</name>
|
<name>Olives</name>
|
||||||
<name>Vineyard</name>
|
<name>Vineyard</name>
|
||||||
<name>Rice</name>
|
<name>Rice</name>
|
||||||
<effect>Effects/forest</effect>
|
<effect>Effects/agriculture</effect>
|
||||||
<texture-set>
|
<texture-set>
|
||||||
<texture>Terrain/california-drycrop2.png</texture>
|
<texture>Terrain/california-drycrop2.png</texture>
|
||||||
</texture-set>
|
</texture-set>
|
||||||
|
<parameters>
|
||||||
|
<rotation_flag>1</rotation_flag>
|
||||||
|
<rotation_scale>2000.0</rotation_scale>
|
||||||
|
<uv_xoffset>0.0</uv_xoffset>
|
||||||
|
<uv_yoffset>0.0</uv_yoffset>
|
||||||
|
</parameters>
|
||||||
<object-mask>Terrain/california-drycrop2-mask.png</object-mask>
|
<object-mask>Terrain/california-drycrop2-mask.png</object-mask>
|
||||||
<xsize>1000</xsize>
|
<xsize>1000</xsize>
|
||||||
<ysize>1000</ysize>
|
<ysize>1000</ysize>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.3 MiB |
BIN
Textures/Terrain/california-grass-hires.png
Normal file
BIN
Textures/Terrain/california-grass-hires.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 470 KiB |
BIN
Textures/Terrain/california-shrub3.png
Normal file
BIN
Textures/Terrain/california-shrub3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 571 KiB |
Loading…
Reference in a new issue