Jump to content

typhoontiger

Member
  • Content Count

    64
  • Joined

  • Last visited

  • Medals

Community Reputation

36 Excellent

3 Followers

About typhoontiger

  • Rank
    Corporal

core_pfieldgroups_3

  • Interests
    Hunting, model building, scripting
  • Occupation
    USMC

Contact Methods

  • Biography
    United States Marine, Volunteer Firefighter and hopefully future police officer. I like to play ArmA and DCS world when I can.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. typhoontiger

    Winch script for mission

    Unfortunately not. Not a lot of help from anyone to get it to work lol.
  2. Do you have much room to speak? Progress is great, we have a committed frame of a helicopter with at LEAST an interactive cockpit. I think it’s fine
  3. Any way we could get an updated file? Thanks!
  4. typhoontiger

    EricJ Release thread

    Tail wheels Extend as in the tilt rotor looking aircraft’s tail wheels?
  5. typhoontiger

    1stBN/160th SOAR Mod ArmA III WIP

    I agree. Having a kid myself, I can only imagine how busy he is with a “platoon” of them lmao. Family first always
  6. typhoontiger

    HH-60G Pavehawk WIP

    Unexpected but very excited. Good work
  7. typhoontiger

    1stBN/160th SOAR Mod ArmA III WIP

    Don’t think the thread was going anywhere regardless
  8. typhoontiger

    1stBN/160th SOAR Mod ArmA III WIP

    You're a hero. Thanks
  9. typhoontiger

    1stBN/160th SOAR Mod ArmA III WIP

    That's true, same with the literally finished CH-46. Shame, I understand why people get upset, modding is something people do for free and for fun, I get that absolutely, but don't promise the community if you can't deliver. Oh well. I'm still hopeful for this mod, the guy is busy with kids and I'm in the same boat so I understand that struggle as well, but at least he's kept us up to date for the most part since the beginning. Thanks for everything Warlord.
  10. typhoontiger

    1stBN/160th SOAR Mod ArmA III WIP

    Things are hopefully close to release, don’t think we’ll be needing WIP photos right now.
  11. typhoontiger

    Fly Tanoa Air

    This is awesome. Love this mission. Can’t wait for helicopters to get added. And hopefully a winch script lol. Add me on steam when you can!
  12. typhoontiger

    Winch script for mission

    More of the A3PL script for the basket. Hopefully someone could put this together ['A3PL_Vehicle_CreateRescueBasket', { private ['_veh']; _veh = vehicle player; _basket = "A3PL_RescueBasket" createVehicle [0,0,0]; _basket allowdamage false; _basket setVariable ["locked",false,true]; _basket attachTo [_veh, [0,999999,0] ]; _veh setVariable ["basket",_basket,true]; _basket setVariable ["vehicle",_veh,true]; }, false] call Server_Setup_Compile; ['A3PL_Vehicle_Init_A3PL_Jayhawk', { private ['_veh','_basket']; _veh = _this; _veh addEventHandler ["GetIn", { _veh = param [0,objNull]; _position = param [1,""]; _unit = param [2,objNull]; if (!local _unit) exitwith {}; if (_position IN ["gunner","driver"]) then { [_veh] spawn A3PL_ATC_GetInAircraft; }; }]; ['Server_Vehicle_Init_A3PL_JayHawk', { private ['_veh']; _veh = _this; _basket = "A3PL_RescueBasket" createVehicle [0,0,0]; _basket allowdamage false; _basket setVariable ["locked",false,true]; _basket attachTo [_veh, [0,999999,0] ]; _veh setVariable ["basket",_basket,true]; _basket setVariable ["vehicle",_veh,true]; ['A3PL_Create_RescueBasket', { _veh = vehicle player; _basket = "A3PL_RescueBasket" createVehicle [0,0,0]; _basket allowdamage false; _basket setVariable ["locked",false,true]; _basket attachTo [_veh, [0,999999,0] ]; _veh setVariable ["basket",_basket,true]; _basket setVariable ["vehicle",_veh,true]; }, false] call Server_Setup_Compile;
  13. We're you able to get this working with a helicopter?
×