sprucemoose 0 Posted November 7, 2002 can the weaponpool be edited,im tinkering around with the counterstrike mission and some of my men have no ammo.im wondering if i can edit the weaponlist to add things(cant be bothered with crates),is their an editor to extract the file. p.s does anyone know what the file is called?? cheers MR Moose Share this post Link to post Share on other sites
sprucemoose 0 Posted November 11, 2002 tis been a bugger, but i found it. its the description.exe file and it can be doctored in wordpad example class Weapons { class M16GrenadeLauncher { // US M16 rifle with M203 grenadelauncher count = 3; }; class M4 { // US XM-177E2 rifle count = 3; }; etc etc for ammo, hope this helps ya Share this post Link to post Share on other sites
PLRSniper 3 Posted November 11, 2002 Yeah... Thats nice... And how can i read the data inside the same mission that i used to save this data??? I kinda need it... Share this post Link to post Share on other sites
advocatexxx 0 Posted November 11, 2002 Creating a weapon pool for multiplayer missions however only allows the group leader to select them (individual soldiers under his command cannot select their weapons in the briefing screen... their group leader is the only one who can select weapons for himself and his soldiers). Am I editing the description.ext wrong or is this some sort of a flaw? Share this post Link to post Share on other sites
sprucemoose 0 Posted November 11, 2002 sniper,im not quite sure what your asking but here goes, i open up the mission using PBOtool and then open up the description file using wordpad.i then bundle the whole lot into the op/flash mission folder and then acess it in the normal way single mission etc,then in the briefing screen its where you select your weapons.i have only tried this in single player mode so im not sure if it works in multiplayer. hope this helps. mr Moose. Share this post Link to post Share on other sites