Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/2022 in all areas

  1. Version v0.105

    704 downloads

    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
    1 point
×
×
  • Create New...