Loading [MathJax]/extensions/Safe.js

Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: New Tracers Smoke  (Read 2643 times)

0 Members and 1 Guest are viewing this topic.

DESPEREAUX

  • Modder
  • member
  • Offline Offline
  • Posts: 618
New Tracers Smoke
« on: October 23, 2021, 04:42:10 AM »

Traсers effect for FW-190, Bf-109.

Download:

Long life time version.
https://www.mediafire.com/file/aw15bzzu426dimm/#WAW_New_Tracers_Smoke_LT.7z/file

https://www.mediafire.com/file/gu2eblnjt8y4k9c/#WAW_New_Tracers_Smoke.7z/file

Installation:
Unpack to the root of the game ВАТ, and include in the mod manager.




Logged

WxTech

  • Modder
  • member
  • Online Online
  • Posts: 6165
Re: New Tracers Smoke
« Reply #1 on: October 23, 2021, 10:17:36 AM »

I'm going to give this a try, even though the couple of other particle-based tracer smoke mods I've tried thus far have not satisfied me...

For your edification, here's the list of guns from BAT 4.0 which will use this effect. The weapon names are the Java file names, and the occasional one- or two-letter suffixes are indicators of additional paramaters. For instance, "s" is fuselage, "k" is wing and "i" is internal (no spent casings ejected). The "MachineGun" names are usually for ground weapons; MGun names are for aerial weapons.

The MGFF originally pointed to "effects/Smokes/SmokeBlack_BuletteTrail.eff", but I changed it to this effect. If you use the GUN weapon classes I include with my effects mod pack, this and a few other tracer smoke changes will be in effect. If you use the stock weapon classes, the MGFF will not use this TrailCurved.eff.



Code: [Select]
\MachineGunBreda35 "3DO/Effects/Tracers/TrailCurved.eff";

\MachineGunFlak28 "3DO/Effects/Tracers/TrailCurved.eff";

\MachineGunFlak30_20mm "3DO/Effects/Tracers/TrailCurved.eff";

\MachineGunFlakC30x4 "3DO/Effects/Tracers/TrailCurved.eff";

\MachineGunFlakHun36M40_60 "3DO/Effects/Tracers/TrailCurved.eff";

\MachineGunOerlikon "3DO/Effects/Tracers/TrailCurved.eff";

\MG15120IAR "3DO/Effects/Tracers/TrailCurved.eff";

\MGunBK37 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunBK374Hs129 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunBK37JU87 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunBofors40 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunHispano404 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunM6115ki "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMauser213C "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG15120MGs "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG15120NAG "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG15120NAG2 "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG15120si "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG151s "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMG213MGs "3DO/Effects/Tracers/TrailCurved.eff";

\MGunMGFFs "3DO/Effects/Tracers/TrailCurved.eff";  //"effects/Smokes/SmokeBlack_BuletteTrail.eff";
Logged
Great minds discuss ideas. Average minds discuss events. Small minds discuss people. - Hyman Rickover (but probably predating his use.)

WxTech

  • Modder
  • member
  • Online Online
  • Posts: 6165
Re: New Tracers Smoke
« Reply #2 on: October 24, 2021, 12:02:37 AM »

I gave it a try, and saw some areas for improvement to meet my tastes. The following tweak of mine puts all emphasis on the appearance of one's own tracer smoke. As seen emanating from other planes, or generally from any view angle that departs much from end-on, the sparseness of particles is just awful. On balance, I still prefer the good old, simple 2D trail type tracer effect. But here goes with my fiddling, which is just one random guy's take on the matter...  ;)

First, and most important, the very low GasResist value of 0.05 had the smoke initially going *faster* than my plane, then slowing down so I could overtake it. This is very odd looking. Boosting GasResist to 0.3 has the smoke almost instantly slowing to the ambient air environment, which is much nearer to real behaviour.

Second, the almost constant size does not reflect the way the smoke expands in the turbulent wake of the projectile. I have settled on a roughly 5-fold increase in size.

Third, the essentially smoothly straight line of particles looks too neat. Adding some departure from the mean line of motion imparts an organic irregularity. I've increased the EmitTheta values to as large as perpendicular to the path (90 degrees), to readily obtain the desired departure. Because of my higher GasResist, and the concomitant much more rapid damping of velocity, I have had to also boost the EmitVelocity, which you had as a range of 0-2 and I make 4-8 m/s.

