28.0k TheFlightGuySP Comments

  • Solid Rocket Booster Tutorial: 2.6 years ago

    @MrCOPTY Yeah. The main reason I don't really use Infinity is because it can cause issues in certain scenarios, so I just use a very large number.

    +2
  • K750LR (Manufacturer Livery) 2.6 years ago

    The aircraft is very good for its part count.
    Something I noticed while fixing the aircraft was that the fuselage wings had drag and mass enabled. It's important to disable that so that the airplane is more efficient and flies better. I already disabled that while fixing it yesterday, so it's not a problem anymore.

    +2
  • how can i induce some instability to my craft? 2.6 years ago

    I would move the CoM farther back towards the CoL, but not to the point that the aircraft is uncontrollable.
    I would also add some code to the pitch controls to prevent flipping at higher speeds while performing aerobatic maneuvers. "Pitch-(PitchRate*number less than one)" should work, but you will need to modify the number less than one (perhaps to something around 0.005 or 0.01).

    +2
  • (TEASER) War Hammer: 2.7 years ago

    @jamesPLANEScdxxLXIX Yeah, it's quite a bit similar to a B36.
    The engine layout will be significantly different however, so it won't be too similar to a B36.

    +2
  • What the difference between "Semi-Symmetric" and "Flat Bottom" 2.7 years ago

    @IICXLVIICDLXXXIIIDCXLVII No idea, other than you can use it to make custom propellers.

    +2
  • What the difference between "Semi-Symmetric" and "Flat Bottom" 2.7 years ago

    @IICXLVIICDLXXXIIIDCXLVII This airfoil is actually meant for propellers, hence the name NACA'PROP'.

    +2
  • What the difference between "Semi-Symmetric" and "Flat Bottom" 2.7 years ago

    @IICXLVIICDLXXXIIIDCXLVII NACAPROP airfoils act as if they are in a constantly stalled state. Controls on this airfoil tend to be less effective, and it takes significant speed to actually fly an aircraft with NACAPROP wings, because as mentioned above, the airfoil acts as if it is constantly stalled.

    +2
  • Why Is This Aircraft's View Perspective Offset? 2.7 years ago

    @MrCOPTY The flight computer is much farther forward than the view perspective (and the same is true for the CoM).
    If you look closely, you can see the flight computer between the main wings of the aircraft.

    +2
  • [ATTACK DRONES TEASER] CD-1 & CD-2 2.7 years ago

    T.
    For both of them.

    +2
  • Can someone help me with a door? 2.8 years ago

    Unfortunately, I was unable to fix the problem. Without the existence of a simple delay function, it will probably require more complicated expressions to create input delays.

    +2
  • How to put Pictures in desc? 2.8 years ago

    @ProfessionalLander The image is visible to me. Refresh the page and see what happens.

    +2
  • How to put Pictures in desc? 2.8 years ago

    @ProfessionalLander I should also note that the red text isn't needed to put in an image.

    +2
  • How to put Pictures in desc? 2.8 years ago

    @ProfessionalLander That's ok.
    Copy this into the post: ![](https://i.postimg.cc/RCWFrjW5/Moments-Before-Disaster.png).
    I tested it, and it should work fine.

    +2
  • How to put Pictures in desc? 2.8 years ago

    @ProfessionalLander Send the image link. I might be able to fix the issue.

    +2
  • How to put Pictures in desc? 2.8 years ago

    The direct link is what needs to be put in the (image link) section.

    +2
  • How to put Pictures in desc? 2.8 years ago

    The spaces between the text characters is a problem.
    Do this: ![](image link).
    I recommend postimages.org for image uploads. Just be sure to use the direct link and not the normal link.

    +2
  • Little Bugger Autogyro 2.8 years ago

    Gyro Bugger.

    +2
  • FT question 2.8 years ago

    pow(x, p)
    The variable x is raised to the power of variable p.

    +2
  • What is the best image hosting site? 2.8 years ago

    Try postimages.org.
    Be sure to use the direct link and not the normal link, otherwise it will not work.

    +2
  • Who is a moderator user and who is a curator user 2.8 years ago

    Moderators: https://www.simpleplanes.com/Users?mods=true
    There isn't really a list of developers that I know of, but there is for curators.

    +2
  • I need some tip and tricks 2.8 years ago

    Link: [filler text](link)
    Images: ![](image link)
    Clickable Images: [![](image link)](link)
    I think this should work regardless of the device you use, but I could be mistaken.

    +2
  • King Air 350i 2.8 years ago

    @ThereIsNoahScape Hmm. I think discord works for this as well (if you have discord).
    Other than that, I don't have another solution.
    You might try searching the website for answers.

    +2
  • Silver And A Mystery Follower? (SOLVED) 2.9 years ago

    @jamesPLANESii Ah, I see. Thanks for the information!

    +2
  • We Need New Outputs!!! 2.9 years ago

    I could be wrong when saying this, but I am pretty sure this is how it works: the aircraft's fuel indicator is the sum of all fuel tanks. Every fuel tank has fuel removed at the same rate but by different amounts (depending on the quantity in each tank).
    Essentially, it doesn't matter how much fuel is in a specific tank, because if the fuel indicator says "25%", then the fuel in any given fuel tank is at 25%.
    If you want volumetric data such as "liters" or "gallons", then all you need to do is a little bit of XML and math.

    +2
  • How??? 2.9 years ago

    @MrCOPTY No problem!

    +2
  • How do I stop me plane from shaking at high speeds? 2.9 years ago

    @AEGIS In that case, it's just aerodynamics; you need to fly higher because the air is too dense, causing your aircraft to shake at high speeds.

    +2
  • How to make a detacher trigger when fire a selected missile/weapon? 2.9 years ago

    This may or may not work, but you could try this: "FireWeapons&(SelectedWeapon=weapon name)"
    Just replace "weapon name" with the actual name of the weapon.
    Put this into the activation group of the detacher using the XML editor.

    +2
  • Random Helicopter/Propeller Tips: 2.9 years ago

    @Kangy Thanks! It means a lot to be getting support at an early stage!

    +2
  • Question regarding aircraft posts (SOLVED): 2.9 years ago

    @BeastHunter Thanks!

    +2
  • How do I download the 32-bit version of Simpleplanes to my computer? yesterday

    A 64-bit processor and operating system are listed as minimum requirements for the game, so I imagine the answer is no.

    I'm pretty sure the only way you could get a 32-bit version of the game would be to recompile the entire game as a 32-bit application in Unity (if it even offers the option to do so), which I imagine requires having the game's source code, dev files and whatnot.
    Even then it'd probably bug the hell out.

    +1
  • Happy BirthDay to ME! 13 days ago

    Happy Birthday!

    +1
  • (WIP) peak art one month ago

    RV-12iS my beloved

    +1
  • Pukeko bird one month ago

    Chromatic Aberration!!!

    +1
  • Airliner slowly yawing to the right on take-off 2 months ago

    I know I'm 5 months late, but I would enable the drag visualizer and check to make sure none of the parts on either side of the craft have asymmetric drag. Sometimes a little part, maybe a wing shell or something else on that side of the aircraft ends up having higher drag than its mirror on the other side.

    I would recommend disabling drag on every part that doesn't absolutely need it, especially on wings with custom airfoils or complex structures (I just leave the drag of the physics wings alone, though). This will both prevent uneven drag funkiness and also improve the craft's performance slightly (although you probably won't notice too much of a difference unless it's a high-part count craft).

    +1
  • YouTube banned my Me-262 Digital Painting 3 months ago

    Man that sucks. YouTube trying to claim that this supports Naziism is definitely a stretch. I really like that artwork, great job.

    +1
  • how did you guys find sp? 3 months ago

    I had wanted to create aircraft for an online flight sim a few years ago, but I had no coding knowledge and basic Blender skills at the time, so I looked around for other options.

    KSP was the first option, and I almost got it instead, but later found SP and went with it. Installed SP on my old Steam account somewhere in late May 2021.

    +1
  • Which military branch is your fav? 3 months ago

    Probably the Marines. They have the best tasting crayons.

    +1
  • SCHEMPP-HIRTH Discus CS WINCH-START 7 months ago

    Beautiful sailplane

    +1
  • Funky Trees Coding With AI 8 months ago

    @OkaNieba I never said you couldn't at all, I just said that unless you're proficient with FT, you're likely not going to be able to teach it to do much more than the basics.

    But again, if you are proficient with FT, then you probably don't need the AI (in most cases). Your brain will take care of that part ;)

    +1
  • Funky Trees Coding With AI 8 months ago

    Following up with what BaconEggs said, if you're already proficient with FT then you probably don't need to use AI in the first place. If you aren't, then you probably won't be able to teach the AI how to work with it anyways.

    In my opinion, it's best to just to learn it yourself through experimentation over time.

    +1
  • Mikeska Airport 8 months ago

    @Dreamers It probably is. I apologize, this map is very unoptimized right now. I'd like to come back and optimize it, update some of the features and whatnot.

    +1
  • Is it just me or is going fast really hard? 9 months ago

    @Graingy I meant it in the context of form-wise. I don't see anything in particular that would cause them to have unusually high drag.

    +1
  • Is it just me or is going fast really hard? 9 months ago

    @Graingy Usually inaccuracy. Although there also tends to be parts on aircraft that really don't need their drag calculated because other parts are already doing that for them (for example: custom airfoil shells should have their drag completely zeroed and disabled, as the wings inside already take care of drag).

    SimeplePlanes does an okay job of determining when to cancel out another part's drag when another is in the way. Unfortunately it has a tendency to freak out on builds with more parts, and some parts will have absurdly high drag compared to the rest.

    +1
  • Saw a eastern copperhead 9 months ago

    Snake sightings are neat.

    I'm pretty sure Eastern Copperheads are lethally venomous though, so I hope you took the proper precautions when shooing it off.

    +1
  • 707 1st teasers 10 months ago

    Hands-down my favorite airliner. Requesting a T for this one

    +1
  • Pratt & Whitney JT3D 10 months ago

    Probably my favorite engine, next to other classic turbojets/turbofans. Love it.

    +1
  • How do you make a blinking warning light for low fuel? 10 months ago

    Fuel < 0.1 ? pingpong(round(sum(10)), 1)) : 0
    Open the XML editor, go into the BeaconLight menu, paste this into the input field.

    This should work. It's a modified version of a blink function I'm using for something else. Some values may need to be tweaked.

    You can also technically do this by just putting Fuel < 0.1 into the input field and setting the blink style to slow/fast. Whichever works for you. The code that I initially posted is kinda overcomplicated for this specific scenario. The initial code is a bit more practical if you want to have multiple blink speeds based on certain data inputs (what I was using it for).

    +1
  • an average day on multiplayer 10 months ago

    Looking forward to the next one! Next time I might try arriving not at the last second...

    I thought I might suggest setting up an SPBC event multiplayer server specifically for server events. The 160 server tends to have bad ping spikes and connection problems. It might be better if a trusted server member (you or one of the other moderators) hosted the server instead. Plus, server moderation capabilities will actually be accessible then.

    +1