Jump to content
Sign in to follow this  
Zatan13th

Magazine interface proxy?

Recommended Posts

Since ArmA 3 has 3 new proxies (muzzleflash attachment / top rail attachment / right rail attachment), then there will have any chance to implement the magazine interface proxy?

I think this could be awesome because the modeller will happy about this -no need for making 2 models with each has difference magazine interface.

May be the weapon config could be looked like this:

class Awesome_Minimi_F: Rifle_Base_F
{
        ...
        ...
        class LinkedMagazines
        {
              class LinkedMagazineStanag
              {
                     slot = "stanag_point_insert_proxy";
                     magazines[] = {"30rnd_556x45_STANAG","30rnd_556x45_STANAG_SD","100rnd_556x45_BetaC"};
               };
               class LinkedMagazineBelt
              {
                     slot = "belt_bottom_proxy";
                     magazines[] = {"100rnd_556x45_M249","200rnd_556x45_M249"};
               };
 };
};

Cheers.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×