Author Topic: BUG/REQUEST: Fix inconsistent thruster particle generation  (Read 1936 times)

0 Members and 1 Guest are viewing this topic.

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
BUG/REQUEST: Fix inconsistent thruster particle generation
Currently, the generation of thruster particles is inconsistent.

They are always spawned when in external camera mode (screenshot mode).
However, when in first-person (ie. actually playing), there seems to be a very strange set of rules that determine whether thruster particles are spawned or not which seems to depend on the relative direction of the player's ship and the normal of the thruster, which results in inconsistent generation of particles.
Maybe this is some performance-related thing to prevent generation of "unnecessary" particles, but looks really really dumb when something flies past and then the particle trail suddenly appears as if it only turned on its engines then and there.

And it looks exceptionally retarded when you're using thruster particles for a "re-entry" effect and the smoke isn't generated from certain angles.

So I hereby request that thrusters particles be generated forever and always, just like how it is when you're in free/external camera.





You can imagine how stupid this would look if the thruster particles didn't generate from certain angles making it look like its a rocket that's firing its boosters downwards from time to time and not something ablating its heat shield (in an exaggerated fashion) during re-entry...
« Last Edit: November 24, 2013, 01:36:45 am by Droid803 »
(´・ω・`)
=============================================================

 
Re: BUG/REQUEST: Fix inconsistent thruster particle generation
What version(s) is(are) affected by this? Have you tried latest trunk? I recall some changes in that area...

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: BUG/REQUEST: Fix inconsistent thruster particle generation
Looking at the code that should affect all particle emitter calls (but not particle create). The actual cut off is set in the function starting from line 498 in particle.cpp.
Do not meddle in the affairs of coders for they are soggy and hard to light

  

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: BUG/REQUEST: Fix inconsistent thruster particle generation
What version(s) is(are) affected by this? Have you tried latest trunk? I recall some changes in that area...
This is on 3.7.0 final, haven't tested newer builds.
(´・ω・`)
=============================================================

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: BUG/REQUEST: Fix inconsistent thruster particle generation
*poke*
so uh, should I put this on Mantis or something?
(´・ω・`)
=============================================================

 
Re: BUG/REQUEST: Fix inconsistent thruster particle generation
I would suggest testing on a nightly build first. If it still happens, then put in Mantis.