Jump to content

Ch.Cole

Members
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ch.Cole

  1. I might be wrong, but with the wind coming from the left, it would push the tail to the right (turning the nose into the wind, like a weathervane), which the rudder has to compensate for. So the rudder has to introduce a yaw moment to the right. The flightpath would turn into the wind to keep the track correct, though (crabbing).
  2. I don't own the switch panel. How does is work? Does X-Plane register the switches at all?
  3. You want to install on OSX, I assume?
  4. What do you mean?
  5. Seems like my decision to buy this plane was a good one. Took it on a short flight yesterday, amd it was really fun. A great plane! And I really like the ongoing development.
  6. I've got the same problem...
  7. That's what I did now, but I don't like editing files of add-ons. The Zibo e.g. stops working correctly if you edit its files.
  8. Could you please add ICAO=SF34 to the acf-file, so my lua-scripts can ID the plane.
  9. Thanks, that should get me started
  10. Ok, can you give me a pointer how the CL manages the viewpoint? So I can tell them and they can find out where the conflict happens.
  11. Is there any news/ solution on this other than enabling/disabling x-camera?
  12. Just an idea. What happens if you safe a seperate profile for the TBM in the controls? Maybe that would solve the problem. I had a similar issue, and that solved it.
  13. Thanks, but actually there is a command for the TQ-view I'm looking forward for the next patches, but I already enjoy the plane
  14. Is there a hotkey like for the TQ-view or the CHP to show/hide the checklists, so I don't have to use the sidebar? Or a dataref one could use? Also, which manipulators can be adjusted using a mouse wheel? I only managed to use it on the popup CHP knobs.
  15. Did you activate the license and reload the plane?
  16. If the lever is at cut-off, my fuel indication fluctuates wildly, though. If I try a start with tied prop and advance the lever to low idle, it shows 0.
  17. From the messages, the source is on BATT, but a GPU is available. But that shouldn't matter. Did you remove all the objects in the payload manager?
  18. Hey, I'm considering buying the Saab340A. Did I understand correctly, that development will continue, and there are several updates and bugfixes envisioned, which will be free of charge? Yes, I know, not timeline as of now. But I love the TBM, so I have faith in you guys! @Cameron
  19. Fuel Tank selected? The switch is on the bottom of the pedestal.
  20. Ch.Cole

    control throotle

    Do you have an available axis? You need pitch, yaw, roll and throttle. And then a fifth one for the right side of the throttle. But the commands Goran told you should work easily.
  21. Ch.Cole

    control throotle

    You can use FlyWithLua to "translate" axis vaelues to these commands. What are you trying to do, @Jota
  22. Ch.Cole

    control throotle

    "THROTTLE", but you have to use the mouse or keyboard to switch cutoff/loIdle/hiIdle/flightIdle. Alternatively, you can use flywithlua to use an axis for that, which is what I did. Or map it all to one a is using fly with lua. But that might get complicated. I'm open to further questions.
  23. Yes, that's what I meant. If you look into the lua-file, there is a line commented out, that starts with "do_every_draw". Remove the "--" from the beginning of that line, so that you get some info on the lower right. Check the axis value and adjust these lines accordingly: function getvalue () if mixture_axis > 0.55 then SetTo = 0 end if mixture_axis < 0.55 then SetTo = 1 end if mixture_axis < 0.45 then SetTo = 2 end if mixture_axis < 0.09 then SetTo = 3 end To explain: "SetTo = 0" sets to cut off, 1 to low idle, 2 high idle, 3 flight idle. Put your axis in the highest position you still want to be "cut off", and replace both instances of 0.55 with it. Find the highest position for low idle, replace 0.45 with it, same for high idle and 0.09. Obviously, the axis should read 1 at cut off, 0 at the flight idle position. If it's the opposite, just reverse the polarity (j/k, reverse the axis ). Don't hesitate to ask if you have any furter questions or need other functionality, I'll try my best. Just one warning: Due to the implementation. Right now, you can not move to high idle (actually the complete right side) if you are in the taxi/reverse range. I don't really need that functionality. If you do need it, I can try to make it possible.
  24. No problem, glad it works You can adjust the settings in the lua-file, at which axis position you want to have which setting, by the way.
  25. Ok, I'll try to help. In the lua-file there is a disabled line "do_every_draw". Remove the -- from the beginning of the line. If you reload the lua scripts "reload all lua scripts" via the FlyWithLua-menu, you should get some values in the lower left screen area. Can you check if the axis value changes? Have you set one axis as "mixture 1"?
×
×
  • Create New...