Jump to content
The simFlight Network Forums

bpieke

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Vancouver Island, Canada

bpieke's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • Conversation Starter Rare
  • First Post Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Thanks! Works like a charm.. 🙂
  2. As a workaround, I uploaded a jpg to Imgur and got the share link. After editing the batch file, I now get that image rather than a blank.. 🙂 :: image from MSFS web site set "imageurl=https://i.imgur.com/lrgKaCr.jpg" You may wish to do your own..
  3. The site: https://msfs-cdn.azureedge.net/wp-content/themes/publishing/dist/images/desktop-hero_8711a4cf.jpg appears to no longer work.. Can I substitute a jpg on my computer, or is there an other fix?
  4. Edit: with help from another user, I am making progress, was confused after SU10... Have now assigned axes to specific actions which allows FSUIPC to work again...
  5. That is entirely plausible, since the aircraft detects the hovering of the mouse over the knob. This is used in the code to trigger the knob lighting up. The Wheel Up and WheelDown commands would likely be surrounded by a stream of 'Move' commands. Code snippet: (M:Event) 'WheelUp' scmp 0 == if{ xxxxx } (M:Event) 'WheelDown' scmp 0 == if{ yyyyy } (M:Event) 'LeftSingle' scmp 0 == if{ zzzzz } (M:Event) 'RightSingle' scmp 0 == if{ aaaaa } (M:Event) 'Move' scmp 0 == if{ bbbbb }
  6. I am having knobs in the panel causing increments of 10 for standard SDK (INC/DEC) commands, instead of 1, intermittently, in P3DV4. This reminds me of FSX where the FixControlAccel=Yes parameter cured some of this behavior. This is not currently implemented in V5 for P3DV4, as per the user documentation.. Maybe it is required.. http://www.prepar3d.com/forum/viewtopic.php?f=6312&t=126672&p=166675#p166675 Bert. Update... I was able to resolve my issue by using a different set of variables.. so, for now, the urgency is off.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.