Open boiler1 opened 5 years ago
You can deploy fairings using a simple command that doesn't require you to tie the fairing into an action group by using the module systems kOS exposes.
The code to do said deploy is this FOR f IN SHIP:MODULESNAMED(ModuleProceduralFairing") { f:DOEVENT("deploy"). }
The same is true for a lot of the pseudo groups that already exist (legs, lights, solar panels, radiators, etc etc) but they still make the language nice to use. Another one that I often miss is “antennas”.
None of the other pseudo groups are a one time trigger thing for fairings if they where to be added I would prefer to see a stage
like call as apposed to an action group like call.
Fairings can already be staged so that is a non-issue.
I am not opposed to "fairing release" instead of "fairing on" or "fairing activate". I just want to be able to write my script to specifically trigger the fairing.
It would be nice to deploy fairings with a simple command instead of having to tie them to an action Group.
fairing on.