Ace Combat novice controls Wasp
"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
Specifications
Spotlights
- Feanor 4.5 years ago
- BaconAircraft 4.5 years ago
- ACEPILOT109 4.4 years ago
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
@hpgbproductions Thank you!
@TimsonAviation you can use it, it's somewhere behind the plane and appears in the blueprint
@hpgbproductions Where is the custom camera? Also, can I use it?
Thanks.
the amount of shitpost in the thumbnail
Now do advanced controls
@IshiMoss I am in bread
RIP brain (REDACTED)-2021
Ah yes, the braindead controls.
Perfect for CAS though
i came back tot this cause its so cool. i live it!!!!!!!!!!!!!!!!
This gave me an aneurism
Pathetic
@AstleyIndustries i have seven nukes and i'm not afraid to use them to kill myself
I can't
Pain is french for bread
@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
The noob controls suck
@exosuit i have mastered the Belkan ways
@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
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!
Yay someone did it!
what is this witchcraft
Mmmm...
Such an intimidating face hase that anime girl.
@Aeromen inb4 ace combat 3
it's the asuka langley "pathetic" meme which is very fitting