Add new polar mines.

Refs: https://code.wildfiregames.com/D4450

This was SVN commit r26529.
This commit is contained in:
Stan
2022-03-03 11:04:52 +00:00
parent ab501175f9
commit 2fbd9ea17d
19 changed files with 221 additions and 0 deletions
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Round Polar Metal Mine">
<textures>
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="Round Mesh A">
<mesh>gaia/stonemine_round_a.dae</mesh>
<props>
<prop actor="props/geology/mine_round_snow_01.xml" attachpoint="root"/>
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="Round Mesh B">
<mesh>gaia/stonemine_round_b.dae</mesh>
<props>
<prop actor="props/geology/mine_round_snow_02.xml" attachpoint="root"/>
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Square Polar Metal Mine">
<textures>
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="Square Mesh A">
<mesh>gaia/stonemine_square_a.dae</mesh>
<props>
<prop actor="props/geology/mine_square_snow_01.xml" attachpoint="root"/>
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="Square Mesh B">
<mesh>gaia/stonemine_square_b.dae</mesh>
<props>
<prop actor="props/geology/mine_square_snow_02.xml" attachpoint="root"/>
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Round Polar Stone Mine">
<textures>
<texture file="gaia/stonemine_round_col.png" name="baseTex"/>
<texture file="gaia/stonemine_round_spec.png" name="specTex"/>
<texture file="gaia/stonemine_round_normal.png" name="normTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="Round Mesh A">
<mesh>gaia/stonemine_round_a.dae</mesh>
<props>
<prop actor="props/geology/mine_round_snow_01.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="Round Mesh B">
<mesh>gaia/stonemine_round_b.dae</mesh>
<props>
<prop actor="props/geology/mine_round_snow_02.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Square Polar Stone Mine">
<textures>
<texture file="gaia/stonemine_square_col.png" name="baseTex"/>
<texture file="gaia/stonemine_square_spec.png" name="specTex"/>
<texture file="gaia/stonemine_square_normal.png" name="normTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="Square Mesh A">
<mesh>gaia/stonemine_square_a.dae</mesh>
<props>
<prop actor="props/geology/mine_square_snow_01.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="Square Mesh B">
<mesh>gaia/stonemine_square_b.dae</mesh>
<props>
<prop actor="props/geology/mine_square_snow_02.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>no_trans_parallax_spec.xml</material>
</actor>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Snowy Round Mine 01">
<mesh>gaia/stonemine_round_01_snow.dae</mesh>
<textures>
<texture file="props/geology/snow_01.png" name="baseTex"/>
<texture file="props/geology/snow_01_spec.png" name="specTex"/>
<texture file="props/geology/snow_01_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Snowy Round Mine 02">
<mesh>gaia/stonemine_round_02_snow.dae</mesh>
<textures>
<texture file="props/geology/snow_01.png" name="baseTex"/>
<texture file="props/geology/snow_01_spec.png" name="specTex"/>
<texture file="props/geology/snow_01_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Snowy Square Mine 01">
<mesh>gaia/stonemine_square_01_snow.dae</mesh>
<textures>
<texture file="props/geology/snow_01.png" name="baseTex"/>
<texture file="props/geology/snow_01_spec.png" name="specTex"/>
<texture file="props/geology/snow_01_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Snowy Square Mine 02">
<mesh>gaia/stonemine_square_02_snow.dae</mesh>
<textures>
<texture file="props/geology/snow_01.png" name="baseTex"/>
<texture file="props/geology/snow_01_spec.png" name="specTex"/>
<texture file="props/geology/snow_01_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ore_large">
<VisualActor>
<Actor>geology/metalmine_polar_round_snow.xml</Actor>
</VisualActor>
</Entity>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ore_large">
<VisualActor>
<Actor>geology/metalmine_polar_square_snow.xml</Actor>
</VisualActor>
</Entity>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ore_large">
<VisualActor>
<Actor>geology/stonemine_polar_round_snow.xml</Actor>
</VisualActor>
</Entity>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ore_large">
<VisualActor>
<Actor>geology/stonemine_polar_square_snow.xml</Actor>
</VisualActor>
</Entity>