_BARNS_ 0 Posted October 16, 2008 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 ... 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
hamis 0 Posted October 17, 2008 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
_BARNS_ 0 Posted October 21, 2008 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
hamis 0 Posted October 22, 2008 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
_BARNS_ 0 Posted October 27, 2008 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 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
ricki 0 Posted October 27, 2008 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