It's probably possible to build your own, but I really doubt you'd be able to just take apart the two existing (presumably store-bought) ones you have and put them together.
Well, you can get one that does all three (I have a Sony one that's pretty nice and works great), but if you want to combine the two you already have, I'd suggest duct tape.
@ThaiGuy
Twin Prop (Simple): This was your favorite stock plane prior to the 1.11 update, but you probably didn't fly it super often. You like the new parts added in 1.11, but the new Twin Prop just looks weird, so your mental ranking for the simple one has actually gone up. The short-lived tractor configuration variant is either a neat little bit of trivia for you or something that you didn't know existed, depending on how long you've been playing.
That may run afoul of copyright laws though.
Fully dedicating yourself does also mean you won't keep making burner accounts to harass people here though, correct?
@ItsMENightmare Technically yes, though it would be more complicated than probably necessary (assuming that the problem you're having is the airbrake flapping on and off several times per second to avoid exceeding 620 knots).
To fix the above issue I'd recommend using something like this: (IAS>319) ? ((IAS-319) / 5.15) : 0
This will make the airbrake gradually deploy as the speed exceeds 620 knots (319 m/s), becoming fully deployed at 630 knots (319 + 5.15 m/s), creating a much smoother braking application. You can modify the values as you see fit and I can give a more detailed explanation of how that formula works if you want, but this should make a much smoother airbrake than what you're currently using.
If you specifically want the airbrake to snap open at 620 knots and then remain open for three seconds after slowing down below that speed (like, if that's a design element you're going for or something), I can probably figure that out too but it'll be a much more complex piece of code.
@LowQualityRepublic I mean yeah (like, there's nothing stopping you), but if you want to save the actual build instead of just a link to it, the file will be in the kilobyte range instead of six bytes.
Also, blueprints are only visible when in one of the orthographic views (looking directly at the front/back, left/right side, or top/bottom). Turning the camera will make them disappear, but you can move the camera sideways and zoom in/out.
@PapaKernels
Bush Plane: Already addressed below.
Little Bugger: You forgot this was supposed to be a plane game the second that resizable wheels were added. You don't mind the remaster but feel like it's just a completely different vehicle (and you're kinda right), so you still use the Simple version from time to time. You can hear the tire screech sound effect just by reading this, and you haven't built anything with a propeller engine in a very, very long time. You also like go-karting in real life.
@Boeing727200F
P-51-B: You like warbirds, but the P-51-D is too simple for your tastes. You prefer the razorback look, camo, and ground attack weapons, but you only rarely actually use them. You've probably adjusted the center of gravity a little to cure the spins that it likes to do out of the box.
@Axartar
Kicking Fish (Simple): You've spent entirely too much time trying to race the pylon track at Sky Park City, but that's okay because you're flying the aerodynamic equivalent of a sugar high. You think the Kicking Fish got shafted with the cockpit update, but honestly you probably would have stuck with the original anyway, and you think it's cool how much of the plane dates back almost to the beginning of the game. Your first original build probably used the Green Slime paint preset, and you have had at least one Red Bull (or similar energy drink) in the last eight weeks.
@crazyplaness
Wasp: You're ready for anything. You might not be the absolute best at any one thing, but you're pretty darn good at a lot of different things. The USS Beast is your second home, and you've watched Top Gun: Maverick at least twice. You may have changed the name under the canopy rail to your own.
@Numbers2
Gator 2: You only fly this one, never the Simple version because of how weird it looks in comparison. The Krakabloa convoy lives in fear of you, but they will hear you coming since you blast Fortunate Son and/or Ride of the Valkyries every time you prepare for a strafing run. You have landed on at least one air traffic control tower, and you might wear glasses.
@Graingy The new Wasp has overall better flight characteristics but the old one is quite a bit faster and more maneuverable. Also computer performance I guess.
@overlord5453
Pigpen: You like dogfighting but wanted something more dangerous than the Wasp, and if you weren't a Gripen fan already, you are now. You've either mastered the Acro mode or never touch it, but either way you're pretty decent at dogfighting... assuming you've got the gas for it, which oftentimes you don't because your throttle is never anywhere other than full power or idle.
Full marks on everything, though "blocking someone for something they didn't do" is very vague. I block people either because they did something or because I find them annoying or just don't want to deal with them.
@SumateraIndustries In answer to your comment from about an hour ago on the forum post that seems to have been deleted ("@HuskyDynamics01 Bro didn't see that's happen on my ORIGINAL account. It's my SECOND Account i make cause the ORIGINAL account get banned")...
...Yes. That's literally what ban evading is.
@TheRLAF Just report the post and let the mods take care of it.
No
It's probably possible to build your own, but I really doubt you'd be able to just take apart the two existing (presumably store-bought) ones you have and put them together.
@F4De heck of a first comment there bud, you ok?
Well, you can get one that does all three (I have a Sony one that's pretty nice and works great), but if you want to combine the two you already have, I'd suggest duct tape.
Because people want attention.
@PrussianAirlines
Pigpen: here
Wasp: here
(edit: clicking the link doesn't work apparently, but they've both been addressed below. Scroll down to find them.)
@ThaiGuy
Twin Prop (Simple): This was your favorite stock plane prior to the 1.11 update, but you probably didn't fly it super often. You like the new parts added in 1.11, but the new Twin Prop just looks weird, so your mental ranking for the simple one has actually gone up. The short-lived tractor configuration variant is either a neat little bit of trivia for you or something that you didn't know existed, depending on how long you've been playing.
https://www.simpleplanes.com/Mods
@TheSalesMan as if
@TheSalesMan Pretty sure a US copyright holder can still sue someone outside the US.
new copypasta just dropped
I mean... ok. Good luck, I guess?
That may run afoul of copyright laws though.
Fully dedicating yourself does also mean you won't keep making burner accounts to harass people here though, correct?
@MissileLauNcherGuy
Lightning: Same as for Glidey, scroll down.
@StraitAircraft It's a separate game, so... yeah.
@ItsMENightmare Technically yes, though it would be more complicated than probably necessary (assuming that the problem you're having is the airbrake flapping on and off several times per second to avoid exceeding 620 knots).
To fix the above issue I'd recommend using something like this:
(IAS>319) ? ((IAS-319) / 5.15) : 0
This will make the airbrake gradually deploy as the speed exceeds 620 knots (319 m/s), becoming fully deployed at 630 knots (319 + 5.15 m/s), creating a much smoother braking application. You can modify the values as you see fit and I can give a more detailed explanation of how that formula works if you want, but this should make a much smoother airbrake than what you're currently using.
If you specifically want the airbrake to snap open at 620 knots and then remain open for three seconds after slowing down below that speed (like, if that's a design element you're going for or something), I can probably figure that out too but it'll be a much more complex piece of code.
Funky Trees reads in meters per second, so you'd need to convert knots to that first.
I've heard good things about Aperture, though they've been rather quiet as of late.
yeah
@Ashdenpaw1 @F16xl Scroll down and read Andrew's answer. This question has already been asked and answered on this very post.
@Michiganstatepolicethe2nd you still have to cite them lol
I'm expecting proper APA format and a full annotated bibliography
@BigAeroblane I'd recommend asking the original creators of the vehicles themselves.
@LowQualityRepublic okay I guess there's one thing stopping you then haha
@LowQualityRepublic I mean yeah (like, there's nothing stopping you), but if you want to save the actual build instead of just a link to it, the file will be in the kilobyte range instead of six bytes.
why are you like this
or I could go to Fred Meyer and get a can of Reddi-Whip for like five bucks
checkmate spambot
@YarisSedan Where was this officially announced?
F
Also, blueprints are only visible when in one of the orthographic views (looking directly at the front/back, left/right side, or top/bottom). Turning the camera will make them disappear, but you can move the camera sideways and zoom in/out.
@Eagleman101SP
Glidey: You didn't read rule #3. Or you did but chose to ignore it because you thought it would be funny.
@PapaKernels
Bush Plane: Already addressed below.
Little Bugger: You forgot this was supposed to be a plane game the second that resizable wheels were added. You don't mind the remaster but feel like it's just a completely different vehicle (and you're kinda right), so you still use the Simple version from time to time. You can hear the tire screech sound effect just by reading this, and you haven't built anything with a propeller engine in a very, very long time. You also like go-karting in real life.
@Boeing727200F
P-51-B: You like warbirds, but the P-51-D is too simple for your tastes. You prefer the razorback look, camo, and ground attack weapons, but you only rarely actually use them. You've probably adjusted the center of gravity a little to cure the spins that it likes to do out of the box.
@Solent19 Addressed here
@Noname918181818181818181 Addressed here
@Axartar
Kicking Fish (Simple): You've spent entirely too much time trying to race the pylon track at Sky Park City, but that's okay because you're flying the aerodynamic equivalent of a sugar high. You think the Kicking Fish got shafted with the cockpit update, but honestly you probably would have stuck with the original anyway, and you think it's cool how much of the plane dates back almost to the beginning of the game. Your first original build probably used the Green Slime paint preset, and you have had at least one Red Bull (or similar energy drink) in the last eight weeks.
@crazyplaness
Wasp: You're ready for anything. You might not be the absolute best at any one thing, but you're pretty darn good at a lot of different things. The USS Beast is your second home, and you've watched Top Gun: Maverick at least twice. You may have changed the name under the canopy rail to your own.
@Numbers2
Gator 2: You only fly this one, never the Simple version because of how weird it looks in comparison. The Krakabloa convoy lives in fear of you, but they will hear you coming since you blast Fortunate Son and/or Ride of the Valkyries every time you prepare for a strafing run. You have landed on at least one air traffic control tower, and you might wear glasses.
@hpgbproductions Addressed here
@TheMouse Which version of the Vertigo?
@AeroSultan Not the brightest crayon in the shed, eh? Why are you so out against it then?
That's just creepy. I don't even know what you tried to do to his face but it didn't work.
I like how the text is on there twice because he put the X and then realized he needed the text on top of it still
Reported for misleading thumbnail :)
@Graingy The new Wasp has overall better flight characteristics but the old one is quite a bit faster and more maneuverable. Also computer performance I guess.
@overlord5453
Pigpen: You like dogfighting but wanted something more dangerous than the Wasp, and if you weren't a Gripen fan already, you are now. You've either mastered the Acro mode or never touch it, but either way you're pretty decent at dogfighting... assuming you've got the gas for it, which oftentimes you don't because your throttle is never anywhere other than full power or idle.
I win :D
Full marks on everything, though "blocking someone for something they didn't do" is very vague. I block people either because they did something or because I find them annoying or just don't want to deal with them.
@SumateraIndustries In answer to your comment from about an hour ago on the forum post that seems to have been deleted ("@HuskyDynamics01 Bro didn't see that's happen on my ORIGINAL account. It's my SECOND Account i make cause the ORIGINAL account get banned")...
...Yes. That's literally what ban evading is.
starbeast ss my greatly-desired-but-yet-to-be-unlocked
edit: only 3000 points away let's gooo
HOW
It's not even hard to follow the rules. I genuinely don't get it.