shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

RCS fuel switch in stock #646

Closed Jimbodiah closed 6 years ago

Jimbodiah commented 6 years ago

Could the new fuel switch for RCS fuel also be implemented for stock parts, or is it solely SSTU?

shadowmage45 commented 6 years ago

Its a fairly generic PartModule. Should be usable on stock parts (the fuel-switching bit at least). You could even potentially add an 'LFO' or 'XenonElectric' fuel selection to the module with a bit of additional work.

However, I'm doubtful if I will be including any such patches in SSTU. I've deleted the stock RCS parts in the SSTU-OptionalPatches, and as the regular SSTU install doesn't touch stock parts, any such 'stock-RCS' patch wouldn't have a home anywhere in SSTU.

Jimbodiah commented 6 years ago

Just for personal use. I've patched stock parts to use hypergolics, and was just wondering if the fuel switch could be used on the stock parts as well.

shadowmage45 commented 6 years ago

Yep, should be able to add it to the stock parts without problem. Look at the ModularServiceModule config for examples of how to set it up without the 'structure/standoff' switching stuff (just for fuel switching).

(this is another module that will be seeing changes in the near future -- splitting the fuel switching off from the structure/standoff functionality)

Jimbodiah commented 6 years ago

With the scaling ability and now the awesome recoloring, I no longer have a need to use stock RCS :)))

I didn't notice the rescaling option until yesterday :)

shadowmage45 commented 6 years ago

Closing question -- fuel switching will be present on all (non-integrated) SSTU RCS parts.