February 20, 201313 yr Here is a new weather library (a LUA script with weather display functions) for MCP1 and 2 owners: lib-weather_v1_2.zip Unzip the content (lib-weather.lua) to Microsoft Flight Simulator X\Modules\linda\libs and overwrite the old file. You can assign one of these functions to a MCP button (or joystick or key or whatever) and they will show then weather information on the Combo display. -- Weather functions -- v1.2 Feb 2013 function weather_OAT_inCelsius () works with both Combo I and II: shows Temperature (OAT) in Celsius (MCP2 only with 8 digits) function weather_OAT_inFahrenheit () works with both Combo I and II: shows Temperature (OAT) in Fahrenheit (MCP2 only with 8 digits) function MCP2weather_OAT_Wind_inCelsius () works only with Combo II: shows Temperature (OAT) in Celsius and wind Mag and knots function MCP2weather_OAT_Wind_inFahrenheit () works only with Combo II: shows Temperature (OAT) in Fahrenheit and wind Mag and knots function MCP2_WIND_BARO_OAT () works only with Combo II: shows wind Mag and knots, Baro pressure in Hpa and mb and Temperature (OAT) in Celsius and Fahrenheit this is the most recommended function for MCP Combo II users Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
Create an account or sign in to comment