Jump to content

Traveler Ray

Members
  • Content Count

    45
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

24 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    none
  • Virtual Airlines
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. You are probably correct, but it is working for me. maybe the margin setting is the key (the blue triangles)
  2. I didn't know this thread existed. Spent one hour this morning trying to tackle this. I finally got it to work. Throttle: AXIS_THROTTLE1_SET (Axis min: -16383 Axis max: 16383) (set left margin to 10%) Beta: THROTTLE1_DECR (Axis min: - 0 Axis max: 1) (set left margin to 10%) [This only enters the top portion of the BETA range] Reverse: I use the detent of the throttle axis to enter full reverse Key Down Event: THROTTLE_DECR () Key Up Event: THROTTLE_CUT Button <23> check: Repeat and Fast
  3. Exit the sim then delete the cache file: MANUALCACHE.CCC
  4. The Beta reinstalled the Asobo handcrafted airports that I had previously deleted in the content manager. I only checked because I had unusual stuttering landing into IniBuilds KLAX
  5. If you have a stream deck, you can setup a text gauge.
  6. Oxygen test and reset Pilot 98301·(>K:ROTOR_BRAKE)·(SLEEP:250)·98304·(>K:ROTOR_BRAKE) Co-Pilot 983201·(>K:ROTOR_BRAKE)·(SLEEP:250)·983204·(>K:ROTOR_BRAKE) The above scripts = Press, wait 1/4 second, depress Light Test (more than one way to skin a cat) ROTOR_BRAKE - 34600 34602·(>K:ROTOR_BRAKE)·(SLEEP:10000)·34601·(>K:ROTOR_BRAKE) or the nerd way 34600·2·+·(>K:ROTOR_BRAKE)·(SLEEP:10000)·34600·1·+·(>K:ROTOR_BRAKE) or use Key Event - #69978 0=Test 1=Brt 2=Dim 0·(>K:#69978)·(SLEEP:10000)·1·(>K:#69978) [script: move to test, wait 10 seconds, move to Brt] or you can set individually 0·(>K:#69978) 1·(>K:#69978) 2·(>K:#69978) SLEEP:10000 = 10 seconds (adjust to your preference)
  7. Customize Airport Position. Check Disable staircases. And while you are at it, disable the staircases for all of that airports gates that have jetways. Also later today...RTM😁
  8. Appears to be an outage at the moment. https://support.xbox.com/en-US/xbox-live-status
  9. Hi @AlexFlies, I too, have had this problem that sometimes shows up in the CRJ when trying to change the altitude. The solution that seems to work is to switch the combo assignments. Put the right rotary "Increase/Decrease- Buttons 12/13" as the Assigned button/key. And the left rotary "Alt -Button 20" as the Assigned Combo.
  10. Might want to take a look at the camera definitions in the cameras.cfg file in this directory: \MSFS\Community\pmdg-aircraft-737\SimObjects\Airplanes\PMDG 737-700
  11. To turn on Landing lights and extend. I just use a key event. Set Key Down Event to: LANDING_LIGHTS_SET Key Up Event: To turn Off and Retract and move the Switch to retract, use the script below. 0·(>K:LANDING_LIGHTS_SET)·1·(>L:LANDING_2_Retracted,·Number)·1·(>L:LANDING_3_Retracted,·Number)·2·(>L:LIGHTING_LANDING_2,·Number)·2·(>L:LIGHTING_LANDING_3,·Number) 0·(>K:LANDING_LIGHTS_SET) ; Turns the landing lights off and moves the light switches to Off 1·(>L:LANDING_2_Retracted,·Number)·1·(>L:LANDING_3_Retracted,·Number)·; Retracts the lights 2·(>L:LIGHTING_LANDING_2,·Number)·2·(>L:LIGHTING_LANDING_3,·Number) ; Moves the LR landing switches to retract. Took me awhile to figure it out because I forgot to remove the landing light control bindings from my FBW Honeycomb Alpha profile.
  12. Click on the Marketplace tile.... The first row is Highlights [See All (12)] The second row is New Releases [See All (20)] Scroll to see the third row... Special Offers [See All(555)] Click--[SEE ALL (555)] See @fppilot post above.
×
×
  • Create New...