MOARdV / AvionicsSystems

MOARdV's Avionics Systems for Kerbal Space Program - a new generation of IVA enhancement.
Other
52 stars 26 forks source link

Conversion Questions. #318

Open theonegalen opened 4 years ago

theonegalen commented 4 years ago

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.

MOARdV commented 4 years ago

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.

theonegalen commented 4 years ago

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.

theonegalen commented 4 years ago

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?

MOARdV commented 4 years ago

I don't have a CycleRate field in ROTATION. Which prop has that? There is a speed field,

theonegalen commented 4 years ago

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.

MOARdV commented 4 years ago

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. :)

theonegalen commented 3 years ago

I'm going to start doing conversions again soon - one more week until summer break!

MOARdV commented 3 years ago

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.