The Flight Model Thread - PlanetSide Universe
PSU Social Facebook Twitter Twitter YouTube Steam TwitchTV
PlanetSide Universe
PSU: This is a drill; repeat, this IS a drill.
Home Forum Chat Wiki Social AGN PS2 Stats
Notices
Go Back   PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Reply
 
Thread Tools Search this Thread Display Modes
Old 2012-08-31, 01:26 PM   [Ignore Me] #1
maradine
Contributor
Lieutenant Colonel
 
maradine's Avatar
 
The Flight Model Thread


How I've longed to bring this to you! It was cold out there!

Copypasta'd from my work on the beta forums, for your PSU pleasure. Discuss!



I'm serious about PS2 flight. I want the model and control scheme to be deep enough to satisfy the study-sim nerds, but accessible enough to please the PS1 "floating camera" hipsters. I recognize that never in the twain shall meet, but every step either extreme makes into the middle is useful.

In order to have this discussion, we first need to be able to objectively state the characteristics of various parts of the engine, and the various actors within it. Specifically, since we have asymmetric balance, it is useful to know exactly how each aircraft behaves relative to the others.

Presented below is my first pass at gathering that information. Some definitions:

Soft "Stall" Speed - the absolute minimum speed the aircraft can be brought to via tiny applications of the deceleration key and still maintain level flight.

Hard "Stall" Speed - the absolute minimum speed the aircraft can be brought to via hard braking and still maintain level flight.

I was surprised to learn that these are repeatably different speeds. Yes - you can fly all three fighters at less than a walk if you're gentle about it.

Rotation Rates - these were all measured by timing multiple 360º rotations and averaging out. Shockingly, all the fighters rotate exactly the same, both idle and at speed. The Reaver, for instance, will turn with either competitor degree-for-degree.

Translations - how fast the craft gains or loses altitude in level flight via application of the "space" and "ctrl" keys, both from an idle and at speed.

Idle Vertical Drift - how fast a craft below its stall speed loses altitude.

Obviously, the Afterburner speeds will be subject to module loadout, but it's interesting to see who has the better beta module hard-coded right now.

So - the numbers:


Note: Following image is 2 patches old - will be updating tonight.



Where to go from here? You can help me by -
  • Validate! Confirm my numbers aren't ********.
  • Collect! Is there something that the different craft do very differently? Get me numbers and a method for reproducing them.
  • Suggest! How do we make each fighter handle differently but fairly?
  • Test! Just fly the **** things and say what you see. Use different input modes. Use a gamepad. Wire up a HOTAS. Whatever.


Enhancement Suggestion #1
Implement Slip
Slip is the tendency of an aircraft to yaw into its lower wing during a roll-initiated uncoordinated turn. Slip is a desirable aspect in a flight model as it allows small heading (and therefore, aiming) corrections to be made without engaging the rudder. The slip force should be small compared to the yaw generated by rudder engagement. Slip should only be applied to aircraft that actually have some form of aerodynamic surfaces, but applying it equally is probably simplest.

Implementing slip cheaply in PS2:
  1. Calculate absolute roll attitude "X", where level flight is 0 and wings aligned vertically is 90. (this is already performed and displayed).
  2. Calculate speed ratio "Y" where Y is current vehicle speed divided by rated maximum.
  3. Tune with constant "C". where larger C induces more slip in identical flight regimes.
  4. Calculate: Slip Force "S" = X*Y*S
  5. Apply S as an additive yaw moment (over and on top of whatever control inputs are being applied)

Examples:

Code:
A Mosquito moving in level flight (X=0) at maximum rated speed (Y=1) has
no slip (S=0), regardless of tuning (C=?).  Note that this is also true in inverted level flight.
Code:
A Mosquito moving at a 30 degree bank (X=30) at maximum rated speed (Y=1)
with the tuning constant at 0.1 (C=0.1)has a slip of 3 degrees per second into the lower wing (S=3).
Code:
A Mosquito moving at a 90 degree bank (X=90) at half its rated speed (Y=.5)
with the tuning constant at 0.1 (C=0.1) has a slip of 4.5 degrees per second into the lower wing
(S=3).
Code:
A Mosquito at a 90 degree bank (X=90) and motionless (Y=0) withe the tuning
constant at 0.1 (C=0.1) has no slip (S=0).  How it stays up at all in this attitude
is a completely separate topic.

