The Guillemot Sentinel is a great ship, but the constantly rotating engines kinda screw it for me from cockpit view, so I was wondering if I could simply turn off the rotation of the front engines and have them aligned to the hull.
Was trying to get this to work with the following code (with help from SirFrancisDrake) but this does not work:
Code: Select all
<?xml version="1.0"?>
<diff>
<remove sel="//components/component/connections/connection[@name='Connection54']/restriction">
<restriction type="rotation_x"/>
</remove>
<remove sel="//components/component/connections/connection[@name='Connection55']/restriction">
<restriction type="rotation_x"/>
</remove>
</diff>
removing the restriction's rotation should work, but somehow the code gets ignored:
debug log:
[=ERROR=] 0.00 No matching node for path '//components/component/connections/connection[@name='Connection54']/restriction' in patch file 'extensions\Guillemot_no_rotating_engines\assets\units\size_s\ship_tel_s_scout_02'. Skipping node.
[General] 0.00 ======================================
[General] 0.00 ======================================
[=ERROR=] 0.00 No matching node for path '//components/component/connections/connection[@name='Connection55']/restriction' in patch file 'extensions\Guillemot_no_rotating_engines\assets\units\size_s\ship_tel_s_scout_02'. Skipping node.
Any ideas anyone?
Please share.