Jump to content

Tom Stian

Members
  • Posts

    1,083
  • Joined

  • Last visited

  • Days Won

    43

Files posted by Tom Stian

  1. vSpeed callouts for HotStart Challenger 650

    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
     

    539 downloads

    Updated

  2. Randomly enable the built-in IXEG failures

    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/
     

    284 downloads

    Updated

  3. TCAS CleanUp for the IXEG 733

    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
     

    136 downloads

    Updated

  4. vSpeed callouts for IXEG 733

    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,209 downloads

    Updated

  5. delete please.

    delete please

    40 downloads

    Updated

×
×
  • Create New...