MixMugz TBM 930 Improvement Mod

This is very exciting, I love the TBM. Any plans to tweak the flight model at all? Off the top of my head I notice that the aircraft hardly pulls to the left as you power up for take off - it really should pull to the left pretty significantly. If you actually trim it to the right into the indicated green section (as you should for take off) you currently have to counter that with significant left rudder.

For me, as a fan of the TBM mod, the better camera position in the cockpit, the brighter lights, the ground handling and the more realistic engine performance setting would be the main things that should run alongside the AAU1. I think the new depth of the G3000 is great, but miss the above improvements.

It’s great to see you guys taking this on and giving us TBM fans a great airplane. Thanks for your work.

P.S. do you already know when and where you will release your adjusted AAU1 TBM?

3 Likes

Unfortunately I’m not really qualified to judge (not a pilot) or even make changes to the flight model. That said whatever changes the latest mod had I’ve imported.

I’ve tried again to get the lights ported but I don’t really understand what changes were made and what is realistic. The code in AAU1 seems massively different, so it’s hard to adapt. And also split the baggage door animation from the cockpit door animation, I can hook into the little hook thingy under the instrument panel but how the door animations are linked I don’t really understand yet from reading the code. I suspect the baggage door anim is actually on the external model.

I think what is fairest to both Luka and Mugz is that I not really release to flightsim.to or anything but just link to github in the interim just like Luka did. Let’s hope either of these guys can come back at some point to carry on. For me in VR I mainly needed the sunvisors, and the pilots are nice. Plus the flight model changes from the old mod. All of which I have used for quite a few flights now and I’m quite happy with. I’ll try and get it hosted before the weekend, in the meantime if someone can’t wait feel free to DM me and I’ll send you a zip.

I’d rather focus on G3000 plugins like my checklists addons and a few other things than try to get the lights working or make changes to the flight model I don’t understand. Hope you understand.

3 Likes

Over head panel in VR is almost dysfunctional. Sunshades.

Thats it for me :sunglasses:

Thanks for any effort!

1 Like

I may have time to work on the mod this weekend, if you create a pull request on my github I can start from your improvements

3 Likes

Hi, I published my improvments here:
Commits Ā· chrisaut/tbm930-improvements (github.com)

Since it’s not based off of the old one anymore (I’ve started fresh) I can’t easily offer a pull request. However I believe if you look at the individual commits you can take as required if you prefer to stay with the old code base.

A quick hint for the yoke that wasn’t working as you mentioned before, I believe this happens if the node ids are wrong/updated in the gtlfs file, especially if the scene is missing some newly added nodes. If you look at my commit for the pilots/copilots you can see where I’ve had to add them in the gtlfs.

5 Likes

Thank you, glad to have my co-pilot back :smile: :ok_hand:

Thanks very much. Are you planning on uploading to flightsim.to?
Much more convenient for the users since they get notified about new versions, and you will reach much more people that way.

That depends on Luka and/or Mugz. I will consider it if there is enough demand but I think we’d all be better off if Luka manages to update the existing mod as it has more features and avoids splitting the community. I didn’t post the link for end users really.

The only two things I added are the BVar to LVar bridge I mentioned before, and I’m working on state saving atm aka the excellent DA40/62 mods. Both of which could be easily incorporated into the existing mod too.

Basically I’m saying let’s have a conversation to see what is best for the TBM (I fly it pretty much exclusively on my around the world tour…currently in Nova Scotia BTW haha).

2 Likes

As far as interior lighting, the old mod had:

  • Functional dimmer switch.
  • The dimmer knob is backlighted, even when the lights are off. This helps find the dial in the dark.
  • The access light toggles the lighting over the center throttle console

I have no idea if the above are part of the real airplane but they feel right.

Working Title did a great job on the G3000 but Asobo did a sloppy job on the rest of the airplane. I kind of hate flying it now.

1 Like

I tried the current and prior commits and it doesn’t seem to be loading for me. I’m just getting the default.

You probably need to launch the Create-Layout script to generate the layout.json file, which tells the sim what files are in the mod

I’m not going to have an update out this week, but I’ve been redoing the entire lighting system.
Exterior lights are done (this was easy, since I just needed to import them from the old mod)
Interior lights are halfway done:

  • The panel rheostat is dimming the panels correctly, but when set to 100% the lights just shut off
  • The dimmer switch works correctly (it dims the landing gear lights below the PFD)
  • The access lights work 66% correctly (I need to reposition one light out of 3)
  • The cabin lights work correctly
  • I still need to make the map lights for both the pilot and copilot toggle when the button next to them is pressed
10 Likes

Yes, like Luka said you need to run the script (with a recent version of powershell as older versions behave weird with encoding that MSFS refuses to read). I’m sorry but like I said didn’t think any end users would try it yet.

1 Like

Great to hear someone is working on this excellent mod (also @thecoronadian). Could you add in your todo-list the BVar to LVar bridge? Or once you have published a functional version of the mod I could try to make a pull-request.

Thanks, I suspected it was the layout.json file.

The default has some buggy cockpit interactions in the final release. This probably means there may be official changes coming but that could be years from now, if ever.

I’d like to get into airplane development but I’ve got my hands full doing airports now.

I’m wondering if the two of you should collaborate on the same repo?

Yeah, we should work on the same repo, but for now we’re working on independet things, so there’s still time to decide. Maybe we should just have a new branch on my repo.

Let’s see if @thecoronadian is okay with that

I’m ok with whatever is best to improve the TBM. And I think it’s best if there aren’t two mods that slightly overlap but are incompatible. I hope many more people can contribute.

Sorry for being unskilled but where I have to run the script?

I copied the files (manifest.json etc) from thecoronadian over the files in the last mod, copied the script there and run it with power shell.

A blue window flashed up and thats it. Sunshades are still locked. What do I wrong?

Thank you.