Last edited by maradine; 2012-08-31 at 01:29 PM.
maradine is offline  
Reply With Quote
Old 2012-08-31, 01:42 PM   [Ignore Me] #2
Hamma
PSU Admin
 
Hamma's Avatar
 
Re: The Flight Model Thread


Wow.. well thought out post.
__________________

PlanetSide Universe - Administrator / Site Owner - Contact @ PSU
Hamma Time - Evil Ranting Admin - DragonWolves - Commanding Officer
Hamma is offline  
Reply With Quote
Old 2012-08-31, 01:42 PM   [Ignore Me] #3
VaderShake
First Lieutenant
 
VaderShake's Avatar
 
Re: The Flight Model Thread


Hmm.....looks like some math is involved.....count me out!
VaderShake is offline  
Reply With Quote
Old 2012-08-31, 02:05 PM   [Ignore Me] #4
julfo
Sergeant
 
Re: The Flight Model Thread


Very interested to see the updated numbers. Suspect they will remain mostly unchanged.
__________________
Planetside 2 =/= Planetside 1 V2.
This means there will be changes in gameplay between Planetside 1 and Planetside 2.
Cope.
julfo is offline  
Reply With Quote
Old 2012-08-31, 02:11 PM   [Ignore Me] #5
maradine
Contributor
Lieutenant Colonel
 
maradine's Avatar
 
Re: The Flight Model Thread


That is my suspicion as well. If I had to guess, they are going to make the remainder of the handling identical and cert. out the differences. I guess we'll know soon enough, but it would be nice to have some developer insight into where they're going with it.
maradine is offline  
Reply With Quote
Old 2012-08-31, 02:56 PM   [Ignore Me] #6
Kipper
Captain
 
Kipper's Avatar
 
Re: The Flight Model Thread


Poor frame rate prevents me from doing much of anything, especially flying - but I do plan to do a fair bit of it.

I agree slip needs to be implemented, it will make things feel more realistic and it's not newbie unfriendly since its quite a small effect. Of course they should support analog throttle and rudder controls so that you can use pedals and do coordinated turns.

I'd like to see a transition between hover and forward flight modes, say on 25% throttle or something. If you want to hover, fine, but if you want to go fast, you should not be allowed to stop in the air quite so seamlessly.

Stalling in a steep climb can be a danger, but it can also be a manoeuvre (or just fun if you can do some aerobatics)
Kipper is offline  
Reply With Quote
Old 2012-08-31, 03:02 PM   [Ignore Me] #7
maradine
Contributor
Lieutenant Colonel
 
maradine's Avatar
 
Re: The Flight Model Thread


I think it's important to note, for those that are just joining us, that axis mapping is not yet implemented.

The flight controls or non-optimal for mouse users, and non-functional for joystick users.
maradine is offline  
Reply With Quote
Old 2012-08-31, 05:21 PM   [Ignore Me] #8
Xyntech
Brigadier General
 
Xyntech's Avatar
 
Re: The Flight Model Thread


I wonder how viable it would be to have the mouse control yaw at slow speeds and smoothly transition to controlling roll as the aircrafts speed increases. Only available as one optional control scheme of course, with key bindings available to roll and yaw as well.

The slip mechanic would definitely be a welcome addition. I'd also like to see the hard flight ceiling turned into a soft flight ceiling where aircraft stall out past a certain height.
Xyntech is offline  
Reply With Quote
Old 2012-09-01, 10:55 AM   [Ignore Me] #9
maradine
Contributor
Lieutenant Colonel
 
maradine's Avatar
 
Re: The Flight Model Thread


As opposed to the cement bounce we currently have?

Actually, another 500 meters and I think I'd be pretty happy.
maradine is offline  
Reply With Quote
Old 2012-09-02, 10:44 AM   [Ignore Me] #10
Hamma
PSU Admin
 
Hamma's Avatar
 
Re: The Flight Model Thread


I still think the Mosquito needs to be a bit faster to go along with the empire theme.
__________________

PlanetSide Universe - Administrator / Site Owner - Contact @ PSU
Hamma Time - Evil Ranting Admin - DragonWolves - Commanding Officer
Hamma is offline  
Reply With Quote
Old 2012-12-02, 05:03 AM   [Ignore Me] #11
Rolfski
Major
 
Rolfski's Avatar
 
Re: The Flight Model Thread


Are these nrs still correct?
Rolfski is offline  
Reply With Quote
Old 2012-12-02, 08:22 AM   [Ignore Me] #12
Ghoest9
Lieutenant Colonel
 
