53.6k PlaneFlightX Comments

  • Moveable Blocks 14 days ago

    @vonhubert It uses nine input controllers, one for each axis. If you look at the code you can see how it is possible to manipulate the block any way you like, and changing it to just have one translation axis, for example, is pretty easy. And yes, input controllers support FT.

  • Basic Waypoint System 15 days ago

    3.3 years later and I finally used this in my plane!

  • IA Camera (no mods) 16 days ago

    @IzzyIA Ah I see. Still very cool regardless!

    +1
  • Android Mod question 17 days ago

    @IFVuser @TacticalCrusader There are several android mods in my mod archive. The folder with the most android mods is Kakhikotchauri1.

    +1
  • IA Camera (no mods) 17 days ago

    I have a question about the code for this, there is a variable error in the console saying "Unary operator not supported: And". Do you get this warning too?

    +1
  • IA Sandworld 17 days ago

    I finally got around to checking your newest builds out again and these are insane!

  • went scavenging for MP servers, here is my current haul. 19 days ago

    @Boeing727200F Rebirth hosts one of the servers. They have a website where the status of the server (and the IP) is displayed.

  • went scavenging for MP servers, here is my current haul. 19 days ago

    https://rebirths.kr/spserver/ is one of the main ones, although pinging the listed IP times out, so it could be offline temporarily.

  • Moveable Blocks 20 days ago

    @SWL120NEED You should be able to run this plane. I will tag you on an unlisted with more information soon.

  • Moveable Blocks 20 days ago

    @SWL120NEED What are your device specs?

  • Moveable Blocks 21 days ago

    @lalalalalion Thanks!

    +2
  • Question on Multiplayer 24 days ago

    @JBPAviation I just grabbed it from SPBC's multiplayer channel, must be down or something

  • Question on Multiplayer 24 days ago

    160.251.58.131 and 121.175.24.237

  • Help me! I can't put the image 27 days ago

    You need 100 or more points to post an image, likely due to previous abuse as spam.

    +3
  • Time spent working on a build in simpleplanes 28 days ago

    Sometimes all I have to show for 2 hours of "work" is a few new parts on my 3000 part interior

    +1
  • Sorry to be the party-pooper one month ago

    @Graingy I released the SWL-120 early if you want to check it out

    +1
  • SWL-120 Lite one month ago

    @Cuboidable Nah it'll be free to download (in fact I think it's against the ToS to lock it behind a paywall).

  • SWL-120 Lite one month ago

    @Solent Thanks!

  • SWL-120 Lite one month ago

    @Solent I found the issue to be a feedback loop with the smooth() I used on the trim component of the altitude autopilot... not sure why I didn't catch this earlier. I have fixed this and updated the xml. Is the issue fixed for you now?

    +1
  • SP2 Graphics Observations + My hopes for SP2 one month ago

    I personally prefer the current building method, although I'm probably an outlier since the parts of my plane that aren't externally created are in the tens of thousands of parts, with thousands of variables. Some heavy optimization would be nice though.

    +3
  • how to put youtube video on simpleplanes forum one month ago

    Use the videos page.

  • [yapping] animation approach to landing gear one month ago

    Very interesting. My landing gear code all uses the same smooth() timer, although it's more linear, with simple code (no ternary operators) to do things like open the gear doors in the first 1 second, and retract the gear for the next 8 seconds, followed by gear doors closing for the last second.

  • 3d printing one month ago

    If you have the game on a computer, you can use the "3D Print/Export" button in the designer menu to export the loaded craft to a .obj file. From there you can convert it to STL and prepare it for printing.

  • Semedian Werdon FDC603-300 "Cleaver Connie" one month ago

    I didn't make a video, but I did test it again and this is my feedback:
    Movement: overall 5/10, but if scored relative to the type of craft 8/10 (obviously a large bomber/cruiser will be more sluggish than a fighter). The autotrim is a little jerky sometimes which detracts the score.
    Weapons: I haven't tested the advanced targeting systems, but selecting a target aims the cannons and a launched bomb will fly to the target. The autoaim on the cannons and autoflight on the bombs is good. 9/10 (sometimes bombs loop around targets)
    Playability: ignoring the actual framerate and game performance, the actual craft is fun to control and startup once I'm familiar with it. One thing I should note is the lack of any labelled diagrams, as when I first flew it a while ago I was struggling to find the controls mentioned in the checklists. Once I did know where everything was, the engine startup sequence was pretty fun. I'd give playability an 8/10, the detractors being a lack of diagrams and some quirks with how it flies sometimes.
    I would also like to note how it leans back when first spawned in. Maybe consider moving the CoG forward or the main landing gear backward?

    +1
  • i need funky tree help one month ago

    @LowQualityRepublic It is
    It's insanely complex and took me many months though

  • SIMPLECHEATS II, an updated, comprehensive list of all known XML attributes one month ago

    @MalaySmoker ohh I see now. I'll test and add that when I get a chance.

  • SIMPLECHEATS II, an updated, comprehensive list of all known XML attributes one month ago

    @MalaySmoker Isn't it ignitionDelay?

  • SimplePlanes Map - Everything at one place [UPDATE] one month ago

    @rimiha It's fixed now, excellent.

    +1
  • [solved, thx PlaneFlightX]why text label offsetting ? and how to fix one month ago

    @griges I can have a look, yes

    +1
  • [solved, thx PlaneFlightX]why text label offsetting ? and how to fix one month ago

    hmm, I don't really know then
    Is the height of the label part big enough?

    +1
  • [solved, thx PlaneFlightX]why text label offsetting ? and how to fix one month ago

    did you put each <voffset>tag on a new line?

  • Semedian Werdon FDC603-300 "Cleaver Connie" one month ago

    @SemedianIndustries Possibly, although it will be a few days.

  • The imajes thing one month ago

    You need to copy the direct image link, such as https://e3.365dm.com/21/07/2048x1152/skynews-boeing-737-plane_5435020.jpg

  • Funny Bomb one month ago

    @Graingy It's in the guide in the "Number Input Variables" section close to the top.

    +1
  • Funny Bomb one month ago

    One way to improve the code in the label is to use a stacked tertiary selector. For example:
    Time < 2 "Funny text" : (Time < 3 ? "..." : (Time < 4 ? "Punchline" : ("...")))

    This improves the performance, as the code only runs the required sections. I also use Time instead of sum(1) to further reduce calculations.

    +4
  • OH MY GOD one month ago

    game was not responding for 5 minutes and I gave up lol

    +1
  • OH MY GOD one month ago

    @HungrySu34 20 thousand

  • OH MY GOD one month ago

    I get a few frames per second in the designer, currently waiting for 1 minute to load the level

    +1
  • OH MY GOD one month ago

    alright time to see how the NASA PC capable of running the SWL-120 handles this

    +2
  • how to make some part invisible? one month ago

    @jamesPLANESii On the SWL-120, the primary wings, the slat rotators, and some exposed aileron rotators are 0,0,0 scale. If I need to change something I can either make my way to them via connections (my part connections are very organized) or looking directly in the xml.

    +1
  • URGENT! How do i add link on my description? one month ago

    [PaintBrushSP](https://www.simpleplanes.com/u/PaintBrushSP)
    PaintBrushSP

    +1
  • Fully Functional Cockpit Screens + Much More! - SWL-120 Progress Update 8 one month ago

    @SARACONIKaviationIndustry I have uploaded a demo version here.

  • Post removed for “misleading” thumbnail one month ago

    @GoodPattRail It is misleading, as the thumbnail does not show the build itself. As stated in the rules, "posts with misleading thumbnails will be removed."

    +1
  • Post removed for “misleading” thumbnail one month ago

    You used a screenshot of the characteristics instead of a picture of the actual build in the thumbnail.

    +1
  • Graingy PSA: Tragic News! (also tragic news) one month ago

    My SSD decided to start working again and I got all my stuff back (which now has automatic backups in place); hopefully your laptop does the same.

    +1
  • Graingy PSA: Tragic News! (also tragic news) 2 months ago

    Spooky coincidence, but my boot SSD went poof this morning as well. Luckily 99% of my data is backed up, but I lost 1 month worth of work on the SWL-120's mod. It's nothing critical, although it's a setback. I also am down to one laptop while I wait to get a new SSD as well.

    +2
  • Fully Functional Cockpit Screens + Much More! - SWL-120 Progress Update 8 2 months ago

    @SARACONIKaviationIndustry Hello, I am happy to share it with you, although it relies on several aircraft variables which in turn use other variables. What I can do is give you the raw label code and some of the essential variables; hopefully you can understand how it works with that. It will likely be a while before I can send it to you; I have some irl stuff to do.

  • Mod making with multiple inputs 2 months ago

    @ArmouredTrashCan good to hear

  • Mod making with multiple inputs 2 months ago

    Update, just looked at my code and in the earlier example I sent, I define variables and then set different ones. This new comment fixes that. I also made all the characters show up correctly (for example this:
    "<"
    doesn't turn into this:
    &quot;&lt;&quot;
    )

    Right after the behavior class start:

    Jundroo.SimplePlanes.ModTools.Parts.IInputController[] inputs = new Jundroo.SimplePlanes.ModTools.Parts.IInputController[3];
    private float _scaleX = 0;
    private float _scaleY = 0;
    private float _scaleZ = 0;

    In the start void:

    inputs = this.GetComponentsInChildren<Jundroo.SimplePlanes.ModTools.Parts.IInputController>();

    In the update void, wherever you please:
    this._scaleX = inputs[0].Value;
    this._scaleY = inputs[1].Value;
    this._scaleZ = inputs[2].Value;

    And obviously you can take the basic syntax structure and change it as you need. This code is for three input controllers.

    Also, if you're wondering what stuff like private is, they are keywords in C# but they don't seem to be required for the purpose of scripting part behavior. Some of my variables have them, some don't. My code is also a mix of random stuff I got from other mods and the internet, but it works.