Jump to content
Sign in to follow this  
Black7

Adding weapons to weapon pool

Recommended Posts

So my questiuon is how do i add a couple of M4's with ammo to the weapon pool (Gear) to the mission start up window (the overview screen befor mission starts)??

Share this post


Link to post
Share on other sites

In the "description.ext" file, you need these lines:

class Weapons 
{
 class G36a {count = 12;};
 class G36C {count = 12;};
 class G36_C_SD_eotech {count = 12;};
};

class Magazines 
{
 class 30Rnd_556x45_G36 {count = 200;};
 class 30Rnd_556x45_G36SD {count = 200;};
 class 8Rnd_B_Beneli_74Slug {count = 200;};
};

Just edit them to what weapons and ammo you want which can be found here.

Share this post


Link to post
Share on other sites

I used this myself, and it works great. I found a list of EVERY weapon, magazine and item, already in the format that it needs to be in to be added to the Description.ext. Copy->Paste, and players can now choose any weapon and ammo before starting the round. BEAUTIFUL. When I get home, I will see if I can attach the file here. If you want to search, I had gotten a hold of it from someone who replied to a thread I had made about this very same thing, being able to pick your weapons before the round starts. You should be able to find it.

Edited by Eclipse4349

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  

×