Results 1 to 4 of 4

Thread: Flare Patterns?

  1. #1

    Flare Patterns?

    I've been trying to figure out the CMFlareLauncher, more specifically how to define the flare pattern for a vehicle.
    When I added a flare launcher to a helicopter, the flares spawned in the middle of the rotor. However, I want the flares to get spawned at the bottom of the aircraft and launched outwards, like the OA Chinook. I've been looking at a lot of configs for the last 2 days, but nothing seems to work.
    So here's the question: Where and how are those flare patterns defined in the config?

  2. #2
    PHP Code:
            memoryPointCM[] = {"flare_launcher1","flare_launcher2"};
            
    memoryPointCMDir[] = {"flare_launcher1_dir","flare_launcher2_dir"}; 
    These are memory points defined inside the 3D model. Without alternative memory points, you can't change the patter.

    Maybe;
    PHP Code:
            memoryPointCM[] = {"pos driver","pos cargo"};
            
    memoryPointCMDir[] = {"pos driver dir","pos cargo dir"}; 

  3. #3
    Corporal gobbo's Avatar
    Join Date
    Sep 21 2009
    Location
    Berlin, Germany
    Posts
    61
    Author of the Thread
    So unless the model has those memory points defined, I'll have to jury-rig something with "fired" eventhandlers, basically scripting the flares where I want them.
    Cheers, will try out a few things then.

  4. #4
    If you want an example, take a look at Mando Missles(MMA). In the script suite look at mando_chaffflaredraw_chopper.sqf or mando_chaffflaredraw_c130.sqf.
    There are a couple other ones in there also.

    These will give you some ideas as to defining the flare pattern I believe you are talking about.

Similar Threads

  1. Select camouflage patterns?
    By leoviale in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 1
    Last Post: Nov 4 2011, 13:47
  2. How many different ACU patterns are there?
    By mr.g-c in forum OFFTOPIC
    Replies: 30
    Last Post: Jan 22 2010, 20:13
  3. Uniform patterns
    By IceBreakr in forum ARMA - ADDONS & MODS: DISCUSSION
    Replies: 2
    Last Post: Jun 2 2007, 17:29
  4. Cam Patterns
    By recoill in forum GENERAL
    Replies: 7
    Last Post: Jan 1 2006, 04:14
  5. Camouflage and cam patterns.
    By Assault (CAN) in forum OFFTOPIC
    Replies: 23
    Last Post: Apr 29 2002, 21:17

Posting Permissions

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