I just recently got into X Rebirth again and wanted to try out some modding this time. My current plan is to change up the interior of the albion skunk a bit. So, just to get used to the XML stuff I thought I might try to remove a part of the crew quarters (the kitchen). Here's my interiors_rooms_ar_albionskunk.xml:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<diff>
<remove sel="/components/component[name='@interiors_rooms_ar_albionskunk']>/connections/connection[name='@Connection11']" />
</diff>
Code: Select all
[=ERROR=] 0.00 Cannot match path '/components/component[name='@interiors_rooms_ar_albionskunk']>/connections/connection[name='@Connection11']' in patch file 'extensions\skunkinterior_new\assets\interiors\rooms\interiors_rooms_ar_albionskunk'. Skipping node.
Thanks a lot.