Home   Help Search Login Register  

Author Topic: Bullet Dust  (Read 821 times)

0 Members and 1 Guest are viewing this topic.

R.I.P-omega-

  • Guest
Bullet Dust
« on: 24 Sep 2005, 21:19:21 »
Hi, i saw in the tool  Chris OFP Script Editor a "quick" script that is called LandMine i wonderd can i do the same thing BUT change it from explosion to the effect when you shoot at the ground(where the dust go's up becuse the bullet has struck the ground)?

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Bullet Dust
« Reply #1 on: 24 Sep 2005, 22:26:22 »
I guess so...

You just change the "Heat125" to something like "BulletSingleW"...
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Bullet Dust
« Reply #2 on: 24 Sep 2005, 22:58:19 »
you want it to be just bulletsingle i think because bulletsingleW can have the green tracer line (its random i think) and you could get a nice big green line showing up when you make it

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Bullet Dust
« Reply #3 on: 24 Sep 2005, 23:00:28 »
True...

"BulletSingle" it is then...
Although it seems to have some tracer color defined as well (in the config).. :-X
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Bullet Dust
« Reply #4 on: 24 Sep 2005, 23:08:56 »
just a guess but...
1) i think they all need a defined tracer color
2) if the alpha level of the tracer color is 0 then it doesn't matter, which i would guess is the case, unfortunately i don't have time to open it up and look at the moment

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Bullet Dust
« Reply #5 on: 24 Sep 2005, 23:15:28 »
cfgAmmo class Default has:

tracerColor[]={0.7,0.7,0.5,0.04};
tracerColorR[]={0.7,0.7,0.5,0.04};

class BulletSingle inherits from default.

class BulletSingleW has:

tracerColor[]={0.8,0.5,0.1,0.04};
tracerColorR[]={0,0,0,0.005};

and Class BulletSingleE has:

tracerColor[]={0.2,0.8,0.1,0.04};
tracerColorR[]={0,0,0,0.005};


Planck
I know a little about a lot, and a lot about a little.

R.I.P-omega-

  • Guest
Re:Bullet Dust
« Reply #6 on: 08 Oct 2005, 15:57:02 »
Thx for all your help(i just got to test it out now) and it works :)