Results 1 to 5 of 5

Thread: custom "Provision" Mission

  1. #1

    custom "Provision" Mission

    Do you know how i make my own "Provision" Mission like:

    1. changing the planes from C-130 to AN-2 for example.

    2. changing sides from UN to Russia for example and hostiles.

  2. #2
    Whats a Provision" mission ?!

    Have I been out of the loop for too long not to know, lol
    I have searched the forums, Google, MSN, garage, shed, car, pockets, kitchen draws, pants, socks, down the sofa, under the bed, behind the Monitor, ashtray, belly button, cupboards, under cups, down the toilet, under the carpet, behind curtains, in Duvet cover, Wardrobe, inside the DVD player, searched the dog basket, "don't have a dog basket but I would have if I'd had one, and cannot find the answer to my question.
    So here I am, on my hands and knees, begging for someone to have the answer to the question I may have posed above.



    KonI™

  3. #3
    I shall not insult moderators
    Join Date
    Nov 25 2010
    Posts
    1,576
    I think he means cargo drop? You using the Simple Support Module (SSM) in the editor?
    http://community.bistudio.com/wiki/Simple_Support_Module
    I think you put this in the init:
    missionnamespace setvariable ["BIS_SSM_AmmoDrop_VEHICLE_EAST","An2_TK_EP1"];
    missionnamespace setvariable ["BIS_SSM_AmmoDrop_BOX_EAST",["RUBasicAmmunitionBox","RUBasicWeaponsBox"]];

    changes aircraft and ammo for East forces
    Last edited by PELHAM; Mar 20 2012 at 01:43.

  4. #4
    Gunnery Sergeant
    Join Date
    Aug 27 2005
    Location
    Israel
    Posts
    403
    Author of the Thread
    In the PMC single missions and tample mission editor, there's a mission called P03:"Provision".
    You Start as C-130 Pilot and drop the supllies and then when you RTB, the player changes to UN officer with his soldiers to take those supllies to thier truck.

    I want to change the C-130 to IL-76 or AN-2 for example and change the UN group to Russian Group and UN ural to Russian truck.

  5. #5
    I shall not insult moderators
    Join Date
    Nov 25 2010
    Posts
    1,576
    Quote Originally Posted by Cobra5000 View Post
    I want to change the C-130 to IL-76 or AN-2 for example and change the UN group to Russian Group and UN ural to Russian truck.
    Build your own mission, not too difficult as you are flying the aircraft.
    The paradrop/cargo drop you spawn objects/ammo boxes below the aircraft with a script run from an addAction then attach parachutes to them. You can put a trigger on the ground to check if they land in the right place.
    Look at these for examples, they are AI pilots but it's essentially the same thing;
    http://forums.bistudio.com/showthrea...ly-drophttp://
    http://www.armaholic.com/page.php?id=10834http://
    http://forums.bistudio.com/showthrea...rma-2-co-v-1-1
    http://forums.bistudio.com/showthrea...ogistic-Script

    Your trigger condition to check if all the objects land in the right place would be something like this (untested):
    Code:
    {getpos _x select 2} count [obj1,obj2,obj3,obj4] <= 1
    Or you could just check 'vehicle player' is in the trigger area and the drop script is activated, variable set true in script.

    I think they would switch to a different character with Team Switch
    http://community.bistudio.com/wiki/Team_Switch
    or if the pilot is already a UN officer they addition squad members would be added with:
    http://community.bistudio.com/wiki/joinSilent
    Last edited by PELHAM; Mar 20 2012 at 13:51.

Similar Threads

  1. "Spotting" script - similar to ofp "Recon" mission
    By regulator86 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 5
    Last Post: Dec 7 2011, 20:00
  2. "Bitter Chill" mission going to CDF lines skips "Delaying the Bear" mission?
    By Hanzu in forum ARMA 2 & OA - OFFICIAL MISSIONS
    Replies: 1
    Last Post: Jun 2 2011, 19:42
  3. Inheriting from BIS "put" and using custom "pu
    By Terox in forum ARMA - ADDONS & MODS: DISCUSSION
    Replies: 0
    Last Post: Nov 13 2007, 17:51
  4. custom callsign instead of "Alpha", "Bravo", etc.
    By krajceck in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Jan 25 2007, 03:43
  5. Eventhandler in a "addon" or the "mission" itself
    By [IT|Q] in forum OFP : CONFIGS & SCRIPTING
    Replies: 12
    Last Post: Sep 21 2003, 01:39

Posting Permissions

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