mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
# Orchards, Fields, Plots, Corrals
# New farm terrain textures Added, Damian's sounds Updated the test map This was SVN commit r4160.
This commit is contained in:
parent
90bfaf9c99
commit
cddd4cab14
35 changed files with 205 additions and 21 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Boundary">
|
||||
<mesh>props/shared_plot_boundry.pmd</mesh>
|
||||
<texture>structural/wrld_settlements.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Fence">
|
||||
<mesh>props/shared_corral_fence.pmd</mesh>
|
||||
<texture>gaia/wrld_prop_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Boundary">
|
||||
<mesh>props/shared_field_grain.pmd</mesh>
|
||||
<texture>gaia/farming_wheat_harvest_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Orchard">
|
||||
<mesh>props/shared_orchard_branches.pmd</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="apple">
|
||||
<texture>gaia/orchard_apple_a.dds</texture>
|
||||
</variant>
|
||||
<variant name="pear">
|
||||
<texture>gaia/orchard_pear_a.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Orchard Trunk">
|
||||
<mesh>props/shared_orchard_trunk.pmd</mesh>
|
||||
<texture>gaia/log_a.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
16
binaries/data/mods/official/art/actors/structures/plot.xml
Normal file
16
binaries/data/mods/official/art/actors/structures/plot.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant name="Empty Plot">
|
||||
<mesh>structural/plot.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/common/plot_boundary.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/plot.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant name="Corral">
|
||||
<mesh>structural/plot.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/common/plot_fence.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/plot_corral.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant name="Fall Field">
|
||||
<mesh>structural/plot.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/common/plot_grain_fall.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/plot_field_fall.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant name="Orchard">
|
||||
<mesh>structural/plot.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/common/plot_orchard_trunks.xml" attachpoint="props_main"/>
|
||||
<prop actor="props/special/common/plot_orchard_branches.xml" attachpoint="props_secondary"/>
|
||||
</props>
|
||||
<texture>structural/plot_orchard.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fb659cb23e03ea89c4e5121e0485b9f4e18d27615159ca050272b24c2636643
|
||||
size 31116
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc823d09fc5c8d491478a92eb39e78bf870cba2e52d2b74d8787e361a87c3755
|
||||
size 17188
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:440a7b3b1fbeb700d3cf357fcc64b1d935bda422d032dc7bd08187592ef85a0c
|
||||
size 22908
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc5613d58828267f4780f7d41d3176a3c5238137244d8a65bc4b89464d61422
|
||||
size 10780
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c11c46a3e7976bc6d8f7436b61b74cd8e4a881c8b6c99dba94de251ea2202455
|
||||
size 10636
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:496f57cb279de1aa4bd1142973a253e621f3b8f439b26fe2f81f8d9b5b4f5c5e
|
||||
size 21243
|
||||
oid sha256:6a91136016947c8df43017a8e719eb01aea6eb343e717e91c8691b3b58ce0236
|
||||
size 21425
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ddfac04a83551ef042ae58b8cca19ac1029ff690c7ee89045ba3966e4df76f3
|
||||
size 15131
|
||||
oid sha256:c81ee7a5719ead6a8f9c20ecc545d8db528dbdf3e2dda10088844a73529ae890
|
||||
size 15271
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f96a2fd42eccd0e766c9e2fcd264dfc5c07f37d1cf9a819e61d6cd23d6a5a3d9
|
||||
size 339
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:150b0c7a8d8ad76fe7658f6d2cfadde4a942423cb979ea1105fd78b36d352bc1
|
||||
size 65664
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64cea1147edb4f165c95b6e2cc1fee12a283694d60cb010421f582bce8e42713
|
||||
size 65664
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cf2bace0261bb76588dd3b8189cd718fc9657c33d7e73f3cdd36873c10d8831
|
||||
size 65664
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a85ac17094e5ee0ddff5a83cf5858495af9a97c50f2992ef4b24820426ede09
|
||||
size 65664
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9a0ee7fafe6fe6f38755d1e95d728d05d3fb11256506350400b3b38b7b3bbd4
|
||||
size 65664
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9341e49b95c9160df7a9f357875d805cca6b19ddd3a8e4b3b39976250ad78c0a
|
||||
size 65664
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90234c0e569f20ef0b02f43948ee3f07c9d1900c7568d8175108a1f164b164ef
|
||||
oid sha256:2e124789ef8c52391b26c851479dd7796c2cbd05105078e71ced143ae25f23a7
|
||||
size 131200
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9cc73b77db0cbec1e0c4ee0e6aa520e016269790f8cc2cd98eb44222966d6a1
|
||||
oid sha256:204120a73c1228b7f1ccccfa8558cc4b81512aa1ef1f69352b61e9961c457dbc
|
||||
size 131200
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a7995dd0bd02c5daf3608b84856aa598c384d9a87a6e1ec7321b52b6972e04d
|
||||
oid sha256:b2435f774d8bc57794cb987b3b9593522612eceff2bd8d1099cef3fbddaf3622
|
||||
size 131200
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea1fc33a2a1cc77102d10f9b3a42dc2fd829cb8eb670d65e5ce29c6d3991464a
|
||||
size 12248
|
||||
oid sha256:9513f4dae017797fd038a0f56c7baf331f1e04f045f50ef755c1761891035d73
|
||||
size 7684
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0302f2568642640f015c823a76c56537e4f667f47a185ddf78ba3caf272e023c
|
||||
size 12825
|
||||
oid sha256:62d637e021705adda473f251036dd73c08df202a28158c2b6706723d4e8193f5
|
||||
size 7269
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec2052632ed2f11327146b503c8eca5e2a496206a484b5d1c18c4c9ae2e0d967
|
||||
size 10834
|
||||
oid sha256:0e5e2511d68c4793c3e791517e45144c83b5da3f0e113c62d0e27688ad983e0d
|
||||
size 8992
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5750a2facf4c2bfda0d367f1e45db1ba50441f7a543e53730113046803841137
|
||||
size 12007
|
||||
oid sha256:f8d021e4423c4683171707e079e5dc93a710138d43d78325d8d031d6b32c544e
|
||||
size 7168
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d6a36fba5327622203d09f8fb98d3c543767f82a303e950701cf7fd11a2f6c
|
||||
size 13417
|
||||
oid sha256:84faee3f033bf8e2be6b9b56e0a48190ed585bb0fd2e336c544f267d5fded432
|
||||
size 6928
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:349c9cc339a122cc8e36d6c2911c4ee65fdfaaae859d948941fa607917d13c37
|
||||
size 10291
|
||||
oid sha256:3a8e76df14186a49ce88cbcd5d6c8996c890b6a50d872deaa93fba37f47c944c
|
||||
size 7783
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4637f676f3e582f9bdff29308c3e2ebe29f679d23621b85eca6aafcce4dbf034
|
||||
size 7847
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:797016ebb0e09748e934b73b3e04eab9b5cadb64f427a9254aa8e04b0b735f1f
|
||||
size 8316
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19070bfe3916fce4bf3fc92e216e9240b852d3f20a58c483313d35ca72fe167f
|
||||
size 36048
|
||||
oid sha256:77650f57c11a0025c684ab06279b677345eb445a6c1d1c4b85f494a8d193e242
|
||||
size 36679
|
||||
|
|
|
|||
Loading…
Reference in a new issue