Jump to content
Sign in to follow this  
meveld

Meveld

Recommended Posts

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

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

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

</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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×