Results 1 to 9 of 9

Thread: Helicopter Interaction

  1. #1

    Helicopter Interaction



    Name: Helicopter Interaction
    Developer: Osmo
    Version: Beta 2
    Credits: _neo_ for feedback and testing
    Download: Helicopter Interaction - Beta 2
    Description: This script adds inspection and customization options to a helicopter. Inspection allows you to check the condition of different parts of the chopper and fuel level. Customization allows you to add and remove items such as mirrors, cameras, winch, etc. This script also adds actions for opening and closing the inspection panels and heavy helicopter's rear ramp.
    Usage: To use the new features, simply walk to the chopper and use the new actions. Some inspection actions are behind panels which you have to open first. To check hydraulics you must sit in pilot position.

    Light Helicopter Features
    • Add / Remove Mirror
    • Add / Remove Bottom Camera
    • Add / Remove Side Camera (only possible to add it after holding frame is added)
    • Add / Remove Holding Frame (only non-ION models)
    • Add / Remove Long Steps (only possible if side camera is not attached, and shot steps are not attached)
    • Add / Remove Shot Steps (only possible if long steps are not attached)
    • Add / Remove Side Benches (only ION models)
    • Open / Close Left Side Mainentance Panel
    • Open / Close Right Side Mainentance Panel
    • Inspect condition of: Engine, Main Rotor, Tail Rotor, Landing Light, Transmission, Landing Gear, Fuel Tank (+ Fuel Level), Left and Right Horizontal Stabilizers, Vertical Stabilizer, Pitot Tube, Static Port, Hydraulics


    Medium Helicopter Features
    • Add / Remove Cargo Hook (only if it's not in use by _neo_'s Multiplayer Slingload)
    • Add / Remove Camera
    • Add / Remove Search Light
    • Add / Remove Winch (only if it's not in use by _neo_'s Multiplayer Slingload)
    • Open / Close Left Side Engine Panel
    • Open / Close Right Side Engine Panel
    • Inspect condition of: Engine #1, Engine #2, Main Rotor, Tail Rotor, Landing Light, Transmission, Landing Gear, Fuel Tank (+ Fuel Level), Left and Right Horizontal Stabilizers, Vertical Stabilizer, Pitot Tube, Static Port, Hydraulics


    Heavy Helicopter Features
    • Add / Remove Winch (only if it's not in use by _neo_'s Multiplayer Slingload)
    • Open / Close Left Side Engine Panel
    • Open / Close Right Side Engine Panel
    • Open / Close Front Maintenance Panel
    • Open / Close Rear Ramp
    • Inspect condition of: Engine #1, Engine #2, Main Rotor, Tail Rotor, Transmission, Avionics, Landing Gear, Fuel Tank (+ Fuel Level), Left and Right Horizontal Stabilizers, Vertical Stabilizer, Pitot Tube, Hydraulics


    Note
    • If the mission uses Multiplayer Slingload by _neo_, this script will work with it. E.g. you can't remove winch when rope is in use, and you can't remove cargo hook if rope is attached to it.


    Installation

    - Unzip the file into your mission folder (scripts should automatically be in scripts\OSMO_interaction\)
    - Initiate the script for all choppers in the init.sqf

    init.sqf (Note this is just an example, adding all AIR objects to run the script)
    PHP Code:
    _choppers allMissionObjects "Air";
    _x execVM "scripts\OSMO_interaction\OSMO_interaction_init.sqf" } forEach _choppers
    Change Log
    Spoiler:
    Last edited by Osmo; May 9 2012 at 22:55.

  2. #2
    Wow really nice, hope you can get damage inspection to work in MP, but I wonder what we will be able to do once we have found it out to repair it (guess you might add it so that once we find a fault, it will then repair it for us using an animation for a certain amount of time)
    My custom missions:
    TOH - COOP5 Operation Pegasus http://forums.bistudio.com/showthrea...ration-Pegasus
    TOH - COOP Convoy attack (both Hinds and stock versions) http://forums.bistudio.com/showthrea...-Convoy-Attack
    A2CO Multi-mission Template http://forums.bistudio.com/showthrea...48#post2182048
    Basic Vehicle respawn script (A3 Alpha) http://forums.bistudio.com/showthrea...72#post2389272

    [EVO] Multigaming Clan is recuiting at www.evoclan.net

  3. #3
    Sergeant Osmo's Avatar
    Join Date
    Feb 20 2002
    Location
    Finland
    Posts
    130
    Author of the Thread
    Quote Originally Posted by [EVO] Dan View Post
    Wow really nice, hope you can get damage inspection to work in MP, but I wonder what we will be able to do once we have found it out to repair it (guess you might add it so that once we find a fault, it will then repair it for us using an animation for a certain amount of time)
    I'm working on a service script, where service men will walk to the chopper and fix it and refuel it (with animations). Will release it within a few weeks.

    Edit: I've released the script: Helicopter Service
    Last edited by Osmo; Apr 3 2012 at 17:27.

  4. #4
    Great job! Can't wait to try it out.

    PS
    You guys have sooo much free time

  5. #5
    Sergeant Osmo's Avatar
    Join Date
    Feb 20 2002
    Location
    Finland
    Posts
    130
    Author of the Thread
    Beta 1:
    - Added option to inspect damage on different helicopter parts for light helicopters
    - Added option to add and remove side benches for ION Tactical and Light (ION) models
    - Added option to fold / unfold benches for ION Tactical and Light (ION) models
    - Added a restriction for ION Tactical and Light (ION) models: Sitting as cargo not possible if side benches are removed.

    Download link in the first post

  6. #6
    Sergeant Osmo's Avatar
    Join Date
    Feb 20 2002
    Location
    Finland
    Posts
    130
    Author of the Thread
    New version is out. The inspection actions have changed significantly (they are now proper 3D-actions with animations).

    Beta 2:
    - All inspection actions are overhauled and visually improved.
    - Helicopter customization (adding and removing parts) is now done through one action.
    - Renamed the init file into OSMO_interaction_init.sqf

    Download link in the first post.

    I made a little demonstration video showing the functionality of the script. Check it out at the first post.

  7. #7
    Sergeant
    Join Date
    Sep 26 2009
    Location
    Czech Republic, Liberec
    Posts
    122
    Very nice script. I using it together with your Service one. Thanks for your work.

  8. #8
    Hi
    Placed the scripts folder in the main TOH mission folder but can't get it to work it shows up in challengers menu but that about it.

    Rhys

  9. #9
    Sergeant Osmo's Avatar
    Join Date
    Feb 20 2002
    Location
    Finland
    Posts
    130
    Author of the Thread
    Quote Originally Posted by ataribaby View Post
    Very nice script. I using it together with your Service one. Thanks for your work.
    Thanks! Try this one as well Multiplayer Slingload by _neo_. That script allows you to put down a rope from the bottom of your chopper to sling load different boxes and stuff from the ground.

    Quote Originally Posted by nosecone View Post
    Hi Placed the scripts folder in the main TOH mission folder but can't get it to work it shows up in challengers menu but that about it.

    Rhys
    Hi! Sorry for replying so late. I see you got it working in the other thread here: Helicopter Interaction Question. Just added link here for reference in case others are struggling with same problem.

Similar Threads

  1. More gun simulation? interaction
    By rallyolle in forum ARMA 3 - GENERAL
    Replies: 69
    Last Post: Feb 29 2012, 09:27
  2. AI interaction with objects
    By savedbygrace in forum ARMA 2 & OA - SUGGESTIONS
    Replies: 0
    Last Post: Dec 12 2009, 01:48
  3. AI interaction
    By Smee in forum ARMA 2 & OA - GENERAL
    Replies: 0
    Last Post: Sep 1 2009, 10:41
  4. Proxy objects - and interaction
    By Prospero in forum OFP : OXYGEN BEGINNERS
    Replies: 24
    Last Post: Oct 16 2002, 00:40

Posting Permissions

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