Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: ILS Pro II

Hybrid View

  1. #1

    ILS Pro II

    ILS Pro II 1.01 for ArmA II
    (by TiGGa)

    This script will somewhat simulate the ILS (instrumental landing system) in order to manually land at an airport with low visibility.

    The easiest way to use the script with your missions is by adding an action menu entry to the airplane. As in the previous version made for ArmA1, you will get a somewhat primitive display of the glideslope's position. In this version, you will also see red bright rings which are following the glideslope. Those rings will currently spawn at a distance of 6 km to the airport, but you can change that in the script file itself. Once you fly below 5m, the script will terminate and all the rings will be deleted.

    -----------------
    Example:
    If you want to setup the ILS script for an approach on the runway 33 of the main airport of Chernarus, just write the following in the init line of the plane.

    this addAction ["ILS","ilsproII.sqf",[loc,airport,"Chernarus","Rwy 33","ILS"]];

    "ILS" - This is the action menu entry name, which is displayed to you.

    "ilsproII.sqf" - This is the name of the script.

    loc - This is the name of a game logic, which you have to place at the end of the runway. You have to rotate the game logic, until it matches the direction of the runway.

    airport - This is the name of another game logic. Place this one at the touchdown location of the runway. The game logic has to face the opposite direction of the first game logic. If loc is set to 330°, then airport has to be set to 150°.

    "Chernarus" - This is the name of the airport, which will be displayed.


    "Rwy 33" - Name of the runway.

    "ILS" - Same as the first "ILS" entry.
    --------------------

    If you are looking into the script file, you will see three lines of code, which you may alter.

    _angle = 3;
    _numberofcircles = 20;
    _distanceofcircles = 300;

    _angle is the approach angle in degrees. 3° should be good for a smooth landing.
    _numberofcircles is the amount of rings, which will be spawned in the air.
    _distanceofcircles represents the spacing between the rings.

    Download link


    (@Mods: This screenshot is smaller than 100k)
    Last edited by TiGGa; Jul 22 2009 at 03:40. Reason: Bugfix

  2. #2
    Release frontpaged at the Armaholic homepage.


    ILS Pro II v1.0

  3. #3
    damn cool stuff! A ILS script already
    Arma 2 modding is going in lightspeed

  4. #4
    Really liking this script. Couple of questions.

    1. To have two different airports supported would I have to create a whole new script named sqf? Want to use LHD.

    2. How do I turn OFF the ILS once I have landed? It seems to stay on even after getting out.

    Thanks!

  5. #5
    Master Gunnery Sergeant Imutep's Avatar
    Join Date
    Feb 7 2006
    Location
    Where am i ?
    Posts
    1,359
    Thx for this nice ILS-addon

    Put it on our addon section at Assault Mission Studio

    ILS (instrumental landing system) by TiGGa

    Assault Mission Studio - German Mission Editing && Scripting Website

  6. #6
    Quote Originally Posted by vengeance1 View Post
    Really liking this script. Couple of questions.

    1. To have two different airports supported would I have to create a whole new script named sqf? Want to use LHD.

    2. How do I turn OFF the ILS once I have landed? It seems to stay on even after getting out.

    Thanks!
    UPDATE:

    Figured it out, just changed Game Logic name, landed F16 perfect works great! Also figured out have to pass through last Game Logic to turn off.

  7. #7
    To turn off, you have to fly below 5 metres.
    Last edited by TiGGa; Jun 21 2009 at 21:58.

  8. #8
    Have you tried using an dialog-overlay to display the ILS system on screen, usually works fine and thats how they did it in ArmA1.

    I dont like those ring-markers from ArmA2 very much, they look a bit too much arcade.

  9. #9
    Quote Originally Posted by Tajin View Post
    Have you tried using an dialog-overlay to display the ILS system on screen, usually works fine and thats how they did it in ArmA1.

    I dont like those ring-markers from ArmA2 very much, they look a bit too much arcade.
    No, I haven't tried the overlay. But I could add an option for you to disable the rings.
    I'm currently busy with another huge project, so the overlay thingy has to wait.

  10. #10
    No worries, it was merely an suggestion, not a request.

    What is the other project if I may ask ?

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •