46.4k Whills Comments

  • v1.12.200 beta is now available 1.7 years ago

    Hello devs,
    Here are my bug reports and some feature suggestions.

    #Bug

    1. The wheel's "Offroad" variable output doesn't work.

    2. When we build the aircraft with custom landing gears made with shocks and pistons, the gear often starts to twitch when the plane is moving on the ground, or when something detached from the plane, or when the game is in low physics mode. I know this is an old bug and might be solved by editing the XML, but I still hope you can do something to make it less likely to happen.

    3. Any possibility of optimizing the game performance? I have Juno: New Origins also installed, the average FPS is higher than SP even running with the large part count and higher graphics. The computer starts to heat very fast once I run SP but not very often for Juno.

    #Feature suggestions

    1. Could you please add more nozzle styles for the "Blasto BFE150" engine? Because most planes we made are not stealthy, it's wired to have a replica plane from last century having a stealthy nozzle. Also, the nozzle should open to maximum when the afterburner is engaged. It would be nice to be able to configure the nozzle position based on the throttle input.

    2. Can we have a funky tree variable that tells us whether the player's plane is locked by radar? That would be really useful for creating realistic radar warning displays.

    3. For the missiles, is it possible to add a selection box so that we can configure the missile function and the guidance mode by ourselves (Active/Simi-Active/Infrared)? It would be even better if we could customize the missile shapes.

    4. Can the trigger of the gun be controlled by the funky tree variables? In this way, we can create turrets that automatically fire in certain conditions. It would be even better if you could add a slider to adjust the gun's ammo from 1 to infinite (and be able to reload).

    5. Is it possible to have 2 or more AI enemies in the dogfight mode? Or AI allies? Also, can we have an option to choose the altitude or the airport to spawn the planes in dogfight mode?

    6. It would be cool if the beacon light and the formation light part could cast light on objects and have more styles to choose from.

    7. Any possibility of manually configuring the brake input for the wheels? In this way, we can have differential brakes for jets and realistic drifting cars.

    8. Better engine, weapon, and environment sounds.

    9. Make the ejection seat able to eject and add a simple pilot body part.

    10. For the graphics, is it possible to add the photo mode so that shadows are always rendered at the max level no matter the camera distance so that we can take good photos or record nice videos?

    and.....any possibility for TrackIR support?

    Thank you for reading my long list. I would appreciate it if you could make anything from this list come true.

    Good luck with future projects,
    Whills.

    +7
  • YF-64 6th Gen VTOL Prototype 23 days ago

    @MA2211CwCABaerospace A crazy company had an idea to combine F-35's head, F-22's fuselage, X-32's wing, Su-57's thrust vectoring into ONE airplane :)

    +4
  • IA Camera (no mods) 2 months ago

    This thing makes me feel like I am doing 3D rendering in SimplePlanes...

    +4
  • Simple Mirage 2000 2.7 years ago

    @ollielebananiaCFSP Let me make a comparison here:
    Pros of SR2

    -Easier for building stuff. You can easily adjust the shape and size of the fuselage just like in 3D software.
    -The landing gear part in SR2 is better.
    -You can configue part textures.
    -It supports Vizzy programming, which I think it's more convenient and powerful than funky trees in SP.

    Pros of SP

    -It has a complete weapon system.
    -The ability to fight against AI.
    -You can easily make a detailed cockpit.
    -The plane control feels better.
    -Obviously has more players than SR2.

    Overall, I think SP is better for building planes, although editing parts is not as convenient as that in SR2. If you want to build something like boats and cars, I think SR2 is more fun to play with.

    I am not French, but I watched the French movie Sky Fighters a lot when I was a kid. So Mirage 2000 became one of my favorite planes:)

    +4
  • [Crown of Doom] Winners 2 days ago

    @SupremeDorian @RestlessGalaxies Thanks!! I really enjoyed this challenge :)

    +2
  • SimplePlanes 2 | Environments Part 1 17 days ago

    The graphics are way better than SP1!
    Just a small suggestion: the road texture could still be improved, it looks a bit too much like freshly paved asphalt. Also in real life, roads often have subtle reflections. Maybe adjusting the roughness and specular maps could help make it look more realistic.

    +2
  • Su-27 'Flanker-B' [ACE001] one month ago

    @F8boa The fire guns icon will disappear if you run out of ammo, but you have the fire missile icon available, by clicking the fire missile icon, you can reload the gun. (make sure you fly below required altitude and speed)

    +2
  • 1903 Wright Flyer 2 months ago

    I planned to build this before and eventually gave up thinking it's too complicated... Thank you for your work, it looks amazing and the performance is very realistic 10/10

    +2
  • CHESS (Fully Working) 5 months ago

    @AndrewGarrison thank you Andrew! Thanks to your crazy game, I greatly improved my 3D modeling and coding skills... You inspired us :)

    +2
  • Fully Working Chess in Simple Planes! 5 months ago

    @SamuelC Hello! I haven't fully finished it yet, it will be released soon!

    +2
  • Fully Working Chess in Simple Planes! 5 months ago

    @LunarEclipseSP Thanks! But I don't know whether it will work in VR, the scale of this build is 5:1, which is much larger than that in real life. I tried to make it 1:1, but in this scale, the visual looks terrible, as the shadows are rendered in very low quality.

    +2
  • Simple MiG-21bis 2.0 years ago

    @Sputochka Sure :-)

    +2
  • Limited Ammo Gun (Updated, Free to Use) 2.0 years ago

    @MrCOPTY I just updated this and add a "reload" function. The gun will be reloaded when the player is stopped on ground and hit the Fire Weapons button.

    +2
  • Limited Ammo Gun (Updated, Free to Use) 2.0 years ago

    @Ooflauncher1 Yeah I tried this, but as long as you didn't reach the burst count in a single shot, you can have unlimited ammo.

    +2
  • Simple MiG-21bis 2.0 years ago

    @Mustang51 Actually I am using this expression to get the realistic mach number, I use it in the cockpit label. For example, you can just put a text label and then copy and paste this into the text field:
    Mach: {TAS/(Altitude<11000?(340.3-0.0041*Altitude):295.2);0.00}
    By checking this label, we can know the plane's real Mach number.

    Sadly in this game, we can't use FT to control the engine thrust multiplier. But since Jundroo already simulated the effect that the air drag and engine thrust drop as the altitude goes up, I think as long as we can get the drag point right, then the top speed at both low and high altitudes will be realistic.

    I think the main reason we find it hard to balance the top speed is that we didn't calculate the Mach number correctly, I used to just divide the TAS by 340 (so does the Jundroo's official planes !), which is quite wrong. In fact, at 15,000m, you only need to get about 2,100 km/h (TAS) to reach Mach 2, but most people think they have to make the speed as high as 2,450 km/h, which is actually way too fast.

    +2
  • Simple MiG-21bis 2.0 years ago

    @Mustang51 That sounds a great idea, I will surely give it a try. I think increasing the drag point a little bit might also be helpful (around 1500 I think). This plane is too fast at current drag points. When the the plane is at higher attitude, it is easier to achieve high Mach number. Since the speed of sound will drop below 300m/s at 10,000 m. If the plane's GS Is 300 m/s, then that's mach 0.88 at sea level but mach 1 at 10,000m. I use this funky tree express to roughly get the local sound speed: (Altitude<11000?(340.3-0.0041*Altitude):295.2)

    +2
  • Simple MiG-21bis 2.3 years ago

    @femboykiller0w0 You also need to copy that flare dispenser part, because I also modified its XML.

    +2
  • Su-27 'Flanker-B' [ACE001] 7 days ago

    @ToeTips Sure, you can use them, just include a link to this build is good enough :)

    +1
  • Su-27 'Flanker-B' [ACE001] 15 days ago

    @SuperSuperTheSylph Thanks I saw it!!! I'm really happy that this plane is featured

    +1
  • Su-27 'Flanker-B' [ACE001] 23 days ago

    @frogbot4000 Sure, you can use them if you want!

    +1
  • Su-27 'Flanker-B' [ACE001] 27 days ago

    @SuperSuperTheSylph I am planning to release Eagle, so that you can dogfight it with Flanker :)

    +1
  • Su-27 'Flanker-B' [ACE001] 28 days ago

    @TheCommentaryGuy The wing is made of two flat cylinders, I put them close to each other with a small angle to create the curve. I fine-tuned the cutting points to make it look seamless from the top, but from the bottom view, there is a seam. Since we mostly look from the top, I think it's acceptable to leave a seam on the bottom side. As for F-22 and 35, the exterior and cockpit are generally finished, but I am still working on flight controls, as well as small details here and there.

    +1
  • WIP F-22 vs Real F-22... one month ago

    @LunarEclipseSP Currently about 470 parts! But I may optimize it further

    +1
  • Su-27 'Flanker-B' [ACE001] one month ago

    @SimpleFries
    @EmpirePersia2500
    @LunarEclipseSP

    +1
  • Su-27 'Flanker-B' [ACE001] one month ago

    @M109simp
    @caid0ngming
    @Emma159

    +1
  • Su-27 'Flanker-B' [ACE001] one month ago

    @sKyCoS
    @SuperSuperTheSylph
    @B1BLancer

    +1
  • Su-27 Teaser one month ago

    @Chaimber0825 Due to the limitations of SP, the are not really behaving like real world missles, but I tried to give them reasonable performances.

    +1
  • Space Shuttle (Autoland) 3 months ago

    @Oyasumi If I remembered correctly, it's cutout filter. Background was composited with motion blur added.

    +1
  • Space Shuttle (Autoland) 3 months ago

    @SuperSuperTheSylph Congratulations!😉

    +1
  • Space Shuttle (Autoland) 3 months ago

    @Solent
    @RobertsAeronautics
    @Convex

    +1
  • CHESS (Fully Working) 5 months ago

    @LunarEclipseSP Ahh, thank you! I have added this to Minigame.

    +1
  • Update Galore and Steam Sale 1.6 years ago

    @AndrewGarrison @WNP78

    BUG

    I have found a new bug in the latest version of simple planes and it has a major impact on most of my builds:
    The 'disableAircraftCollisions' function in the XML for the new levers and new style switches doesn't work, it will collide with cockpit parts even when I disabled the part collisions, making the cockpit canopy unable to close or open. I hope there will be a fix for this problem, thanks!
    ///////////////////
    Edit: I think this bug may be related to the detacher, because my canopy is connected to a detacher, after removing the detacher, the problem is temporarily solved. (But it is still a bug!)

    Example Build for this BUG: https://www.simpleplanes.com/a/thls7H/New-lever-and-switch-collision-bug-example

    +1
  • Limited Ammo Gun (Updated, Free to Use) 1.6 years ago

    @skittleChan I am sorry but I don't have discord. You can simply leave comments on my posts and I will reply you :)

    +1
  • WIP F-22 vs Real F-22... 1.9 years ago

    @DONIER Same situation, I always prefer finishing the exterior first and then complete the cockpit.

    +1
  • Complete Autoland 2.0 years ago

    Very impressive, you must have spent lots of time coding and testing!

    +1
  • Limited Ammo Gun (Updated, Free to Use) 2.0 years ago

    @MrCOPTY Thanks! I didn't know someone already figured it out.

    +1
  • Simple MiG-21bis 2.1 years ago

    @HappySword Thanks for posting out this issue, I also noticed it. I will surely fix it in the future update.

    +1
  • Simple MiG-21bis 2.2 years ago

    @Robomo00119 Sure ;)

    +1
  • Simple MiG-21bis 2.2 years ago

    @Carsonkiddy2 This function doesn't affect the flight physics. It's just mimicking the real mig 21 which the pilot can manually adjust the nose cone so that they can make sure the engine gets enough air in some critical moments. The nose cone will be adjusted automatically according to the air speed if you didn't use VTOL up to adjusted it.

    +1
  • Simple MiG-21bis 2.3 years ago

    @belugasub I am so glad you like it and thank you so much for the review! I will definitely try to improve it in the future!

    +1
  • Simple Mirage 2000 (Update V1.1) 2.4 years ago

    @temporaryplanetester Thanks! I first tried SP at the beginning of 2022. But before that, I used to spend lots of time in making 3D models in software like Maya.

    +1
  • Simple Mirage 2000 (Update V1.1) 2.4 years ago

    @Red920 Oh, thanks for pointing out and sorry about that :)

    +1
  • Simple Mirage 2000 2.7 years ago

    @ollielebananiaCFSP haha thanks! This is my first plane! I used to play SR2

    +1
  • Su-27 'Flanker-B' [ACE001] 19 days ago

    @UNSCSierra117 Thanks! Glad to hear that!

  • YF-64 6th Gen VTOL Prototype 20 days ago

    @TheCommentaryGuy Okay!

  • YF-64 6th Gen VTOL Prototype 21 days ago

    @Defalt1 Really? What happened? I think you need to wait until it picks up speed then it will start the transition process. Please keep the VTOL slider down until it finishes the transition automatically.

  • YF-64 6th Gen VTOL Prototype 22 days ago

    @Vivo665 You have ideas for the name?

  • YF-64 6th Gen VTOL Prototype 22 days ago

    @MABURv2 https://ezgif.com/video-to-gif

  • YF-64 6th Gen VTOL Prototype 23 days ago

    With VTOL down, this plane can do a short take off from USS Tiny.

    In VTOL mode, the controls are the same as F-35B: pitch for altitude, throttle for forward speed!