The D-19 Shiro
The D-19 Shiro is a white drone developed by Japan. It was meant to be an extremely versatile, efficient, and cheap aircraft, to compete with fighters like the F-16. It's signature weapon, the PC-12 (photon cannon), is essentially an extremely powerful laser, increasing its air to ground combat capabilities.
Activation Groups
AG1
activates the engine
AG2
arms minigun/missiles/countermeasures
AG3
arms the PC-12
AG4
jettisons the missiles
AG8
activates the AoA limiter
Armaments
1x Minigun
6x AIM-X09 Mirage
2x IASM-12
1x PC-12
Credits to. . .
PlanariaLab for the 1 part HUD I used on this build and many more
Specifications
General Characteristics
- Created On iOS
- Wingspan 30.6ft (9.3m)
- Length 57.2ft (17.4m)
- Height 12.3ft (3.8m)
- Empty Weight 15,704lbs (7,123kg)
- Loaded Weight 36,420lbs (16,520kg)
Performance
- Power/Weight Ratio 2.776
- Wing Loading 78.0lbs/ft2 (381.0kg/m2)
- Wing Area 466.7ft2 (43.4m2)
- Drag Points 4790
Parts
- Number of Parts 301
- Control Surfaces 4
- Performance Cost 1,133
@Croozlul Also, if I'm being honest, your screenshots are quite a lot better than mine.
@Croozlul As for the fly-by-wire system, it can get really complicated. In fact the fly-by-wire expressions I write are pretty simple compared to some other ones I’ve seen. This is the one I wrote for this build (right below).
(Activate8 = true?(Pitch0.3 + Roll-0.3 + Trim0.1 + AngleOfAttack/65 - PitchRate0.005 - RollRate0.001):0) + (Activate8 = false?(Pitch0.5 + Roll-0.45 + Trim0.1 + AngleOfAttack/50 - RollRate0.0001 - PitchRate0.005):0)
I just wrote this, copied and pasted it into the hinge rotators’ input controllers. It can also be used on control surfaces too. To learn how to write fly-by-wire expressions, I recommend watching this; it was made by Guyfolk. He also made this which should also help. I also recommend taking a look at other builds to see how everything works.
@Croozlul There are better ways to do this but I just take screenshots and then upload them into Canva, edit them, and then I just take screenshots of those. It's sort of a tedious process so that's why I said there are better ways of doing it, I'm just too stubborn and used to using this method to actually change the way I edit my screenshots.
Also what do you use to edit your photos?!
Just how do you make a fly-by wiring system??