Fourth, Small values of Wind and VertAccel are of no use here, and so I make them zero.

Fifth, the opacity was a bit on the dense side for my taste, which is much augmented by the large number of particles. Especially nearer to the tracer itself, where the low GasResist caused the particles to bunch together before they had a chance to slow down. My preference is for a more uniform spacing and a smaller particle count (256/s vs 512), which makes for a better resultant uniformity in density of smoke.

Sixth, I toned down the brightness a bit, and made the color slightly bluish.

Seventh, I make the texture rotate twice (PsiN 2) during its 1 second live time. This add extra dynamicism in conjunction with the asymmetric texture.

I should point out that I cooked up a new texture that is asymmetric. It is offset from center, and has a notably brighter arc on one side. Here's a 256 pixel 'blow up'. You could screen capture this and resize it to 32X32 pixels. I've not refined this texture as far as I might wish; I got to a point where my idea of asymmetry being a help was confirmed, and stopped there.




Here's my TrailCurved.eff contents:

Code: [Select]
[ClassInfo]
  ClassName TParticlesSystemParams
[General] 
  MatName ../TEXTURES/TrailCurved.mat   
  Color0 0.64 0.69 0.76 0.4
  Color1 0.64 0.69 0.76 0.0
  nParticles 256
  FinishTime 1
  MaxR 0.1
  PhiN 0.3
  PsiN 2
  EmitFrq 256
  EmitVelocity 4 8
  EmitTheta 30 90
  Wind 0
  Size 0.25 1.2
  GasResist 0.3
  VertAccel 0
  LiveTime 1
  Rnd 0.3
Logged
Great minds discuss ideas. Average minds discuss events. Small minds discuss people. - Hyman Rickover (but probably predating his use.)

DESPEREAUX

  • Modder
  • member
  • Offline Offline
  • Posts: 618
Re: New Tracers Smoke
« Reply #3 on: October 24, 2021, 04:53:50 AM »

Quote
I gave it a try, and saw some areas for improvement to meet my tastes.

Many thanks to WxTech for the clarification, it's very good that you managed to customize the mod for yourself.  ;)
Unfortunately, the option with your settings is displayed with poor visibility for me. (see screenshot)
The mod is very simple, and everyone can customize it for themselves if desired.
Mods based on 2D are good of course, but for a change, you can turn on the 3D option :)
You can share your finished version here if you wish. This is for those users who do not know how to do it on their own.
Sincerely. DS

Logged

TXZCJSP

  • member
  • Offline Offline
  • Posts: 180
Re: New Tracers Smoke
« Reply #4 on: October 24, 2021, 08:24:57 PM »

Is there any way to make this effect available to all aircraft?
Logged

WxTech

  • Modder
  • member
  • Online Online
  • Posts: 6165
Re: New Tracers Smoke
« Reply #5 on: October 24, 2021, 10:18:44 PM »

Is there any way to make this effect available to all aircraft?

Yep. There are other tracer smoke effects that could be given the same kind of treatment. Two commonly used effects for many guns are:

Effects/Smokes/SmokeBlackBuletteTrail.eff
Effects/Smokes/SmokeBlackBuletteTrail2.eff

And there are a few others.

For those smokes intended to be subtler, it would be wise to give them shorter live times (0.5 to 0.7 sec) so that the total number of particles is kept down. When numerous guns are making tracer smokes on screen at once, the particle count can be high enough to cause various effects to go invisible due to the game engine limitations. This is perhaps the main reason this kind of particle-based effect has not been adopted for tracer smoke.

And it's another reason I'm not keen on this effect mode being used in even a limited fashion; the clash in appearance between the particle- and trail-based effects. It's kind of like it having to be all of one or all of the other, for aesthetic consistency.
Logged
Great minds discuss ideas. Average minds discuss events. Small minds discuss people. - Hyman Rickover (but probably predating his use.)

DESPEREAUX

  • Modder
  • member
  • Offline Offline
  • Posts: 618
Re: New Tracers Smoke
« Reply #6 on: October 28, 2021, 07:13:34 AM »

Quote
I should point out that I cooked up a new texture that is asymmetric.
Here's another interesting texture, try it, maybe you like it.


Logged
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 20 queries.