Author Topic: No explosions  (Read 550 times)

Offline 1epic1

  • Persona Non Grata
  • Copper Member
  • **
  • Posts: 231
No explosions
« on: September 03, 2006, 05:16:43 PM »
how about instead of the plane just exploding in a low graphical scene how about the plane just continues to fall as if the pilot bailed out...would look cool for movies...

Offline B@tfinkV

  • Platinum Member
  • ******
  • Posts: 5751
No explosions
« Reply #1 on: September 03, 2006, 06:24:41 PM »
ive asked before.
 400 yrds on my tail, right where i want you... [/size]

Offline SAS_KID

  • Silver Member
  • ****
  • Posts: 1098
      • http://www.myspace.com/saskid
No explosions
« Reply #2 on: September 05, 2006, 02:07:18 AM »
Well then don't shoot the pilot.:cool:
Quote from: hitech on Today at 09:27:26 AM
What utter and compete BS, quite frankly I should kick you off this bbs for this post.

The real truth is you do not like the answer.

HiTech

Offline SlapShot

  • Plutonium Member
  • *******
  • Posts: 9121
No explosions
« Reply #3 on: September 05, 2006, 10:34:16 AM »
Quote
Originally posted by SAS_KID
Well then don't shoot the pilot.:cool:


Exactly ... planes only explode when you turn the pilot into jello.
SlapShot - Blue Knights

Guppy: "The only risk we take is the fight, and since no one really dies, the reward is the fight."

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
No explosions
« Reply #4 on: September 05, 2006, 10:36:40 AM »
Currently, when a pilot bails the plane falls to the ground.

Offline Flayed1

  • Silver Member
  • ****
  • Posts: 1091
No explosions
« Reply #5 on: September 05, 2006, 10:40:47 AM »
Then ya have to ask....... What are AH pilots made of??? Old TNT?:confused:


  Why would your plane blow up if you were killed?? Wouldn't it be more likely for the plane to explode if the fuel tanks, fuel line in the engine compartment or some such were hit?

 Just a thought.... :)
From the ashes of the old we rise to fly again. Behold The Phoenix Wing!

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
No explosions
« Reply #6 on: September 05, 2006, 11:41:14 AM »
Because the code is done on the client side. If the pilot suddenly finds himself back in the tower, his client side is no longer flying a plane. The plane (to other people) must disappear, this isn't an option. It used to just "pop". Now it has a nice fireball (to simulate blowing the fuel tanks or what have you).

That is why they blow up. Because the pilot is no longer there, his computer is no longer computing current location and so forth. It HAS to be removed from the server, and the best way to hide that is an explosion.

Offline hubsonfire

  • Plutonium Member
  • *******
  • Posts: 8658
No explosions
« Reply #7 on: September 05, 2006, 12:15:08 PM »
Wouldn't the animation used for bailing out, or one similar to it, work just as well for dead pilots?
mook
++Blue Knights++

Proper punctuation and capitalization go a long way towards people paying attention to your posts.  -Stoney
I was wondering why I get ignored so often.  -Hitech

Offline Nightshift82

  • Nickel Member
  • ***
  • Posts: 526
No explosions
« Reply #8 on: September 05, 2006, 12:21:40 PM »
i like it when they blow up
Night5  
First tour: 55  (If anyone cares.......)

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
No explosions
« Reply #9 on: September 05, 2006, 12:23:25 PM »
Nope, you see when the pilot bails out he's still in the area. His front end is computing the spiraling dive into the ground. I'm pretty sure if you tower out in chute your plane goes "pop".

The second anybody is in the tower, they cease to be anywhere else. It's just too much to process and compute, especially if the tower is 2 or more sectors away from where the death occurred.

So the animation is still processed on the front end, and the positional updates are given to the main server, and then relayed to everybody else.

When the pilot is no longer in the chute it doesn't make sense to bog him down computing all the other code

Offline hubsonfire

  • Plutonium Member
  • *******
  • Posts: 8658
No explosions
« Reply #10 on: September 05, 2006, 12:46:38 PM »
I think you're mistaken Krusty. The bail animation seems to be exactly the same for every plane type, and I don't think that's an automated series of control inputs like the autopilot is.

Once you're out, your aircraft loses the icon (which now says you're a "chute" instead of an La7, because the game is still plotting your position and airspeed, and your terminal dive vector, but not that of your plane.


Maybe someone from HTC can chime in and correct whichever of us is mistaken.
mook
++Blue Knights++

Proper punctuation and capitalization go a long way towards people paying attention to your posts.  -Stoney
I was wondering why I get ignored so often.  -Hitech

Offline B@tfinkV

  • Platinum Member
  • ******
  • Posts: 5751
No explosions
« Reply #11 on: September 05, 2006, 12:51:21 PM »
hub is correct.  when you bail out your plane falls away. you can then '.ef' from your chute and remove yourself from the 'client side' thing. even when youre back in the tower, your plane is still out there falling.
 400 yrds on my tail, right where i want you... [/size]

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
No explosions
« Reply #12 on: September 05, 2006, 12:55:29 PM »
Imagine all of the planes that bail out during any given moment in a 750-slot server.

"I know for a fact" (edit: this is a poor wording, I don't know for a fact. It's just an expression) that the server isn't processing this stuff. It might be pre-scripted, but the client front end is running it, whatever "it" is. The server has enough to process I can't imagine they'd burden it more so.

From memory HTC has said something along the lines of what I've posted. They said that once the pilot is in the tower it would put more of a strain on him/her to keep processing the death animation, not to mention if they reup instantly they have even more to process.

I'm not 100% but I'm fairly sure that's the gist of it.