Ghoest9's Avatar
 
Re: The Flight Model Thread


Back in beta a seemingly real pilot came to similar conclusions just based on the way the various aircraft handled and how it felt with respect to real jets and helicopters.

They didnt listen to him.

All I know is that the modele feels nothing like any aircraft i have been in or video I have seen shot from inside an aircraft.
__________________
Wherever you went - Here you are.
Ghoest9 is offline  
Reply With Quote
Old 2012-12-02, 06:11 PM   [Ignore Me] #13
Bravix
Sergeant Major
 
Re: The Flight Model Thread


Originally Posted by Ghoest9 View Post
Back in beta a seemingly real pilot came to similar conclusions just based on the way the various aircraft handled and how it felt with respect to real jets and helicopters.

They didnt listen to him.

All I know is that the modele feels nothing like any aircraft i have been in or video I have seen shot from inside an aircraft.
That's probably because there aren't any aircraft like these in real life

I really don't have any major gripes with the flight model. I wish ascending was slower and descending was faster (gravity is a bitch) but there isn't a whole lot I'd change.

It's important to keep in mind that, in real life, these aircraft would never fly. Except maybe the Scythe, cause it uses funky space-magic. Mosquito and Reaver don't, however. They supposedly just use aerodynamics....which is bull because, again, these things wouldn't fly. Not in the way the game presents them at least. There would always need to be a downward thrust to keep these things up, because those pitiful excuses for wings certainly wouldn't create enough lift to hold the aircraft up.
Bravix is offline  
Reply With Quote
Old 2012-12-02, 07:43 PM   [Ignore Me] #14
RSphil
Contributor
Major
 
RSphil's Avatar
 
Re: The Flight Model Thread


Originally Posted by Bravix View Post
That's probably because there aren't any aircraft like these in real life

I really don't have any major gripes with the flight model. I wish ascending was slower and descending was faster (gravity is a bitch) but there isn't a whole lot I'd change.

It's important to keep in mind that, in real life, these aircraft would never fly. Except maybe the Scythe, cause it uses funky space-magic. Mosquito and Reaver don't, however. They supposedly just use aerodynamics....which is bull because, again, these things wouldn't fly. Not in the way the game presents them at least. There would always need to be a downward thrust to keep these things up, because those pitiful excuses for wings certainly wouldn't create enough lift to hold the aircraft up.
not 100% imo. the stealth fighter should not fly but can due to computers and the vtol has been around for year thanks to us brits being nuts lol.
i recon they are good aircraft and if looked at closely could be around soon if we wanted. i think it was the lockheed star fighter had very small wings also

but i agree, not many problems with the flight model. i actually like it but dont fly much as not keen on mouse and keyboard controls. plus i need to mod my Reaver a little to the way i like it and for the different situations i'll be using it for
RSphil is offline  
Reply With Quote
Old 2012-12-03, 10:30 AM   [Ignore Me] #15
Bravix
Sergeant Major
 
Re: The Flight Model Thread


Originally Posted by RSphil View Post
not 100% imo. the stealth fighter should not fly but can due to computers and the vtol has been around for year thanks to us brits being nuts lol.
i recon they are good aircraft and if looked at closely could be around soon if we wanted. i think it was the lockheed star fighter had very small wings also

but i agree, not many problems with the flight model. i actually like it but dont fly much as not keen on mouse and keyboard controls. plus i need to mod my Reaver a little to the way i like it and for the different situations i'll be using it for
"The Stealth Fighter"? Which stealth fighter. All of them that I know of have aerodynamic wings and bodies.

And yes there is VTOL. I never argued that there wasn't. The problem is that the wings on these aircraft wouldn't create enough lift to hold the aircraft up in straight and level flight. The engines would constantly have to be applying a downward thrust to keep these things in the air.

You might be able to make a case for the Mosquito, but you'll never see anything like the Reaver in real life. That thing is about as aerodynamic as a semi truck.
Bravix is offline  
Reply With Quote
Reply
  PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Bookmarks

Tags
ndalift

Discord


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:20 PM.

Content © 2002-2013, PlanetSide-Universe.com, All rights reserved.
PlanetSide and the SOE logo are registered trademarks of Sony Online Entertainment Inc. © 2004 Sony Online Entertainment Inc. All rights reserved.
All other trademarks or tradenames are properties of their respective owners.
Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.