Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Beta 3 is out...

Featured Replies

That's why some of us keep harping about XEnviro lacking manual adjustment. At least with SkyMaxx Pro v4 + RWC I can load the current weather and back down the winds.

 

If your only problem is wind adjustment, you could try writing a one-line FlyWithLua script that goes like:

 

"If (wind_dataref > 15 kts) then

    wind_dataref=15 kts".

 

But that would have to be first tested by someone who already has xEnviro, to see if it works.

"Society has become so fake that the truth actually bothers people".

  • Replies 139
  • Views 18.2k
  • Created
  • Last Reply
  • Author

The way the clouds roll over the mountains and valleys now is a site to behold  :dance:  :dance:

Rich Sennett

               

 

 


But that would have to be first tested by someone who already has xEnviro, to see if it works.

 

Thanks for the suggestion. Maybe tomorrow, after that I'll be off on vacation. Bit tired of experimenting all the time to be honest. Great stuff we saw during these last weeks of the year and more to come. Just time for a break. Happy holidays to everyone!

Hans

  • Author

Thanks for the suggestion. Maybe tomorrow, after that I'll be off on vacation. Bit tired of experimenting all the time to be honest. Great stuff we saw during these last weeks of the year and more to come. Just time for a break. Happy holidays to everyone!

 

Happy Holidays Hans to you and yours  :wink:

Rich Sennett

               

The way the clouds roll over the mountains and valleys now is a site to behold  :dance:  :dance:

 

This post is useless without clips! :P :P :wink:

[email protected] - ROG Strix Z790-E - 2X16Gb G.Skill Trident DDR5 6400 CL32 - MSI RTX 4090 Suprim X - WD SN850X 2 TB M.2 - XPG S70 Blade 2 TB M.2 - MSI A1000G PCIE5 1000 W 80+ Gold PSU - Liam Li 011 Dynamic Razer case - 58" Panasonic TC-58AX800U 4K - Pico 4 VR  HMD - WinWing HOTAS Orion2 MAX - ProFlight Pedals - TrackIR 5 - W11 Pro (Passmark:12574, CPU:63110-Single:4785, GPU:50688)

  • Author

This post is useless without clips! :P :P :wink:

 

I leave the videos to the professionals - Rob comes to mind   :Tounge:

Rich Sennett

               

Still same bugs I reported in PB2

- no setup pictures for Saitek Pro Flight Combat pedals or X-55 Rhino throttle

- still no setup for right tophat switch on CH Eclipse yoke

- two other missing buttons on CH Eclipse yoke

 

I only mention this as I thought I read in their list that they had fixed the tophat thing.

My top right hat on the CH Eclipse is working here, since PB2 came out.  Under Other Controls: its Btn 2, 11, & 13 and with the same HAT under Front control  its BTN 17.

What other two are you missing? I have all of mine programmed except the yaw paddles.

Intel(R) Core(TM) i7-12700KF CPU @ 4.90GHz  32.0 GB RAM Windows 11 Home NVIDIA RTX 3080Ti 12GB Multi monitors

WD SN850 M2 2TB PSU 1000W. 360 AIO.cooling.

 

My top right hat on the CH Eclipse is working here, since PB2 came out.  Under Other Controls: its Btn 2, 11, & 13 and with the same HAT under Front control  its BTN 17.

What other two are you missing? I have all of mine programmed except the yaw paddles.

Thanks for the info - will check those out.

 

Just saw that 17 (the Hatswitch) was not in the list, so assumed still not implemented. There are two switches marked 20-21 and 18-19. These are the wheels on the front of the yoke. These are also pushbuttons, and these buttons are not listed on the image. They were there ok in XP10. They were not there in PB2, and are not displayed on the image (like the hatswitch is not displayed) in PB3, but will check if they actually connect to a button in the list.

I7-6700k 32 gig RAM, NVIDIA GTX-980 TI 6G RAM, GTX-460, Saitek X55 throttle, Combat rudder pedals, CH Eclipse yoke,TrackIR 5, 5 monitors (main is 40" 4k), Corsair K95 RGB k/b, Win 7 x64. X-Plane XP 11.1+

If your only problem is wind adjustment, you could try writing a one-line FlyWithLua script that goes like:

 

"If (wind_dataref > 15 kts) then

    wind_dataref=15 kts".

 

But that would have to be first tested by someone who already has xEnviro, to see if it works.

 

That would be great if it works. I'll wait to see if anyone tries it, thanks for the info!

X-Plane and Microsoft Flight Simulator on Windows 10 
i7 6700 4.0 GHz, 32 GB RAM, GTX 1660 ti, 1920x1200 monitor

That would be great if it works. I'll wait to see if anyone tries it, thanks for the info!

 

The actual lua script (seems to work for me with default weather):

 

MaxWind = 15.0

 

DataRef("wind0", "sim/weather/wind_speed_kt[0]", "writable")

DataRef("wind1", "sim/weather/wind_speed_kt[1]", "writable")

DataRef("wind2", "sim/weather/wind_speed_kt[2]", "writable")

 

function set_winds()

 

    if wind0>MaxWind then set( "sim/weather/wind_speed_kt[0]",MaxWind) end

    if wind1>MaxWind then set( "sim/weather/wind_speed_kt[1]",MaxWind) end

    if wind2>MaxWind then set( "sim/weather/wind_speed_kt[2]",MaxWind) end

 

    return

 

end

 

do_sometimes("set_winds()")

This checks winds every 10 seconds and, if necessary, limits them.

 

If 10 seconds is too much, one could try using "do_often" or "do_every_frame" instead of "do_sometimes".

"Society has become so fake that the truth actually bothers people".

The way the clouds roll over the mountains and valleys now is a site to behold  :dance:  :dance:

 

Ctrl Space Bar !

AMD Ryzen 7 5800X3D, RTX 4080S, Ram - 32GB, 32" 4K Monitor, WIN 11.

Eric Escobar

:wink:  Its shift  spacebar

 

Something like that ! lol

AMD Ryzen 7 5800X3D, RTX 4080S, Ram - 32GB, 32" 4K Monitor, WIN 11.

Eric Escobar

I've still got the insane pull to the left with almost no power in the cessna.  Argh.  Looking at the rudder externally, it is straight... so it's some weird ground issue.

 

Is anyone else having trouble with Real wx?  Was working beta 2... but my real wx loads, and I see the layers/winds etc in the GUI, but then it's just set to CLEAR.

My Liveries | FAA ZMP | PPL ASEL |
| Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |

 

 

Yea I also noticed the insane pull to the left last night, could barely taxi in the default Cessna.  Recalibrated controls and everything is centred correctly.  I'm using the Saitek rudder pedals.

Thomas Derbyshire

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.