Jump to content
Sign in to follow this  
_BARNS_

c-mag for M4

Recommended Posts

Hey m8s,

hope you can help me out, i just want to make an existing c-mag usable for a M4.

What i have / use ...

* the c-mag from sitzerland mod

* the BIS M4 or M4 from Wipman

What i need ...

* a short explanation of how to do or what is needed, what type of ammo to use ( classname ) or whatever ... biggrin_o.gif

NOTE: This is NOT for a public release - its for private use only!

thx alot in advance

Share this post


Link to post
Share on other sites

I think you only need to add name of that mag to [Magazines]= of those weapons.

Share this post


Link to post
Share on other sites

Yes but the bad thing is there are only pac files and one config with nothing in it so how to do that or better how to open the pac?

Share this post


Link to post
Share on other sites

Modifying Bis M4:find this line from addons/weapons:

class 20Rnd_556x45_Stanag: CA_Magazine

{

scope = 2;

displayName = "$STR_DN_20RND_STANAG";

picture = "\ca\weapons\data\equip\m_20stanag_CA.paa";

Now change picture name to that pac and repbo.

Share this post


Link to post
Share on other sites
Modifying Bis M4:find this line from addons/weapons:

class 20Rnd_556x45_Stanag: CA_Magazine

{

 scope = 2;

 displayName = "$STR_DN_20RND_STANAG";

 picture = "\ca\weapons\data\equip\m_20stanag_CA.paa";

Now change picture name to that pac and repbo.

ähm i do not wanna modify the M4 i wanna make the C-mag useable for the M4 too biggrin_o.gif

what i made is i changed the ammo in the config, it is findable in the ammobox but if i take it up i can not reload it.

any ideas why?

do i maybe have to write the magazine name into the weapons

config?

Share this post


Link to post
Share on other sites

yes, edit ur CMag to the M4 config

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

magazines[]={20Rnd_556x45_Stanag,20Rnd_556x45_Stanag,100Rnd_556x45CMag};

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  

×