Black7 10 Posted July 8, 2009 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
Uzii 0 Posted July 8, 2009 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
Eclipse4349 0 Posted July 8, 2009 (edited) 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 July 8, 2009 by Eclipse4349 Share this post Link to post Share on other sites
Uzii 0 Posted July 8, 2009 http://forums.bistudio.com/showthread.php?t=77831 Last post, I thought it sounded familiar, it was me :P Might need a re-up. I think you can only have 10 D/Ls from that link. Is there a way to upload a small file on the forums? Share this post Link to post Share on other sites