MOARdV
MOARdV
Ah! Here's something: since the orbits will be drawn with LineRenderer, I can allow each line to have two colors (start and end), similar to the ELLIPSE page object. With...
Very early support for ORBIT_DISPLAY on [DropBox](https://www.dropbox.com/s/lgffr6rtdf0cc6b/AvionicsSystems-0.14.0b2.zip?dl=0). Support for current vessel (for eccentricity < 1.0) and drawing the body that the vessel orbits.
> My big request for this feature (and all displays) is the ability to go completely monochrome to emulate an early CRT monitor. My intent is that you can configure...
Slow progress. [DropBox](https://www.dropbox.com/s/9cc0g2hyage21cg/AvionicsSystems-0.15.0b1.zip?dl=0) has the current edition. Renders current orbit, target orbit (if in the same SoI), maneuver node orbit (if in the same SoI), and current body/atmosphere. The automatic...
One thing I am not happy with is the automatic colors for bodies / atmospheres. I don't think I have the right values, since they're not very saturated. I've added...
After further clarification, the bugs are reported against RPM, not MAS. When I've got time to spare (ha-ha), I can revisit this issue to see if any of it applies...
> If I'm reading this right, this would be a more generalized solution to the problem of, for example, science controls? I think it would be okay for science controls...
I think I need to add another generalization so that a script can be run, and I need to add an optional query for `fc.GetActionGroup`. As far as maximum action...
I think the best approach will be to scrap the current MAS_ACTION_GROUP configuration and start fresh. ``` MAS_ACTION_GROUP { name = MyFancyActionGroup ACTION { ... // see below } ......
Originally, I was thinking this would replace the existing system. However, I think what I'll do instead is leave the current system intact, get this working, and then deprecate the...