Home   Help Search Login Register  

Author Topic: Flashing Weapons?  (Read 1553 times)

0 Members and 1 Guest are viewing this topic.

Offline Marvin

  • Members
  • *
  • One day they will come
Flashing Weapons?
« on: 09 Mar 2004, 12:10:30 »
Hey all,
I jyst have one big problem!
Lot of addon weapons have, i even didnt know how to say, the strange light infront of weapon, like the weapon was fired, and the flashing light stop! You know the animation, when the weapon fires, the nice flashing light appears, byt on my computer this light is allways on!
Is there any games than Flashpoint?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Flashing Weapons?
« Reply #1 on: 09 Mar 2004, 13:51:53 »
This is an old bug, I think.   What version of OFP are you running?
Plenty of reviewed ArmA missions for you to play

Offline Marvin

  • Members
  • *
  • One day they will come
Re:Flashing Weapons?
« Reply #2 on: 09 Mar 2004, 13:53:46 »
1.75 resistance! Here take alook, i have link!

http://www.opflashpoint.times.lv/bildes/pic1.jpg

This is how look real shooting, byt i have that flash all the time!

Of course not to M16, only for some addon weapons!
« Last Edit: 09 Mar 2004, 14:05:46 by Marvin »
Is there any games than Flashpoint?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Flashing Weapons?
« Reply #3 on: 09 Mar 2004, 15:16:27 »
Go to www.flashpoint1985.com and get the patch for version 1.91.   If you have a slow internet connection use a download manager like Getright.  
Plenty of reviewed ArmA missions for you to play

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Flashing Weapons?
« Reply #4 on: 09 Mar 2004, 16:14:06 »
Of course not to M16, only for some addon weapons!
The AddOns could pre-date Resistance so they have that feature...
Search for 'resistanced' versions of those addons or stop using them  :P
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:Flashing Weapons?
« Reply #5 on: 09 Mar 2004, 17:56:42 »
Quote
Lot of addon weapons have, i even didnt know how to say, the strange light infront of weapon, like the weapon was fired

btw it's called: 'muzzleflash'  :)

Indeed as HateR_Klint already pointed out, this bug is caused
by addon weapons being made pre-resistance.

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Kaliyuga

  • Guest
Re:Flashing Weapons?
« Reply #6 on: 10 Mar 2004, 21:07:08 »
 you can open the .pbo and insert a line of code into the .cpp to get rid of the muzzle flash-bug on those addons that were made back in the day..

I'll try and see if I can remember or search for the exact line...

:cheers:

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Flashing Weapons?
« Reply #7 on: 10 Mar 2004, 22:59:38 »
Would this be what you were looking for Kaliyuga?

class CfgModels
{
   class default {};
   class Weapon: default {};
   class MyWeaponModelName: Weapon {};
};

The whole thread http://www.ofpec.com/yabbse/index.php?board=16;action=display;threadid=3303
« Last Edit: 10 Mar 2004, 23:00:15 by HateR_Kint »
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.