Plugins and Utilities
83 files
-
mini-EHSI popup for IXEG 737
By admroz
This script adds command that toggles IXEG 737 mini-EHSI display:
FlyWithLua/ixeg/mini_ehsi_toggle and menu entry to do the same:
Plugins > FlyWithLua > FlyWithLua Macros > [IXEG] mini-EHSI toggle Requirements:
IXEG 737 FlyWithLua plugin Installation:
copy the script to X-Plane 11/Resources/plugins/FlyWithLua/Scripts folder Here is how it works:
https://youtu.be/WN9ytrRANj4 https://youtu.be/gSq_X6q3L70
167 downloads
Updated
-
MODERN INTERFACE for X-plane 10
By Wakey0
Time to give X-Plane a new modern look!
This is made to give a different and new look for X-Plane and changes it from the old one.
Not everything has been changed, but most visible items.
*INSTALLATION* Please make backup copy!! This is in case you want to go back to the original.
Copy 'Interface.png' from the Zip file into X-Plane 10\Resources\bitmaps and replace.
Done!
Enjoy.
89 downloads
Submitted
-
Non precisions and APV approaches : what really is this minimum on the chart ?
By XPJavelin
In this paper, I conduct a review of DA, and MDA regarding non precision approaches flown with the CDFA method, or regarding RNP approaches with vertical guidance. How are they charted on the different kinds of charts ?
21 downloads
Submitted
-
OBJ8 to Wavefront OBJ converter
OBJ8 to Wavefront OBJ Converter
for Linux, Windows and MacOsX
OBJ8_convert allows you to convert 3D meshes from X-Plane's proprietary format to a standard Wavefront OBJ.
This tool converts only the meshes, discarding all the other informations such as: materials, animations, dataref.
HOW IT WORKS
OBJ8_convert is a command line tool. The syntax is quite simple:
obj8_convert <xplanesfile.obj> [<output.obj>] Once converted, the file can be opened in Blender or in any other software that is able to handle a standard Wavefront OBJ file.
EXAMPLE
Just for the sake of test, let's convert one of the standard objects in the library of X-Plane, the small fuel truck:
The file can be found here:
Resources/default scenery/airport scenery/Common_Elements/Vehicles/Small_Fuel_Truck.obj
Once converted with:
OBJ8_convert 'Resources/default scenery/airport scenery/Common_Elements/Vehicles/Small_Fuel_Truck.obj' test.obj
...can be opened in Blender:
All the measures in the OBJ8 file are in meters, thus the resulting Wavefront OBJ file uses the meter as a unit base.
Infact, is clearly visible from the snapshot, the truck is 6 meters long, meaning 6 squale, thus it is compatible with the real life truck which is 6.12 meter long.
APPLICATIONS
OBJ8_convert can be used to add extra elements to an airplane. For instance, if one wants to add the pilots (or some passenger) to a plane that is missing them, he can convert the cockpit file and use it as template to place the pilots in the proper position, making sure that the hands are in the right places.
The sames applies to additional parts, such as winglets on the tip of the wings. OBJ8_convert can be used to get a reference to make the winglets perfectly fit the wings.
Or you may want to model a ladder or a stairway to your plane's door.
OBJ8_convert can be very useful also to make the files need by librain.
DEVELOPMENT
This tool is under active development and its functionalities may change in the future.
The primary development platform is Linux.
Special thanks to @xraydelta1 for compiling the Mac version.
Feedbacks, reports, suggestions or ideas are strongly welcomed: feel free to send me a message with your thoughts.
X-Pilot's forum is the primary and sole forum for support, announcements and new releases.
IMPORTANT NOTICE
OBJ8_convert must not be used to convert copyrighted material.
Please respect all intellectual properties and copyrights.
PLEASE DO NOT REDISTRIBUTE DI TOOLS THROUGH OTHERS FORUMS OR PLATFORMS
1,414 downloads
Updated
-
Paintkit with layered PSD files for the McPhatstudios ATR 72-500
Layered Paintkit for McPhatstudios ATR72-500 by Leen de Jager
By Leen "Flybike" de Jager.( based on edited and composed blanks made from the original McPhattextures )
This paintkit includes a set of "neutral-normal-files".
Make sure to place these normal-files in the objects -folder of your livery.
These normal-files have an edited normal and /or specular layer.
Their individual file-weight is much lower than the original ones , approx 7Mb instead of 16Mb
Using these normals prevents the default normal-files from making the default texture
visible on your paint when sunlight is striking the texture .
These customised normals (V2) replace the set I made and published earlier.
This paintkit is free ( for non-commercial use ONLY).
When publishing a repaint based on this paintkit, credits :
Paint made using ATR paintkit by Leen "Flybike" de Jager
Unzip LDJ-Paint-kit ATR72-500-V2.zip to a temp folder.
Have fun
Leen "Flybike" de Jager
http://www.flybike-paints.nl
58 downloads
Updated
-
QNaid for IXEG 737, sets or helps with altimeter settings at transition altitude
By TonyVier
This little script helps setting your (captains) altimeter for the IXEG 737 Classic.
Please note, the transition altitude is read from the actual value you have set on the CDU/FMC
First, it can sync your altimeter with the current weather info from the simulator.
To use this feature (or not) set "SyncQNH_WithWeather" to true or false in IXEG_QNaid.lua
Second, it can note you of passsing the transition altitude during climb, or set the standard altimeter setting for you.
Set "SetStandardOnClimb" to true if you want it done for you or false if you just want a notification.
Third, it can note you of passing the transition altitude during descent, or set the QNH altimeter setting for you.
Set "SetQNH_OnDescent" to true if you want it done for you or false if you just want a notification.
69 downloads
Updated
-
Ramzzess' Boeing 777-200LR Checklist
This is the checklist according to the tutorial provided with the aircraft. If it looks familiar, that's because i made it in the same style that Ramzzess used for his Sukhoi Superjet 100. It's really easy to read and understand, but it still isn't completed. If you're familiar with the aircraft already, you'll know where everything is. if not, you'll just have to bare with me until I can finish it off over the next few days. Enjoy!
1,176 downloads
Submitted
-
Randomly enable the built-in IXEG failures
By Tom Stian
Hello
I made this LUA-script for randomly enable the built-in IXEG failures.
The script enables the built-in IXEG failures + engine fire, engine failure and oil pumps.
Have your QRH ready.
Available failures by IXEG.
The script activates when your GroundSpeed is higher then 40 knots.
Settings: (edit the IXEG_Failures.lua)
-- Here you set if the failures should be default enabled or disabled when your starting up X-Plane.
-- Set true to enable failures, false to disable. Default is true. true and false have to be written with lowercase letters.
EnableFailures_WizVar = true
-- Mean time between failures (MTBF) is the predicted elapsed time between inherent failures of a system during operation.
-- Default is MTBF_hours = 20.0. See further down for of a example of MTBF set to 10 hours.
MTBF_hours = 20.0
-- Max simultaneous failures pr session
-- Default is Max_Failures = 2 -- The highest numbers of failures is 27 -- setting above this can crash x-plane
Max_Failures = 2
-- Set the level of failures you want.
-- 1 = Minor failures, 2 = Minor and Major failures, 3 Minor, Major and Critical failures.
FailureSeverity = 3
"ADVANCED OPTIONS"
-- Set 'ImminentFailure' to 1 to enable the imminent failure option. When this option is enabled you can trigger a imminent failure with setting the SERVICE INTERPHONE to ON position on the overhead panel.
-- The SERVICE INTERPHONE will switch back to OFF when a failure is triggered.
-- The 'ImminentFailureMTBF' (in minutes) is the MTBF used when you enable the 'ImminentFailure' and set the SERVICE INTERPHONE to on.
-- Default is 0.
ImminentFailure = 0
-- Default is 5 (in minutes)
ImminentFailureMTBF = 5
The Service Interphone switch
How to enable or disable failures (for the session) with FlywithLua menu.
MTBF:
This graph shows a example how often you can expect a failure when you set the MTBF to 10 hours.
Requirement:
- You need FlyWithLua installed -
XP10: http://forums.x-plane.org/index.php?/files/file/17468-flywithlua-for-xp9-and-xp10/
XP11: http://forums.x-plane.org/index.php?/files/file/35579-flywithlua-for-x-plane-11-and-10-windows-linux-mac-os-x-version/
- Tested on X-Plane 11 with Windows 10.
Installation:
- Simply place the script in [X-Plane]\Resources\plugins\FlyWithLua\Scripts
Logging:
Every failure is logged. You can find the logfile in your X-Plane root folder. The logfile is called IXEG_Failures.log
Here is a sample of the logfile.
Known bugs/limitations:
- None. But please report if you find one
Support:
For support please visit: http://forums.x-pilot.com/forums/topic/11350-lua-script-randomly-enables-ixeg-failures/
300 downloads
Updated
-
Real Terra Haze
By SPAS
Current version is 2.11
This is an add-on script for FlyWithLua based on the findings of user PASCAL_LSGC over at AVSIM about the raleigh scattering controls.
It implements these controls so they are automatically tuned based on the sun elevation (the light veers towards reddish tones when the sun is low on the horizon) and plane altittude (gains go up as you go up).
Requires FlyWithLua!!!
Get it here
please take time to read this from Ben Supnik
The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug.
Just slap the scripts in your ../resources/plugins/FlyWithLua/scripts folder.
Please read the readme.
If you have installed Sky Maxx Pro, the shadows of the clouds will not be displayed.
Script by SPAS (leave him a PM on the forum if you want)
Thanks to MAT18590 for all the support and inspiration (and for setting the RGB and raleigh values straight)
content kindly provided by x-pilot users Tom Knudsen and slai have been used in the scripts.
Hope you enjoy it.
see a couple of videos from the user Emer1976
and
PS the scripts are free and free to redistribute or modify. If you do modify them for the better it would be nice to get that feedback.
2,298 downloads
- FlyWithLua
- Environment
- (and 4 more)
Updated
-
coroute Route to IXEG FMC
By Bokehlicious
This is a quick and dirty Windows Console application i made in order to create Company Routes for the IXEG B737-300. To get company routes which you can open by the FMC you could also use a simple text editor, however it was a tedious process so i decided to do this converter.
All you have to do is to copy the route you are going to fly to the clipboard, only its waypoints and airways like this for example "XENAK UM985 LEDRI UL140 ALAMU DCT TEGRI UL605 NEKUL",
then run the "route to ixeg fmc.exe" which will now ask you for the ORIGIN and Destination Airport (4-Letter ICAO Format in CAPITALS for each),
once you entered those its done and there should be a coroute file ready to be opened by the FMC of the IXEG B737-300
If your ORIGIN is, as in this example, LROP and your Destination is LTBA just enter LROPLTBA into the "CO ROUTE" line of the FMC and the route will be loaded.
But first of all for setting it up you must check and enter the location of your IXEG Coroute file folder in the Settings.ini of the application.
Mine is "D:/Program Files (x86)/Steam/SteamApps/common/X-Plane 10/Aircraft/X-Aviation/IXEG 737 Classic/coroutes/" so i entered it as a default.
Also be carefull when you copy your route to the clipboard not to include any Airport, Runway, Flight Level, Sid, Star, Transition or anything else other than Waypoints and Airways (DCT and DIRECT is acceptable),
it also has to be in CAPITAL letters same as the ORIGIN and Destination.
261 downloads
Updated
-
Saab 340A Flight Manual
By PinkJackal
This document will help you fly this beautiful aircraft by the numbers.
Enjoy!
Regards
Albert
374 downloads
Submitted
-
Simple Ground Equipment & Services - (low tech ground services & pushback)
By XPJavelin
Simple Ground Equipment & Services displays or hides static objects around your aircraft on the ground.
Tested in X-Plane 12.04 and in X-Plane 11.55
A variety of ramp equipment (passengers bus, GPU, Air start unit, cones, belt loader, ULD loaders, airstairs, PRM truck, deicing, catering, cleaning van...) Some moving vehicles: the follow-me car, emergency services (EMS), the fuel truck, the bagage carts and the passengers bus Active chocks that actually retain your aircraft and prevent it to move in a slope Animated and moving passengers (thanks to the MrX assets). New in June 2022. A simplified marshaller to better aim at your parking stand A simple pushback system, compatible with the X-Plane 12 aircraft carrier. Automatic pushback to designated position (X-Plane 12 only). New in November 2022 Aircraft arresting systems (an arrestor cable, a net barrier or absorbing materials) Active deicing that actually protects the airframe from X-Plane 11 and X-Plane 12 ice for a period of time (available only in low temperatures) Adaptative ground kit with slight variants for freighter, passengers aircraft, regional airplanes, business jets or general aviation, not always the same vehicles are coming. Armed forces variant of the set, with green painted vehicles. Any aircraft is serviceable. Moreover a customization of the ground handling is already embedded for a lot of freeware and payware aircraft models. Trigger a distant car accident site, shipwreck, or a burning fire and for instance fly the emergency response in your helicopter. Place the aircraft carrier and the frigate on pinpoint coordinates Renovated in March 2023 You may change our provided set of vehicles (based on MisterX and XPJavelin's creations) by any custom ground vehicle you already have in your X-Plane directories. You may also use the X-Plane default ground fleet instead. Integration with XPJavelin's Speedy Copilot series which displays the vehicles according to the phase of flight (Speedy Copilot plugin required). And :
Easy installation , drag the files in the FlyWithLua scripts folder, open the keyboard menu in X-Plane and attribute a key to toggle our menu. Generate the airport cache (in Plugin → FlyWithLua menu). You can further customize stuff in some configuration files but you don't have to. Not intrusive : keep full control over the vehicles display, everything is commanded from our popup window. Plus we don't interact with your weight & balance. Freedom : you can use all our ground services if you wish or only install the script for one among them. A complete and detailed manual More information is expanded in several PDF manuals inside the download. Multi-platform, since we use FlyWithLua, it works on GNU/Linux. For X-Plane 11 and X-Plane 12. The same script works in both simulators. All default airplanes and ground vehicles within X-Plane 12 are supported. New in September 2022.
260 downloads
Updated
-
Simple Season
By ShePooley
How to install:
Select the version of snow you want: normal snow, deep snow or very deep snow. You only need one of it. For Alaska I prefer the version with very deep snow.
Replace the old Simple Season with the new one and delete the file "SP_version" in the root of the folder "zzzzzz1000 world terrain" or delete the folder "zzzzzz1000 world terrain" in your custom scenery folder.
This short python script will give you the 4 seasons!
The script puts a copy of the default scenery in the custom scenery folder and adds 4 sets of textures: winter, summer, spring and fall. If you are starting X-Plane 10 or moving the aircraft (location -> select global airport) it will calculate the needed season and activate it
No restart of X-Plane is needed.
January - March: winter in the north...summer in the south
April - June: spring in the north ...fall in the south
July - September: summer in the north...winter in the south
October - December: fall in the north...spring in the south
If the temperature at your airport is below -2° C it will set winter too
If it is winter and the temperature higher than +2° it will switch to autumn.
My script do not include any texture files, this must be done by the community.
That means you will not see any difference between summer, spring and fall until you have added textures for it.
It uses the default texture files to create a very simple winterworld for X-Plane. It is not really a nice winterworld but better than nothing.
I only added the simple winter to show that my script is working, do not expect too much.
X-Plane 9 users can install the well known WinterWorld into my script.
It is easy to add texture files to it.
If you add your own texture files to my system then you must do it to the folder "SP_texture_template" with the subfolders summer, winter, spring and fall. The folder "SP_texture_templatefall" will be the root of the scenery folder after the season fall is activated. If you put your files to the normal texture folders it can happen that you overwrite the default X-Plane texture files. If this happen then you must run the X-Plane installer to repair X-Plane!
Scenery designer can use my script to switch their scenery too
Harddisk space:
---------------------
This script do not touch any real file, it is no more than a gigant softlink manager. That means you do not need free harddisk space untill you are adding texture files.
X-Plane Versions:
----------------------
This script will work with all versions of X-Plane 9 and 10 till 10.99, X-Plane cant break it (at least i hope it) If my script detects a new version it will rebuild the system and every thing should work fine
How to install:
------------------------------
It requires Sandy Barbours Python interface
http://www.xpluginsd...n_interface.htm
Drop it in the folder PythonScripts and start X-Plane
For the first start my script will need a very long time to copy the default scenery, my system needs around 17 minutes for it and my computer isn't slow
After the installation you must restart X-Plane to register the new scenery.
Known limitations:
--------------------------
You can change all files inside the default scenery except the library.txt. This file is always the default version.
If you change it then X-Plane will crash!
If my script is switching the scenery than X-Plane needs a few seconds to do this.
During this time X-Plane is not responding. This is a limitation by X-Plane, there is no way to change it.
281 downloads
Updated
-
SmartFlying, an extension to make formation flight using SmartCopilot.
SmartFlying
an extension to make formation flight using SmartCopilot.
SmartFlying is a Lua script for FlyWithLua that allows formation flight on X-Plane over the internet, without the need of a dedicated server (like IVAO, VATSIM, ect.).
It uses SmartCopilot to establish a connection between two remote users and share the data while it handles X-Plane's AI-Aircraft to show the position of the remotely connected aircraft.
Currenty it has been tested on Linux (primary development platform) and Windows, but it should work without problem on MacOsX.
SmartFlying uses AMS, an advanced package library for Lua included in the distribution archive, and it has been developed around FlyWithLua because unfortunately Gizmo is not currently available for Linux.
Current version: 0.84a (21 Jan 2021)
DOWNLOAD the lastest version of SmartFlying here: SmartFlying-LatestRelease.zip
DOWNLOAD SmartCopilot from the home page: https://sky4crew.com/smartcopilot/
DOWNLOAD FlyWithLuaNG here: FlyWithLua NG Download page
Please read "SmartFlying-Readme.pdf" for installation instructions.
GET INVOLVED
Do you have experience in programming languages and a basic knowledge of Lua?
Do you want to get involved in the development of SmartFlying, AMS and tools for X-Plane?
Please contact me (CaptainSpaulding) here on X-Pilot.com Forum
LICENSE
SmartFlying, an extension to make formation flight using SmartCopilot.
AMS, an Advanced Library Package for FlyWithLua.
Copyright (C) 2020 Pasquale Croce.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/ .
17 downloads
Updated
-
Speedy Copilot for IXEG 737 Classic
By XPJavelin
Description
Speedy Copilot for IXEG 737 makes for you the steps normally done by the first officer and pilot monitoring, when you are pilot flying and captain of a Boeing 737.
This plugin is intended for the IXEG 737 (version 1.21). It was tested and works with X-plane 11.26. Please install at least FLW 2.7.11 NG.
The Flight Crew Operating Manual makes a clear separation between actions from left and right seats. So we'd like to have the right hand actions (first officer and pilot monitoring) done for us in reaction to the phase of flight and to left seat actions (captain and pilot flying).
Remember that the Copilot is not calling the checklist. The copilot is doing the procedure. We suggest that you run on your own the checklist at the end of each procedure.
Additional features
You can listen to the cabin PA and boarding music if PA receiver is activated on the left hand side Radio Management Panel. Cabin crew is handled by Speedy Copilot without pilot intervention according to phase of flight. In addition, the first officer pressure altimeter setting is linked to the captain's one. If you change the barometric settings, the F/O will synchronize his one. Context
Several virtual copilot options might have existed previously but they seamed challenging to install and maintain, or required payware software. The intent in this Speedy Copilot for IXEG 737 project was to provide a very simple solution yet realistic and efficient. We made a transcript from the FCOM into a Lua script for the IXEG 737. The first version of Speedy Copilot for IXEG 737 was released in June 2018. In August 2018, we published Speedy Copilot 320 for FF/STS A320 Ultimate. Based on the success of Speedy Copilot 320, many users reports and five months of updates and evolution, we transferred-back some exciting features to Speedy Copilot for IXEG 737, which led to version 4.
Installation
See PDF manual.
Forum
You can discuss this file in the IXEG forum if you wish : http://forums.x-pilot.com/forums/topic/14433-speedy-copilot/
Screenshots
Speedy Copilot series
Speedy Copilot for IXEG 737 Classic
Speedy Copilot 320
Speedy Copilot Twinjet
789 downloads
Updated
-
Speedy copilot series
By XPJavelin
Description
Speedy Copilot makes for you the steps normally done by the first officer and pilot monitoring, when you are pilot flying and captain.
This plugin is intended for :
- the IXEG 737 Classic (version 1.21)
- The FJS 737-200
- The Rotate MD-88
- The Toliss Airbusses
- The FF A320U
- The FF 757
- The FF 767
- The freeware Let-410
- The Zibo B737-800
306 downloads
Updated
-
Start flying.py
Start flying is a simple program launcher that is somewhat more powerful than creating a batch file.
If you launch other addons to run with your flight simulator this utility is for you. Set it up once and then you'll launch your Flight Simulator and addons with a single click.
24 downloads
Updated
-
TBM-900 Xchecklist configuration
By haeriphos
This is my Xchecklist configuration file for the Hot Start TBM-900. It follows the quick start guide pretty closely with a couple of additions, such as a reminder to start and stop ACARS software.
99 downloads
Submitted
-
TBM900 Start-UP procedure PDF file ENG FR
By PhilMcFly
Just two PDF file to add to your AVITAB for the START-UP procedure of the the TBM900 . This have been translate from the "START-UP PROCEDURE TUTORIAL" available with plane in a tutorial section.
To be use has a quick reminder.
All the tutorial follow word by word the vocal tutorial.
Enjoy !!
158 downloads
Updated
-
TCAS CleanUp for the IXEG 733
By Tom Stian
TCAS CleanUp for the IXEG 733.
This script is ment for version 1.2.
IF you have problems with TCAS targets not disappearing while using IVAO, VATSIM or PILOTEDGE, then this script may help you.
If you dont have any issues, dont use this script.
This script will only run when you are connected to IVAO, VATSIM or PILOTEDGE.
Requirement:
- You will need FlyWithLua installed -
XP10: http://forums.x-plane.org/index.php?/files/file/17468-flywithlua-for-xp9-and-xp10/
XP11: http://forums.x-plane.org/index.php?/files/file/35579-flywithlua-for-x-plane-11-and-10-windows-linux-mac-os-x-version/
Installation:
- copy IXEG_TCAS_CleanUp.lua to [X-Plane]\Resources\plugins\FlyWithLua\Scripts
138 downloads
Updated
-
thai airways Thai Airways: FlightFactor A350 Announcement Sound Pack
By PyroLife
Thai Airways: cabin announcements.
This sound pack has safety demonstration audio with & without an audio filter.
Note:
These files are made for the Airbus A350 of FlightFactor.
i can not confirm if the sound package also can be used for other aircraft.
In case that one of the download links are a death end, try these alternative links:
- Please share ur experience,I would love to improve! -
14 downloads
Updated
-
thai airways Thai Airways: JAR-Design Announcement sound pack
By PyroLife
Thai Airways: cabin announcement.
V1.0.0: Safety demonstration video
Note:
These files are made for the Airbus of JAR Design.
i can not confirm if the sound package also can be used for other aircraft.
To open .7z file: go to 7-zip.org and download the lasttest version
- Please share ur experience,I would love to improve! -
38 downloads
- sounds
- sound pack
- (and 3 more)
Updated
-
vSpeed callouts for HotStart Challenger 650
By Tom Stian
Hello Captains!
A LUA-script for v-speed callouts for the HotStart Challenger 650 v1.2 or higher.
It includes callouts for 80 knots, V1, Vr, V2 (V2 is optional) and positiv rate / gear up.
Feel free to leave a comment if you liked the script (or not)
Requirement:
The script requires FlyWithLua: Download the correct version for your simulator.
FlyWithLua for X-Plane 11:
- https://forums.x-plane.org/index.php?/files/file/38445-flywithlua-ng-next-generation-edition-for-x-plane-11-win-lin-mac/
FlyWithLua for X-Plane 12:
- https://forums.x-plane.org/index.php?/files/file/82888-flywithlua-ng-next-generation-plus-edition-for-x-plane-12-win-lin-mac/
Installation:
- Unzip the files in [X-Plane]\Resources\plugins\FlyWithLua\Scripts
You should get a structure something like this.
Settings:
Edit the Wizball_CL650_vSpeed.lua for the settings.
-- Set to true to enable "V2" callout and false to disable. true and false have to be written with lowercase letters.
local Enable_V2 = false
-- Set to true to enable "Positive rate/Gear up" callout and false to disable. true and false have to be written with lowercase letters.
local EnablePosGearUp = true
-- Set to 1 for callout by totoritko(HotStart). Set 2 for callout by xplana.
local CalloutVoice = 1
-- Change "SoundLevel" to adjust volume for the callouts. Adjust between 0.10 min - 1.00 max.
-- Recommended value for CalloutVoice 1 - 0.70 - For CalloutVoice 2 - 0.30
local SoundLevel = 0.70
How to use:
Just make sure you set the vSpeeds in the FMS and you will get the callouts.
Demo:
Known bugs/limitations:
- Non at the moment.
Credits:
totoritko and xplana for the callouts
858 downloads
Updated
-
vSpeed callouts for IXEG 733
By Tom Stian
Hello Captains!
I made a simple LUA-script for v-speed callouts.
It includes callouts for 80 knots, V1, Vr, V2 (V2 is optional) and positiv rate / gear up.
The script is tested on X-Plane 10.51 and X-Plane 11 on Windows 10.
Feel free to leave a comment if you liked the script (or not)
Requirement:
- You will need FlyWithLua installed - http://forums.x-plane.org/index.php?/files/file/17468-flywithlua-for-xp9-and-xp10/
Installation:
- Unzip the files in [X-Plane]\Resources\plugins\FlyWithLua\Scripts
You should get a structure something like this.
Settings:
Edit the IXEG_vSpeed.lua for the settings.
Set to true to enable "V2" callout and false to disable. true and false have to be written with lowercase letters.
Enable_V2 = false
Set to true to enable "Positive rate/Gear up" callout and false to disable. true and false have to be written with lowercase letters.
EnablePosGearUp = true
Sync the First Officers speedbugs with what you set on Captain side. Default = false. true and false have to be written with lowercase letters.
SyncSpeedBugs = false
Change "SoundLevel" to adjust volume for the callouts. Adjust between 0.10 min - 1.00 max (default 0.55)
SoundLevel = 0.55
How to use:
This is how I use the bugs. It may not be correct compared to real procedures.
The required bugs you need to set for the call out to work is Bug_2 to V1 speed, Bug_3 to Vr speed, and set the MCP speed to V2 (if you use V2 callout).
You can set the other bugs to whatever you prefere.
Demo:
Known bugs/limitations:
- Speed bugs can only be set on Captains side.
Credits:
@xplana for his excellent voice for the callouts
For support, please visit:
http://forums.x-pilot.com/forums/topic/12002-lua-script-vspeed-callouts/
1,247 downloads
Updated
-
Updated