copl 0 Posted July 25, 2002 Ok. I need a really simple guide to the non stop flash of muzzle. I'm rubbish at doing anything outside the game, and only just managed to download the guns. These are some of the ones the problem is occuring on: FAMAS, BARETT HEAVY SNIPER, AK47 III, AK102, G3 (Pakistani gun), MG3, THE BAD FN-FAL (The onbe that is basically an AK74) and mabye some others. i have ver 1.75. I NEED ASSISTANCE Share this post Link to post Share on other sites
Major Fubar 0 Posted July 25, 2002 OK, I'm an addon n00b, but I manged to get it to work. Here it goes: You will need the UnPBO and StuffPBO tools. Use UnPBO on the addon pbo file you wish to modify. Open the config.cpp file in notepad (or whatever). Insert the following... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels { class Default{}; class Weapon: Default{}; class name-of-the-weapon-model: Weapon{}; }; <span id='postcolor'> ...between the class CfgPatches and class CfgWeapons parts of the code. name-of-the-weapon is the name of the p3d file, and it has to be exact (eg if the file was called FAMAS.p3d you would put class FAMAS: Weapon{}; (If it already has a class CfgModels, modify it so it looks like the above example). Then use StuffPBO to restuff the files you extracted and modified back into a pbo file. Trust me, I had never done this before, but I messed around a bit and got it to work. Share this post Link to post Share on other sites
Guest Posted July 25, 2002 Was there anything wrong with our sticky thread? Share this post Link to post Share on other sites