peteletroll / DockRotate

Kerbal Space Program lightweight robotics with docking ports
https://forum.kerbalspaceprogram.com/index.php?/topic/170484-dockrotate
Other
13 stars 8 forks source link

Feature request: setting to delay replacing struts to allow multiple rotations #18

Open darthgently opened 1 year ago

darthgently commented 1 year ago

There are times that one wants to snap or rotate multiple port pairs in a batch from a kOS script (via PAW access) in quick sequence but it appears that struts are disabled/reenabled for each snap operation which on a potato adds minutes to run on a large station.

If a config file setting for the mod could tell DR to delay before reenabling struts to allow yet another snap or rotate request it would be great.

Once the delay has passed without another request occuring reenabling struts would occur as normal. The setting would be the time to delay in decimal seconds.

If I'm approaching this the wrong way and the mod already allows a simpler approach to "batching" snap/rotate operations that doesn't involve action groups please advise me how to do so