Profile image

Ace Combat novice controls Wasp

106k hpgbproductions  3.9 years ago
Auto Credit Based on hpgbproductions's Wasp2

"Normal" flight controls, enjoy the loss in flight skill lol

Flight Instructions
- Use Pitch and Roll inputs. Note that the Pitch axis is inverted. (It means the plane should follow your cursor too, if using mouse as joystick)
- Use Custom Camera 1 for the full experience
- Don't go vertical pitch, whether up or down, to prevent a failure
- You shouldn't count on the plane doing a full roll as sometimes it just doesn't want to do it. Normal turns are fine.

Aircraft Behavior
- If Roll is 0, all control is given to Pitch. You can pitch up or down according to the joystick, inverted from normal.
- If Roll is not 0, aircraft rolls to match the direction the joystick is pushed in. Aircraft pitches according to how far the joystick is pushed from the center.
- If the shortest angle between the joystick direction and the roll angle passes the maximum inversion point, the aircraft has the chance to roll that way, but at other times takes the long way round. Not very predictable during my joystick tests.

Hellkeska with novice controls
Flight demo video

You can copy the codes from the wings and apply them onto your aircraft. Take note of the Invert settings of the control surfaces. The codes are almost the same between this and the Hellkeska. There may be differences with some values but the code works in the same way.

Notes: The "25"s in the codes below are the angle difference before smoothing by pow() takes effect. Try smaller numbers to increase accuracy, at the cost of jerkier movement.

Aileron code
deltaangle(-RollAngle, (Roll=0 ? 0 : (sign(Pitch) = 1 ? (abs(atan(Roll/Pitch))*sign(Roll)) : (180-abs(atan(Roll/Pitch)))*sign(Roll)))) < 180 ? pow(clamp(RollAngle + (Roll=0 ? 0 : (sign(Pitch) = 1 ? abs(atan(Roll/Pitch))*sign(Roll) : (180-abs(atan(Roll/Pitch)))*sign(Roll))),-25,25)/25, 3) : pow(clamp(RollAngle - (Roll=0 ? 0 : (sign(Pitch) = 1 ? abs(atan(Roll/Pitch))*sign(Roll) : (180-abs(atan(Roll/Pitch)))*sign(Roll))),-25,25)/25, 3)

Elevator code
clamp(sqrt(pow(Pitch,2)+pow(Roll,2)),-1,1) * (Roll=0&Pitch<0?-1:1)

Simplified aileron code
pow(clamp(RollAngle + (Roll=0 ? 0 : (sign(Pitch) = 1 ? abs(atan(Roll/Pitch))*sign(Roll) : (180-abs(atan(Roll/Pitch)))*sign(Roll))),-25,25)/25, 3)
Aircraft with this code will never attempt to roll past fully inverted.

Codes are too long

Spotlights

General Characteristics

  • Predecessor Wasp2
  • Created On Windows
  • Wingspan 33.0ft (10.0m)
  • Length 53.5ft (16.3m)
  • Height 16.3ft (5.0m)
  • Empty Weight 17,946lbs (8,140kg)
  • Loaded Weight 22,950lbs (10,410kg)

Performance

  • Power/Weight Ratio 2.937
  • Wing Loading 63.0lbs/ft2 (307.8kg/m2)
  • Wing Area 364.1ft2 (33.8m2)
  • Drag Points 3591

Parts

  • Number of Parts 89
  • Control Surfaces 8
  • Performance Cost 559
  • Log in to leave a comment
  • Profile image

    @hpgbproductions Thank you!

    11 months ago
  • Profile image

    @TimsonAviation you can use it, it's somewhere behind the plane and appears in the blueprint

    11 months ago
  • Profile image

    @hpgbproductions Where is the custom camera? Also, can I use it?
    Thanks.

    11 months ago
  • Profile image

    the amount of shitpost in the thumbnail

    1.2 years ago
  • Profile image

    Now do advanced controls

    1.9 years ago
  • Profile image

    @IshiMoss I am in bread

    3.2 years ago
  • Profile image

    RIP brain (REDACTED)-2021

    3.2 years ago
  • Profile image

    Ah yes, the braindead controls.

    Perfect for CAS though

    3.7 years ago
  • Profile image

    i came back tot this cause its so cool. i live it!!!!!!!!!!!!!!!!

    3.8 years ago
  • Profile image
    11.5k shipster

    This gave me an aneurism

    3.9 years ago
  • Profile image
    136k RAF1

    Pathetic

    3.9 years ago
  • Profile image
    18.2k exosuit

    @AstleyIndustries i have seven nukes and i'm not afraid to use them to kill myself

    +1 3.9 years ago
  • Profile image
    41.5k rexzion

    I can't

    3.9 years ago
  • Profile image
    24.3k Mikan

    Pain is french for bread

    +5 3.9 years ago
  • Profile image
    25.4k Mustang51

    @AstleyIndustries yeah that’s how I used to play quite a few of these arcade flight sims back in the day. Now, if I can’t roll, I don’t play hahaha

    3.9 years ago
  • Profile image

    The noob controls suck

    3.9 years ago
  • Profile image

    @exosuit i have mastered the Belkan ways

    3.9 years ago
  • Profile image

    @Mustang51 normal controls gang ("expert" in AC7), the true ace combat experience
    If you play fighters in SP you should be able to play AC no problem

    3.9 years ago
  • Profile image
    25.4k Mustang51

    Not gonna lie I actually couldn’t control this thing for a minute and then I realised I forgot how simple ace combat controls were hahaha. Cool idea!

    +1 3.9 years ago
  • Profile image

    Yay someone did it!

    +2 3.9 years ago
  • Profile image
    18.2k exosuit

    what is this witchcraft

    +2 3.9 years ago
  • Profile image
    4,004 Edwinatrt

    Mmmm...
    Such an intimidating face hase that anime girl.

    +1 3.9 years ago
  • Profile image

    @Aeromen inb4 ace combat 3
    it's the asuka langley "pathetic" meme which is very fitting

    +5 3.9 years ago