Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
CalamityUSSOCOM

Replacement Pack

Recommended Posts

Hey guys I was just wondering if any of you know how to add sounds in to my weapon replacement pack.

Here is the structure of the file class Australian_SOTG_Weapon_Replacement {

units[] = {};

weapons[] = {};

requiredAddons[] = {"CAweapons3"};

};

};

class cfgWeapons {

class Default; // External class reference

class RifleCore; // External class reference

class Rifle : RifleCore {

};

class RH_mk18acog : Rifle {

model = "\sal_sotg_m4\M4a5_elcan.p3d";

displayName="M4a5 Specter DR";

magazines[]={30Rnd_556x45_Stanag,ACE_30Rnd_556x45_T_Stanag,ACE_30Rnd_556x45_SB_S_Stanag,ACE_30Rnd_556x45_SB_Stanag,100Rnd_556x45_BetaCMag,ACE_100Rnd_556x45_S_BetaCMag};

};

};

Share this post


Link to post
Share on other sites

Sure :)

Though I think it would be appreciated if you could add the answer to your question or hint to it in the post as well. You can just edit your post with it if you like.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×