61.1k PlaneFlightX Comments

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii Thank you so much for the images, I finally got around to doing it.
    This is the list of mods, in alphabetical order, that I don't have:

    Edit: some of the names got messed up by formatting, pastebin link.

    Additionally, there are two other sets of mods:

    That one mod that has a Chinese title
    All the mods beginning with "ISC"

    Thank you again.

  • Area88 1.7 years ago

    @Khanskaya You can view my entire archive here.

  • Making Detailed Landing Gear (Part 1) - SWL-120 Progress Update 9.1 1.7 years ago

    @L3FT2R1GHT Depends on if you're counting the total part count of all the components, or the total part count of all the modded components (1000 parts combined into one high detail mod part, etc). I'd say tens of thousands of parts with no mods and full details, and just a few thousand with mod parts.

  • Smoke Trails 2 1.7 years ago

    @Rmilitarycompany What code?

  • Never Use Postimg Anymore 1.7 years ago

    I personally use imgbb, I haven't experience any outages and it's been a good experience overall. I also have a free account there.

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii That's alright, in that case I'll see what names in your pictures match ones in my database, then we'll go from there, if that's okay. We can take our time ofc, no rush at all.

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii So do you think you could possibly upload groups of mods at a time?

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii Maybe in batches? Again no rush, we can take our time

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii Thank you so much!
    Rather than selecting specific ones, would it be possible for you to upload all of them in one giant .zip file? I can sort them on my end and find out the authors and such.

  • Air Assault Alpha! 1.7 years ago

    @jamesPLANESii Hi, just checking if you've had a chance to look for mods (no rush whatsoever, I just would like them for my archive database)

  • A-8 Crusader 1.7 years ago

    @windshifter1 I don't have an autotag list, but if you want to, sure, I can tag you on it.

  • A-8 Crusader 1.7 years ago

    @windshifter1 Unless I ask for a tag on a teaser, please don't tag me on any builds.

  • A-8 Crusader 1.7 years ago

    Hi, would it be possible to be removed from your autotag list? Thanks!

  • Making Detailed Landing Gear (Part 1) - SWL-120 Progress Update 9.1 1.8 years ago

    @16 I answer that in the FAQ at the bottom of the 8th progress update

  • Making Detailed Landing Gear (Part 1) - SWL-120 Progress Update 9.1 1.8 years ago

    @16 Y E S
    (but estimated 2000 with mods)

  • Making Detailed Landing Gear (Part 1) - SWL-120 Progress Update 9.1 1.8 years ago

    @windshifter1 Thanks! Modding in this sense basically moves the load from the CPU to the GPU, so 1 part which is the 3D model of 1000 parts runs way faster. In fact, I was actually able to get about one million parts running at about 20 FPS on an RTX 4070ti, because I was using a seats part, which is 10,000 exported parts. I think I explain this in this video, but I can't remember.

    There is currently no release date, but I'd say at this rate Christmas 2024 will be likely, just to allow me to finally finish this and to create a bunch of other stuff related to it like documentation and manuals.

  • sp realism? 1.8 years ago

    I remembered this fighter jet, it got less recognition than it deserved too.

  • sp realism? 1.8 years ago

    I also think this might be a good build, it's fairly detailed and has lots of functions.

  • sp realism? 1.8 years ago

    @G2 I actually don't have a full no mods version, since most of the "parts" are in the interior, I just designed the 2k part interior by itself and then added the seats and overhead panels exclusively in Unity. The seats and overhead panels were built in SP and are about 50 parts each (50 per set of 3 seats and 50 per 1 overhead panel). In that sense, it technically is in compressed form. I could run it (the full plane but with no cockpit) at 100 FPS on my RTX 3060, up to the cap of 144 FPS with my new RTX 4070ti. It still really depends on your CPU, I have an overclocked i9-11900k but since SP is single threaded it really depends on the single threaded performance, with a bit of GPU power for the stupidly complex 3D models

  • sp realism? 1.8 years ago

    SWL-10

    And of course the legendary SWL-120 (which actually has more parts than the Yamato in unmodded form) which will release... eventually.

  • Tonk 1.8 years ago

    @ChamDel78 I finally published it if you're still interested

  • Tonk 1.8 years ago

    Download Here

  • Imperial Navy 1.8 years ago

    @TZWace You can find the plane here.

  • Is it possible to recover delet account 1.8 years ago

    I've heard that people can pay Jundroo money to have it recovered manually but I'm not sure if that's a thing anymore due to data privacy laws. I'd recommend contacting Jundroo using the link at the bottom of the page and asking if there's a way.

  • Stop saying "FlyOut will replace SP" and here's why. 1.8 years ago

    @asteroidbook345 How can I build a fully functional cockpit in FlyOut? Does FlyOut have VR? Does FlyOut support modding to the extent that SP does?

  • Problems with Funky Trees (Pls Help) 1.8 years ago

    (Pitch + (Trim * 0.1)) * clamp01(-IAS / 1000 + 1.35)
    Just came up with that in my head, may or may not work. Also, something to note, instead of clamping Roll or Trim, multiply it. That way, you have the full range of control input and it's more precise.

  • I was about 15 minutes in building a plane then suddenly… 1.8 years ago

    Maybe save your work more often?

  • RA-550-200 1.8 years ago

    Good job! There's several major issues that can be fixed though.

    1. All buttons and switches should be able to be clicked at all times. They should not be dependent on the previous switch. (For example, I should be able to turn on the light switches without power, except the lights themselves don't work. Turning off the battery when the APU generator is on shouldn't turn the whole plane off either). This can be done be isolating the switch/button's variable (eg LightXInput) and having the light variable be something like LightX, for example.

    2. This plane has too much drag and too much power. This can be solved by decreasing the powerMultiplier and turning off drag on most parts.

    3. I like that you have custom front fans, however they spin REALLY fast. This can be solved by changing the min and max of the rotators controlling them to -1 and 1.

    Other than those three things, this is actually pretty good!

    Oh and by the way, you can only ping a maximum of three people per comment, so I didn't see your tag. The 717 link in the description also didn't work because it's a notification link only you can see.

  • Area88 1.8 years ago

    @Lwills I'm just trying to clarify that I don't have an android version so I don't get asked.

  • World editing? 1.8 years ago

    @jimrooney I don't know too much about anything other than making a basic custom map and making basic custom parts that are just simple 3D models.

  • Building with Blender? 1.8 years ago

    @jimrooney I don't know much about the VR web browsing experience, as I only play on PC and just click enter VR in the level in the base game. It sounds like you've been downloading planes from your favorites (the same as downloading a random plane off the website in VR), which is fine. If they are modded planes, they won't show up in the VR web browser from my knowledge. You need to install mods to download and fly modded planes, which isn't possible in standalone VR. I have both PC SimplePlanes and SimplePlanes VR, and as a result it unlocks VR in the base game, meaning I don't even need to switch to SPVR. For me, it's like playing normal SP, and I just click a button and put on my VR headset when I want VR. So to sum up, unfortunately no.

    I haven't changed my gravatar (btw that's its name) in years, but from what I remember you need to make an account on gravatar.com with the same email you used for your SP account (doing so also sets your gravatar on other websites that support it)

  • Building with Blender? 1.8 years ago

    Thanks!

    Just something to note about modding, you mentioned that you also have VR on a Quest. Unfortunately modding is not supported in standalone VR (it's possible on PCVR with VR in the base game), so I'd strongly recommend trying to use the in-game designer first. In fact I build most of my stuff in-game to begin with, and use modding to reduce the part count.

  • What was the worst update in SP? 1.8 years ago

    They're all great.

  • How to upload videos on forums in simpleplanes? 1.8 years ago

    @GAMINGUAYAN1234 On the videos tab, click create and follow the prompts. It's really simple.

  • How to upload videos on forums in simpleplanes? 1.8 years ago

    You can't, you can upload a video to the videos section though.

  • Building with Blender? 1.8 years ago

    And just an fyi in the future, press the reply button to tag people when you reply, that way they can see that you've replied to them.

  • Area88 1.8 years ago

    I have this mod saved in my archives, and it can be downloaded here. No android.

  • Messed up. 1.8 years ago

    Send me the plane and I'll have a look

  • Help with collisions 1.8 years ago

    Hey, just to let you know, if you need help with something, it's best to simply wait for users to help, don't just tag a bunch of people.

  • project boutta be delayed alot 1.8 years ago

    @ToeTips I plan to have an autostart feature in the FMC info page.

  • Air Assault Alpha! 1.8 years ago

    @jamesPLANESii Sounds good!

  • Air Assault Alpha! 1.8 years ago

    @jamesPLANESii I was just thinking, if you get a chance, would it be possible to give me a list of all mods you have? I'm sure there's a few old mods I don't have archived that I'm not aware of.

  • Air Assault Alpha! 1.8 years ago

    @jamesPLANESii That's alright, thanks in advance!

  • Air Assault Alpha! 1.8 years ago

    @jamesPLANESii Hello... we meet again.

    Would you, by any chance, happen to have Cadin's mods saved? The google links are broken.

    Thanks in advance!

  • SWL-120 Startup Demo 1.8 years ago

    @AGenericPlaneCreater Thanks for the encouragement!

  • Froken World 1.8 years ago

    @jamesPLANESii Yes! Thank you so much!

  • Froken World 1.8 years ago

    @jamesPLANESii Thanks! It doesn't, but you just need to change the sharing settings to "anyone with the link".

  • SWL-120 Startup Demo 1.8 years ago

    @Sense2 Instead, how about I simply give you the system.

  • SWL-120 Startup Demo 1.8 years ago

    @Sense2 I can do that, but everything is fine-tuned to the SWL-120. It took me many hours to do so.