AvionicsSystems
AvionicsSystems copied to clipboard
Conversion Questions.
As I convert ASET props to MAS, I feel like I need a single central place to ask you questions.
There are five possible selections for the Electric Output gauge, but fc.Select only allows three selections. I think I could nest multiple fc.Select functions together, but that feels like a dirty way to do that.
This issue works.
Yeah, fc.Select doesn't support that many options. It's probably going to need a Lua script. I think I've got a prop I converted last week that also needs the same script. Give me a day or so to put together a script for that, unless you're okay with writing Lua scripts. We want to avoid them where possible, but this is one of those cases where it's not avoidable.
I really don't know much about Lua, so that sounds like a plan to me! I'll skip it and move on to the next thing.
What's CycleRate in the ROTATION object of MASComponent? It's not mentioned on the wiki page. Is that what used to be called speed?
I don't have a CycleRate field in ROTATION. Which prop has that? There is a speed field,
It appears to be in MAS_ASET_ClockTimer, and I guess I must have copied that config over to one of the props I was working on in the last batch.
It appears to be in MAS_ASET_ClockTimer, and I guess I must have copied that config over to one of the props I was working on in the last batch.
Wow. I wonder how long that's been in there (and wrong). I think that was one of the first props I converted. It's probably supposed to have been "speed". Thanks for inadvertently catching that. :)
I'm going to start doing conversions again soon - one more week until summer break!
I'm going to start doing conversions again soon - one more week until summer break!
There's a big batch of aircraft props in a pull request from vulkans22 that I finally started going through this week. I'm hoping to get those integrated, and maybe as MAS point release incorporating them, this weekend.