meveld 0 Posted July 6, 2002 How do I get rid of permanent muzzle flash on one of the unit mods I have. I've read you can just open the PBO in Wordpad and add a few lines but I can't get it to work. Thanks Share this post Link to post Share on other sites
Major Fubar 0 Posted July 6, 2002 I think it only works in Resistance... Share this post Link to post Share on other sites
bugkill 7 Posted July 6, 2002 here ya' go, but if you have a addon that used the model from the demo, i don't think it works. class CfgModels { class Default { sections[]={}; sectionsInherit=""; }; class Weapon: Default { sections[]={"zasleh"}; }; class NAMEOFMODEL: Weapon{}; }; goes betwean class CfgPatches bla bla and class CfgWeapons Share this post Link to post Share on other sites
Rastavovich 0 Posted July 6, 2002 be carefull with that lines, in normal ofp those will ctd your pc. better way to get the muzzle flash away is to turn HW T&L off or buy OFP:R. Share this post Link to post Share on other sites
Doggy 0 Posted July 7, 2002 ahhhh, resistance makes it much much worse Share this post Link to post Share on other sites
Rastavovich 0 Posted July 7, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">ahhhh, resistance makes it much much worse<span id='postcolor'> Nope, it is just worse with OFP version of Addons, cause Resistance needs the lines mentioned above, then it works perfectly (with or without HW T&L). Share this post Link to post Share on other sites
desantnik 0 Posted July 8, 2002 Heres a question, what is the difference between HW T&L and normal? I would just like to know Share this post Link to post Share on other sites
munger 25 Posted July 8, 2002 HW T&L is faster if you have a graphics card that supports it because the card can perform transform and lighting functions onboard instead of passing them to the CPU, which uses CPU time and basically slows everything down. To take advantage of T&L you need an Nvidia Geforce card or a modern ATi card like the Radeon. Share this post Link to post Share on other sites