@Alexandermb
\art\actors\props\units\shields\scutum_rome_b.xml
\art\actors\props\units\shields\scutum_rome_isp_a.xml
\art\actors\props\units\shields\scutum_rome_isp_b.xml
\art\actors\props\units\shields\scutum_rome_isp_c.xml
\art\actors\props\units\shields\scutum_rome_isp_d.xml
\art\actors\props\units\shields\scutum_rome_isp_e.xml
\art\actors\props\units\shields\scutum_rome_isp_f.xml
\art\actors\props\units\shields\scutum_rome_isp_g.xml
\art\actors\props\units\shields\scutum_rome_isp_h.xml
\art\actors\props\units\shields\scutum_rome_isp_i.xml
\art\actors\props\units\shields\scutum_rome_isp_j.xml
\art\actors\props\units\shields\scutum_rome_isp_k.xml
\art\actors\props\units\shields\scutum_rome_isp_l.xml
\art\actors\props\units\shields\scutum_rome_isp_m.xml
\art\actors\props\units\shields\scutum_rome_isp_n.xml
All those files have
<prop actor="" attachpoint="root"/>
Since it doesn't seem useful, I guess it should be removed.
Furthermore all the files in props_units_shield have _letter prefix while it should be _01 _02 etc
Same for the meshes, some have both.
I'm not sure whether you need to keep isw and isp in the name, are they really specific to one or the other ?
The variant name seems a bit weird, but why not.
In some cases you used the same variant for med and death damage, dunno if that's normal.
Some base variant have no frequency
I'm not sure about destruction variant but maybe they should have their frequency to 0 ?
Sometimes the formatting is off double spaces, I fixed it in the attach zip, (VSCODE plugin)
Some have this
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<props>
<prop actor="props/units/shields/props/scutum_rome_boss_02_iron.xml" attachpoint="boss"/>
<prop actor="props/units/shields/props/scutum_rome_back_02.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" file="shields/scutum_ital_02.xml" name="ital-Scutum-ISW-02"/>
</group>
<group>
<variant frequency="1" name="alive"/>
<variant file="shields/scutum_ital_02_light.xml" name="lightdamage"/>
<variant file="shields/scutum_ital_02_med.xml" name="mediumdamage"/>
<variant file="shields/scutum_ital_02_med.xml" name="death"/>
</group>
<material>player_trans_parallax_spec.xml</material>
</actor>
Maybe it could be
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant file="shields/scutum_ital_02.xml" frequency="1" name="ital-Scutum-ISW-02">
<props>
<prop actor="props/units/shields/props/scutum_rome_boss_02_iron.xml" attachpoint="boss"/>
<prop actor="props/units/shields/props/scutum_rome_back_02.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="alive"/>
<variant file="shields/scutum_ital_02_light.xml" name="lightdamage"/>
<variant file="shields/scutum_ital_02_med.xml" name="mediumdamage"/>
<variant file="shields/scutum_ital_02_med.xml" name="death"/>
</group>
<material>player_trans_parallax_spec.xml</material>
</actor>
Some stuff I also noticed
One can consider removing the materials before exporting but that's alright.
Same with the object mesh name in the DAE/Blender (Usually I would go umbo_0x; and then umbo_0x_mesh for the sub-object instead of cubo) the game doesn't care.
Most of the death variant show only the wooden side, so the damage is only visible when unit is alive
Also the colors look dull on my screen is that intended ?
Finally checkrefs.pl says
Missing file 'art/textures/skins/props/shields/scutum_ital_06.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_06.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_06_dmg_light.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_06_light.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_06_dmg_med.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_06_med.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_07.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_07.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_07_dmg_light.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_07_light.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_07_dmg_med.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_07_med.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_08.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_08.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_08_dmg_light.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_08_light.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_08_dmg_med.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_08_med.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_09.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_09.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_09_dmg_light.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_09_light.xml'
Missing file 'art/textures/skins/props/shields/scutum_ital_09_dmg_med.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_ital_09_med.xml'
Missing file 'art/textures/skins/props/shields/scutum_rome_wooden_dmg_light_norm.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_rome_wooden_dmg_light_base.xml'
Missing file 'art/textures/skins/props/shields/scutum_rome_wooden_dmg_light_spec.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_rome_wooden_dmg_light_base.xml'
Missing file 'art/textures/skins/props/shields/scutum_rome_wooden_dmg_med_norm.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_rome_wooden_dmg_med_base.xml'
Missing file 'art/textures/skins/props/shields/scutum_rome_wooden_dmg_med_spec.png' referenced by: 'Rome_Scutum/art/variants/shields/scutum_rome_wooden_dmg_med_base.xml'
Missing file 'art/variants/biped/base_spearman_shield_ready.xml' referenced by: 'Rome_Scutum/art/actors/units/romans/infantry_spearman_e.xml', 'Rome_Scutum/art/actors/units/romans/infantry_spearman_e.xml'
Rome_Scutum.zip