Author Topic: Already known engine bug  (Read 2554 times)

0 Members and 1 Guest are viewing this topic.

Offline Starman01

  • 213
  • Mechwarrior
    • Wing Commander Saga
Already known engine bug
I have a small thruster-bug in the newer builds. I'm not sure,
but I heard this problem is already known by you guys.
Check the strange light-effects above and below the engines.
The error is not always visible, depends on the view-angle.


Another question, but I'm not sure if this is a bug or a missing
feature. When I have a model with more than one engine-subsystem,
then the thruster-flames will only be shut off when all engines are
destroyed. Isn't it possible, that when a subsystem is destroyed, it's
depending engine-glows are shut down too, while the other engine
still runs ?
MECHCOMMANDER OMNITECH

9 out of 10 voices in my head always tell me that I'm not insane. The 10th is only humming the melody of TETRIS.

 
Already known engine bug
that's not a bug, that's caused by the model intersecting the engine's glow... the engine's glow is a 2D imagine always facing you, so when something intersects it, it gets chopped off.  perfectly normal and unavoidable behavior.

The only way to fix it would be to change from using a 2D sprite to using a particle system and slowing down the lesser machines.

 

Offline Lightspeed

  • Light Years Ahead
  • 212
Already known engine bug
Thats a bug that appeared in FSO ever since HT&L was implemented (AFAIK). The original FS2 engine had a 'feature' (bug) in it that allowed the glows to be displayed correctly.

It will be fixed at some point, but really is more complicated to fix than it seems.

The different engines not shutting down properly is a bug recently submitted into Mantis, should be easily fixed (I hope). No idea when that bug sneaked in, tho :)
Modern man is the missing link between ape and human being.

 

Offline Starman01

  • 213
  • Mechwarrior
    • Wing Commander Saga
Already known engine bug
Quote
Originally posted by Lightspeed
The different engines not shutting down properly is a bug recently
submitted into Mantis, should be easily fixed (I hope). No idea when that bug sneaked in, tho :)


Has it worked in orginal FS ? I didn't know at the moment :)

Never mind, I have the biggest trust for you guys, that you will be able
to fix both bugs.  :). Thanks for the answer btw.
MECHCOMMANDER OMNITECH

9 out of 10 voices in my head always tell me that I'm not insane. The 10th is only humming the melody of TETRIS.

  

Offline Kosh

  • A year behind what's funny
  • 210
Already known engine bug
Speaking of known (and old) engine bugs what about that one that makes beams look like they are going through the model?


If that sounds a little vague, sorry but I am not sure how to describe it right now.
"The reason for this is that the original Fortran got so convoluted and extensive (10's of millions of lines of code) that no-one can actually figure out how it works, there's a massive project going on to decode the original Fortran and write a more modern system, but until then, the UK communication network is actually relying heavily on 35 year old Fortran that nobody understands." - Flipside

Brain I/O error
Replace and press any key

 
Already known engine bug
beams are supposed to go straight through a ship they're destroying.....
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm

 

Offline RandomTiger

  • Senior Member
  • 211
Already known engine bug
The original FS2 engine could cheat when rendering this because it was in 2D.

Now that we are in 3D a solution to this is surprising difficult.

 

Offline Lightspeed

  • Light Years Ahead
  • 212
Already known engine bug
I still think it could work if you just checked if the engine points are in direct line of sight (as is checked with the subsystem targetting - box = in sight, diamond = out of sight) - and if they are, render them on top of everything else. If not, render them as they're rendered at the moment. While that might not fix everything, it would certainly eliminate up to 70% of the current situations where it looks messed up.

Not sure if that's doable with the FS2code though, or if it would be a ***** to implement.
Modern man is the missing link between ape and human being.

 

Offline Skaarj

  • 26
Already known engine bug
Quote
kasperl

beams are supposed to go straight through a ship they're destroying.....


i think he means when a ship is firing its beams, the beam goes through its own hull, example a hecate fires its side terslash at a moloch, and the moloch is just in front you will see the beam going through the Hecates "wing" at the front of the ship, in other words i think the right word is clipping, i remember Nico/venom bringing that up a few times think it was him.
"Horus was weak. Horus was a fool. He had the whole galaxy within his grasp and he let it slip away."
-Abaddon the Despoiler

"Smoke me a kipper i'll be back for breakfast "
-Ace Rimmer (what a guy)

 

Offline Kosh

  • A year behind what's funny
  • 210
Already known engine bug
Quote
Originally posted by kasperl
beams are supposed to go straight through a ship they're destroying.....



No, I mean going through some parts of the ship that are firing them.

For example: A Mara is attacking the Aquitaine. The Aquitaine fires one of it's anti-fighter beams at the Mara. The beam goes through part of the Aquitaine and hits the Mara.


Does that example make it a bit more clear? I just thought of it.
« Last Edit: April 28, 2004, 10:58:28 pm by 1313 »
"The reason for this is that the original Fortran got so convoluted and extensive (10's of millions of lines of code) that no-one can actually figure out how it works, there's a massive project going on to decode the original Fortran and write a more modern system, but until then, the UK communication network is actually relying heavily on 35 year old Fortran that nobody understands." - Flipside

Brain I/O error
Replace and press any key

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
I've also seen this effect when attacking a Sath.  If you're under the "wing" sections of the main side body, sometimes you'll be fired on by a turret thats on the topside of these flanks.
The Trivial Psychic Strikes Again!

 
those are bad models, then. it means that someone forked the firing arcs.

IIRC the bug as been discussed, and it might or might not be fixed/fixable. Run a search.
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm

 

Offline Kosh

  • A year behind what's funny
  • 210
Treid running a couple searches, didn't find anything. I have seen this happen in the latest version of SCP, so is it not fixable?
"The reason for this is that the original Fortran got so convoluted and extensive (10's of millions of lines of code) that no-one can actually figure out how it works, there's a massive project going on to decode the original Fortran and write a more modern system, but until then, the UK communication network is actually relying heavily on 35 year old Fortran that nobody understands." - Flipside

Brain I/O error
Replace and press any key

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
There was a fix discussed, and even a test build released although the code never made it in to the main branch because of code freeze/breaking backwards-compatability.  Look for "Turret firing bug" and see if that turns up more results.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline Kosh

  • A year behind what's funny
  • 210
Already known engine bug
Thanks. That was useful.
"The reason for this is that the original Fortran got so convoluted and extensive (10's of millions of lines of code) that no-one can actually figure out how it works, there's a massive project going on to decode the original Fortran and write a more modern system, but until then, the UK communication network is actually relying heavily on 35 year old Fortran that nobody understands." - Flipside

Brain I/O error
Replace and press any key

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Already known engine bug
uh, actualy I think that's in
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together