59.1k PlaneFlightX Comments

  • TO MODDERS - Any ideas on how to get rid of this strange material? one month ago

    Add a partMeshRenderer to the mesh and make sure the part mesh indexes there are unique (e.g. 0, 1, 2). Also turn on Read/Write in the import settings for the asset.

    +3
  • How to make start up sequence in your aircraft one month ago

    @Faulknerice I don't have much experience with arresting hooks, so it might work differently then.

  • How to make start up sequence in your aircraft one month ago

    @Faulknerice I suggest you watch the first part of this video.

  • Moveable Blocks one month ago

    @324 While I have viewed the wiki before, I don't actually use Reddit, so I both can't and don't know how.

  • I declare war on all of you one month ago

    I have a plane with a basic computer and autonavigation system.
    Powered by 4 years of dedication.

    +1
  • air crash kids be like one month ago

    @Rb2h With my plane no less

    +3
  • BUTTONS AND SWITCHES ARE NOT CLICKABLE one month ago

    @BaconEggs I have actually had the same issue! It happened when I added my new landing gear (using control bases for movement) to the rest of the plane. The fix was to add the plane to the landing gear (so the control base ID was less than the button ID). I have no clue how that works, but it does.

  • SWL-120 Takeoff And Landing one month ago

    @HazerzIsBack Yep. I hope to release at the end of this year.

  • How do I make a piston not have smoothing at the ends? one month ago

    @SkyboardAviation This is because you forgot to clamp Activate4.
    Do clamp01(Activate4)

  • How do I make a piston not have smoothing at the ends? one month ago

    @SkyboardAviation I'm not really sure what you're talking about.

  • How do I make a piston not have smoothing at the ends? one month ago

    @SkyboardAviation What do you mean?

  • What’s your favourite aircraft? one month ago

    The SWL-120

  • SIMPLECHEATS II, an updated, comprehensive list of all known XML attributes 2 months ago

    @Kendog84
    Thanks, I'll take a look when I have a chance

    +1
  • SWL-120 Takeoff And Landing 2 months ago

    @vSoldierT about your aircraft, some generic suggestions are:
    - Disable drag (calculateDrag = false) on all but a few parts such as inlets. Increase dragScale to keep realistic drag.
    - Optimize variables/code if applicable (for me I got 2000 variables down to 1000 and later 700 with optimization, although this is probably unique to me)
    - Avoid excessive trigonometry calculations, as these are up to 200 times more performance intensive than other operations like multiplication or division (this is one of the reasons why my text label screens are so laggy). I'm not saying remove every single one, as many codes require them, but don't just put like 500 lines of sin(PitchAngle) in a label and expect it to have no lag.

    +1
  • SWL-120 Takeoff And Landing 2 months ago

    @vSoldierT There are currently two types of cockpit screens (cockpit screens being 2x PFD, 2x navigation display, and 1x multifunction EICAS display). One uses labels (mentioned here), while the other uses mod parts to drastically improve performance. In fact, my FPS doubles from 30 to 60 if I remove the laggy label screens and replace them with my mod screens. The mod screens basically just move textures around, which has almost no performance impact.

    +1
  • Let's Discuss Part Mirroring 2 months ago

    @Graingy nope

  • Let's Discuss Part Mirroring 2 months ago

    @Graingy I've only played SP, Juno, Minecraft, Transport Fever 2, and Beat Saber

  • Let's Discuss Part Mirroring 2 months ago

    @EternalDarkness About radial mirroring, I would like the ability to type in any number for the number of sections, instead of 1-6 like Juno (for stuff like turbine blades or custom fans)

  • SWL-120 Takeoff And Landing 2 months ago

    @frogbot4000 Thanks!

  • SWL-120 Takeoff And Landing 2 months ago

    @windshifter1 that is not currently planned, but not impossible. Currently the closest thing to walking around is the galley cart, which already has issues like no collisions and no ability to climb ladders (there is no way to properly appreciate the detail of the avionics bay and crew rest areas). I'm currently focused on cockpit screens (teaser), but I do plan to finish off the interior after that, which may include extra interactivity.

    +2
  • SWL-120 Takeoff And Landing 2 months ago

    @ReynaldoHeavyIndustries what?

  • SWL-120 Takeoff And Landing 2 months ago

    This is a test using the camera overrider part in ConvenientParts. While you see the wing, I was in VR controlling the aircraft from the cockpit. Due to this the sound is a little weird (and you can hear me adjusting the autopilot), but you do get a cool view of the wing during flight.

  • Let's Discuss Part Mirroring 2 months ago

    I just remembered one critical problem with the existing system: "Failed to mirror part because another part already exists"
    This is a relic of many years ago, and just flat out doesn't work. I was working on my autopilot panel and wanted to mirror a button to the other side (inside the cockpit cavity, there was nothing there), and it wouldn't let me. I suggest either removing this check entirely or adding an option to disable it.

    +7
  • Let's Discuss Part Mirroring 2 months ago

    @Graingy I agree with that actually (WASD rotating). Several times I press Ctrl + S, forget the Ctrl part, and have to reload my last save because I rotated the entire wing into the fuselage and created 5 hours of work (if I were to reconnect everything).

    +4
  • Suggestion for SP2: File Flight Hours 2 months ago

    @Graingy
    CraftNameInDevelopment: 9999999999 hours
    CraftNameStock: 0 hours
    CraftNameDownloaded: 1 hour (testing stuff for other people)

  • Suggestion for SP2: File Flight Hours 2 months ago

    SWL-120 Log:
    Hours spent sitting at Wright testing cockpit stuff: 999
    Hours spent in cruise testing autopilot: 999999
    Hours spent testing variables in the debug console and not the plane: 9999999999
    Hours spent flying actual aircraft: 0.1

    +2
  • Let's Discuss Part Mirroring 2 months ago

    @HuskyDynamics01 That's actually a pretty good idea! Instead of messing with all kinds of stuff on my wings after mirroring, I can simply... build them at the same time.
    Same for engine fan blades for example; I can build one and instantly have another 23, all editable as well.

    +2
  • Let's Discuss Part Mirroring 2 months ago

    I personally would like parts to retain their connections when mirroring.
    For a real example, let's say I've just finished making an overhead bin for my interior. The bin has 9 or so parts, all fuselages with various types of slicing. I would like to mirror this bin to the other side of the aircraft. Now, the way I do my connections is I pick one main part of something (for the overhead bin it's probably one of the larger central fuselages), and connect all other parts to that, except for smoothing reasons where they need to match. When I do this, I also like to connect the parts via the "central" connection point. So when I mirror this bin (using Ctrl + M or the equivalent GUI button), I would expect for all parts to maintain their exact connections. What actually happens is some parts keep their connections, while many seem to randomly reconnect to neighboring parts. I end up having to pretty much delete connections and reconnect everything manually, which adds time. Especially if the 9 part overhead bin is instead, say, a 900 part wing I built one side of.

    TL;DR: I would like to see mirrored parts keep their connections instead of randomly choosing new ones.

    +11
  • Images Reuploaded, Imgur account made. 2 months ago

    Imgur doesn't work with the website; I personally use and recommend imgbb.

  • test-name 2 months ago

    what is this

    +1
  • Irrealistic use of Drag and what can be done. 2 months ago

    @Dissent3R I have no clue; all my stuff is fictional with irl inspiration because I suck at making replicas; I like building for fun and doing whatever is easiest in SP

    +1
  • Irrealistic use of Drag and what can be done. 2 months ago

    @jamesPLANESii good question

    +1
  • Anyone know where Yaris went? 2 months ago

    @Graingy I will outlast you

  • Irrealistic use of Drag and what can be done. 2 months ago

    @jamesPLANESii mine's kinda of an abomination. Engine power increases with speed and altitude and I plucked some random dragScale value and put in on the one part with drag. It works and I haven't touched it in 2 years

    +1
  • I Built A New Computer 2 months ago

    @THEOKPILOT good to hear

  • I Built A New Computer 2 months ago

    @THEOKPILOT Oh wait you're not joking...
    Hopefully you can get it working then

  • I Built A New Computer 2 months ago

    @THEOKPILOT Well you are now the proud owner of a... brick

  • I Built A New Computer 2 months ago

    @THEOKPILOT bumped that hard drive did you?

  • I Built A New Computer 2 months ago

    @THEOKPILOT Thanks! Also it's a 4070ti now. The rest is still the same though

  • I Built A New Computer 2 months ago

    @THEOKPILOT One wrong bump and that 2000GB nameless hard drive will be a 0GB nameless hard drive.

  • A message to mods 2 months ago

    While the thumbnails were first taken in SP, they were modified too much, such that the original build's materials and "SP-ness" was not clearly identifiable. While light image enhancements are fine (for example reshade, adding text or small icons, and backgrounds), the thumbnails were too grainy and were not clearly identifiable as an SP build.
    I'm not a moderator; I'm just offering my opinion on why they were removed.

    +2
  • Instagram Account 2 months ago

    @Warwolf182 I don't have mainstream social media, sorry

  • **I CAN MAKE CINEMATICS OF YOUR BUILDS FOR YOU** 2 months ago

    @ollielebanania That is an AI written comment to promote a product.

  • Instagram Account 2 months ago

    @Warwolf182 That is an AI written comment posted by a hacked account. Check out their recent comments.

  • How to make a tail wheel lock after a certain speed? 2 months ago

    clamp01(GS < 17.8816) * Yaw
    17.8816 is 40mph in m/s.

    +1