seiken05 Posted August 26, 2007 Share Posted August 26, 2007 How i can change the us marines weapons? they have m8 rifle, and i want change to m4/m16 bretzzies or m416/scarL.... Quote Link to comment Share on other sites More sharing options...
EricJ Posted August 26, 2007 Share Posted August 26, 2007 data/lib/managers/xml/group_manager.xml You have to find the "name" of the weapon, like the MR-C is "crye" in the text. Find that out and replace it, and you'll be good to go. Quote Link to comment Share on other sites More sharing options...
NoQuarter Posted August 26, 2007 Share Posted August 26, 2007 For example <!-- =================== FRIENDLY ======================== --> <soldier name="player" leader="true"/> <!-- Marines --> <soldier name="us_marines_leader"> <unit name="us_marines"/> <weapon_unit name="m416"/> <weapon_unit name="beretta"/> </soldier> <soldier name="us_marines"> <unit name="us_marines"/> <weapon_unit name="scar_light"> <mod name="aimpoint"/> <mod name="scar_grenade_launcher"/> </weapon_unit> <weapon_unit name="predator"/> </soldier> <soldier name="us_marines_support"> <unit name="us_marines"/> <weapon_unit name="saw"/> <weapon_unit name="m8_compact"/> </soldier> group_manager.xml Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.