Okay, so apparently I lied earlier and made time tonight (I'm going to hate myself in the morning

)
It paid off!
I had a construction option for "Reconfigurable Materials Fabricator"
Your original version 3 didn't work however.
Changes I made to get it working in bold (bold = state
after my change)
Note, some of these edits may be superfluous, I didn't have time to do a proper bisect-testing to see which ones are unneccesary.
Note 2: Sorry for not using code-tags, but they broke my highlighting, so...
1) rename all folder paths to lowercase (I could do it because they're no longer packed in cat/dat, thanks!)
1a) w.e_plot_station/assets/structures/build_trees/
macros
1b) w.e_plot_station/assets/structures/
economy
1c) w.e_plot_station/assets/structures/
economy/production/
macros/struct_econ_prod_
smups_rmp_macro.xml
2) update references to these paths in the various xmls
2a) index/macros.xml
<entry name="struct_econ_prod_
smups_rmp_macro" value="extensions\w.e_plot_station\assets\structures\
economy\production\macros\struct_econ_prod_
smups_rmp_macro"></entry>
3) just to be on the cautious side: lowercase the macro-names
3a)
<add sel="//connection[@ref='ConnectionFor_struct_econ_prod_stor_container_macro']" pos="before">
<connection ref="ConnectionFor_struct_econ_prod_SMUPS_RMP_macro">
<build mode="optional" group="production" sequence="B" stage="1" tags="primary"/><macro ref="struct_econ_prod_
smups_rmp_macro" connection="space"/>
</connection>
<connection ref="ConnectionFor_struct_econ_prod_SMUPS_RMP_macro1">
<build mode="optional" group="production" sequence="B" stage="2" tags="primary"/><macro ref="struct_econ_prod_
smups_rmp_macro" connection="space"/>
</connection>
</add>
3) things left untouched: Connection Names seem to be safe with caps:
Code: Select all
<connection name="ConnectionFor_struct_econ_prod_SMUPS_RMP_macro1" group="stationGroup" tags="production">
--> perfectly OK
(I think this could mean my editting of the macro-names is unneccesary)
I hope that's a complete record, it's way past my bedtime, so I'm probably forgetting some of the changes I just made. However, I didn't want to leave you hanging until Monday after you've been so incredibly helpful, and especially
quickly helpful.
As for your marital spat: stop it you guys, you're all awesome!

I feel honoured to have such lofty kings/queens of the S&M thread pay attention to my ramblings
oh hell, here is my zipped up current status, you can see for yourself
http://s000.tinyupload.com/?file_id=258 ... 4607117382