Profile image

1.11 Beta is now available

Dev WNP78  2.6 years ago

Welcome to the much-awaited 1.11 beta! We've really had to do our best to bring it to you this month, so some things might be a little rough around the edges but we'll be fixing stuff as it comes up. This update mainly focuses on enabling builders to create immersive and part-efficient cockpits in their craft with much less hassle than before, which will make them far more suited to SimplePlanes VR, releasing alongside SP 1.12 which will contain mostly VR features for those who have purchased SPVR as well.

The beta will be available on the public-beta branch of Steam, and will come to mobile betas next week.

Below is our changelog, do read carefully because there's a lot of interesting new stuff in there.

  • Features:

    • Fuselage Slicing. This adds fill percent sliders to the fuselage tool. These can act from either of 4 sides on each end, and each side defines a flat, infinite plane that the fuselage will be cut along. This allows you to create partial fuselages which are handy for cockpit enclosures.

    • Air To Air refueling – Put a Refuel Probe on your plane and spawn a tanker through the spawn sandbox AI dialogue. This was added for things to do in VR–only games.

    • Variables System – An aircraft now has a list of numeric variables that can be written to from certain sources and read from all FT expressions.



      • Each assignment to a variable also carries a “priority” which allows you to choose which assignments will override others if multiple attempt on the same frame.


      • Variables are mainly written from the aircraft’s list of variable setters, which is accessible from a button in the bottom right of the designer. Each row in this isn’t a variable, but represents an assignment to a variable (a variable is automatically created if it’s ever assigned to). This means you can assign the same variable multiple times in that frame, or have it updated from multiple sources. A setter takes in an FT expression and stores its result to a variable. It also has an activator function which can disable the setter but this is XML–only right now and pending a GUI.


      • Variables can also be written by part modifiers that have designated outputs. Currently the only one of these is a helicopter rotor that outputs its RPM to the variable RotorRPM for a gauge, but this may be expanded on in the future.



    • Added emission option to paint. Emissive paint do glowy. We assume no liability for exposure to radiation.

    • Added part hiding feature in the designer. You can conceal parts, show or hide concealed parts, invert the concealed part list, and other things.

    • Updated Stock Craft – Wasp, Gator 2, Kicking Fish, Bush Plane, Vertigo all updated. P-51 updated with two variants, P-51 Mustang and P-51-B.

    • New Wright airport, with an improved runway, taxiways, and more buildings.

  • Parts:

    • Gauges – Instrument panel gauges used to display a piece of information (such as altitude or airspeed) with radial indicators.

    • Artificial Horizon – A standalone artificial horizon which appears to contain a ball, but does not require a cut–out in the panel to show depth.

    • Labels – Label parts, to add text or numbers to builds. Supports inputs within curly brackets, curvature, outline, gradients, and rich text formatting.

    • Simple Throttle – a standalone push–pull style throttle.

    • Fighter Throttle – a standalone slider type throttle with button.

    • Yoke – a standalone yoke part, with two handles.

    • Lever – a simple standalone lever that can be bound to any axis.

    • Control Base – A part that acts as a rotator and a grippable control, grip parts such as the joystick top can be placed on top of it. Each axis it takes an input that is also its output. This means it cannot be an arbitrary FT expression, but can be a flight control or a custom variable name.

    • Buttons – Interactable buttons that can be pushed to do stuff

    • Switches – Interactable switches that can be toggled to do stuff

    • Flight Computer – A 'cockpit' part with no camera that can act as a primary cockpit part.

    • Modern Joystick – A modern–style joystick grip part with a trigger and buttons.

    • Basic Joystick – An older looking joystick grip part with trigger and buttons.

    • Cylinder Grip – A basic grip part in the form of a cylinder.

    • Refuel Probe – A part that enables the “assist” mode of refueling from a drogue.

    • Refuel Drogue – Transfers fuel to other craft, designed to be trailed on a winch. Only used on the Tanker.

    • Seat – A simple seat part with built in camera.

    • Advanced Seat – A stronger fighter jet style seat. May add ejection functionality in the future.

    • Cockpit Canopy – A prebuilt glass canopy for 1–seat cockpits. Can open.

    • Basic Frame – A skeleton for the interior of a cockpit, which everything can stick to.

    • Modern Frame – Similar to Basic Frame, but with side areas for placing controls and a central divider between the pilot's legs.

    • Hollow Glass – A hollow glass part with tweaked rendering so the inside is not visible from outside, and the inside can be coloured differently to the outside. Recommend turning down the smoothness in the inside, as strong reflections from the canopy do not reflect the cockpit and can be very disorienting.

    • Wing Landing Gear Bare – new version of the wing landing gear with a different wheel and no attached fairing.

  • Tweaks:

    • Updated the camera part to optionally support the gun reticle and missile targeting

    • Updated the cockpit modifier to optionally disable the camera vantage.

    • Updated the cameras to optionally act like a cockpit camera, using a priority based system.

    • Added support for custom names for cameras.

    • Updated the first person camera part to support an adjustable 'up offset'. Prior to this tweak, a hard–coded offset of 0.5 was used, meaning the camera would render half a meter above the visual mesh for the camera. This can now be adjusted. With a value of zero, the camera should render at the same position as the visual mesh.

    • The designer paint panel now dynamically adds colors to match the number of materials defined in XML.

    • Added 5 extra color slots for default themes.

    • Added TargetLocked and TargetLocking variables accessible from Funky Trees.

    • Made connections more predictable when using the “Add Section” button.

    • Added support for Slant Angle to all fuselage parts.

    • Maintain camera orientation when double-clicking to focus on a non-wing part.

    • CTRL+Click on the Input button in Part Properties to enter a Funky Trees expression.

    • Changed minimum zoom distance in the designer to from 0.5 to 0.05.

    • Hold left-shift to pan/rotation/zoom the camera at 10% normal speed.

    • Updated to Unity 2020.3.19

    • Changed name of designer categories: "Cockpits" to "Cockpit Basic".

    • Added XML attribute for the CowlFlaps on the WWII engine to hide the engine cowl (bool attribute is named "hide").

    • Added support for loading AI aircraft across multiple frames.

    • Added optional liftScale to Wing.State XML element.

    • Added optional throttleResponse attribute to Engine.State XML element to override the part type's throttleResponse.

    • Added "audio" XML attribute to JointRotator modifier so the annoying audio can be disabled.

    • Added Rpm1, Rpm2, Rpm3, and Rpm4 to the flight data accessible from Funky Trees. These predate the RotorRPM variable and are on a priority based system, supporting up to 4 sources. They can't be remapped manually, but they do support Car Engines as well as heli rotors.

    • Added collider attribute to Fuselage.State element to allow more accurate colliders on fuselage parts. Possible values are Auto, Basic, ConvexMesh, and NonConvexMesh. Note that NonConvexMesh will still be convex in flight due to physics limitations.

    • Hold left-shift to pan/rotation/zoom the camera at 10% normal speed.

  • Fixes:

    • Fixed a bug where blueprint data would be cleared when not in use.

    • Fixed a bug where FT would fail to compile a zero–length string.

    • Fixed rotators playing audio when they are set to Floppy and their input is not zero.

    • Fixed a bug that would cause the wind audio to not be centered on first person view cameras.

    • Cockpits should no longer blast off into oblivion at ludicrous speeds.

    • Fixed some color bleeding on some of the icons and textures in the game.

    • Slightly raised the USS Beast launch location to prevent some craft from falling through the deck.

    • Fixed a bug that could cause some craft to be incorrectly positioned at the start of a level.

    • Fixed a bug where Jet Engine Nozzle Flaps responded directly to Throttle regardless of engine input.

    • Prevent long expressions from spilling out of Input button in Part Properties.

    • Fixed fuselage normals appearing to show a "zig zag" pattern

  • Performance:

    • Improved performance and fixed memory leaks releated to painting crafts.

    • Many peformance and memory optimizations related to craft loading. High part count crafts, particularly those with many fuselages, should load quicker and with less memory consumption.

  • Visuals:

    • Switched to linear color space

    • Atmosphere visual tweaks

    • Improved reflections in water from far away

    • Removed the 'SP Classic' and 'Static–Low' craft reflections settings. 'Static–High' is now 'Static'.

  • Log in to leave a comment
  • Profile image

    Sign up for the iOS beta here and the Google Play beta here.

    SimplePlanes VR is coming to Steam and Oculus Quest this year. If you want to know when it’s released, you can wishlist SPVR on Steam here.

    Pinned 2.6 years ago
  • Profile image

    If you find a bug, please submit a bug report here. The most helpful thing you can do is to describe how we can recreate the problem. The more likely we can reproduce the problem at the office, the more likely we can fix it.

    Pinned 2.6 years ago
  • Profile image
    1,128 PZLAgencies

    @qlqjdhj there are not Chinese

    1.3 years ago
  • Profile image
    105 qlqjdhj

    屑Jundroo,什么时候支持光线追踪🤗

    2.3 years ago
  • Profile image

    OHHHHHH, And Just letting every google chrome laptop and android wont be able to play

    2.4 years ago
  • Profile image

    Ojala y tuviera dinero para la vercion 1.11

    2.5 years ago
  • Profile image

    @Chillybaconface And please for link

    2.5 years ago
  • Profile image

    @Chillybaconface Ok
    Thanks for information

    2.5 years ago
  • Profile image

    @ShipMaker21 The game is already in alpha version

    2.5 years ago
  • Profile image

    hey andre garisan please make a link for pc

    2.5 years ago
  • Profile image

    @AndrewGarrison please for pc beta

    2.5 years ago
  • Profile image

    @WNP78
    Do you know of any speed limiter xml codes?

    2.5 years ago
  • Profile image
    6,925 Kwoshent

    @Thatguyisstupid that's impossible bruv o<o

    2.5 years ago
  • Profile image

    Why dont you add seat ejecting?

    +4 2.5 years ago
  • Profile image

    Had the same problem to but I had android 5.1

    2.5 years ago
  • Profile image

    @AndrewGarrison heĺlo there MR Andrew Garrison can you please make 1.11 compatible with 4.4.4 android version?

    2.5 years ago
  • Profile image

    What are the features for VR in update 1.12?

    2.5 years ago
  • Profile image

    @AndrewGarrison there's a bug on blade T2000 if you reverse its rotation

    2.5 years ago
  • Profile image

    @WNP78 Perhaps instead of replacing it, it could use a bit of polishing? Though I don't know how one can add new VR features to a Quadcopter... The Little Bugger could also use a proper steering wheel as well

    2.5 years ago
  • Profile image
    Dev WNP78

    @DanDaFreakinMan the quad copter is such a masterpiece it could never be replaced

    2.5 years ago
  • Profile image

    The majority of the stock aircrafts hasn't been updated earlier have received their makeover! Excellent! I also like that now they are divided into their new form and their original simpler form. The only three left now are the Little Bugger, Jackhammer, and Quadcopter.

    2.5 years ago
  • Profile image

    Hey, i think we got a problem here. You guys make AI spawning point too high. When i spawn a plane, it just bouncing and eventually off the runway

    2.5 years ago
  • Profile image

    official textured fuselages WHEN?

    2.5 years ago
  • Profile image
    2,009 RM115

    It says beta Is full

    2.5 years ago
  • Profile image
    2,009 RM115

    Beta is full?

    2.5 years ago
  • Log in to see more comments
Dev weebabyseamus
Dev NathanMikeska
Dev PhilipTarpley
Dev AndrewGarrison
Dev HellFireKoder
Mod Vincent
Mod BaconAircraft
Mod DeezDucks
69.3k MintLynx
104k Dllama4
48.6k Bife
13.8k Kangy
146k Feanor
29.3k TriStar
3,075 ssenmodnar
31.3k Mostly
3,438 SupremeDorian
19.3k QuitePossiblyMangled
18.7k Thelegitpilot13
37.9k AeroEngineering
131k Kennneth
41.5k rexzion
790 AuroraPolaris
15.4k Dastin
20.2k MAINE
31.2k AircroftDesign
3,044 Mavern
2,950 FabioGalvao
1,316 WormWithLegs
2,243 Ductwind589
19.0k klm747klm747
415k realSavageMan
25.7k Cannabis
26.0k Strucker
Mod MrSilverWolf
9,786 HelloX
11.2k tucan
4,708 OpenHere
30.3k CookingWithCinderBlocks
2,010 Gladeanus
33.2k tsampoy
55.0k PapaKernels
450 ViSilvester
26.4k Bryan5
51.9k TatsuTheOtaku
22.6k FeatherWing
45.3k Noname918181818181818181
2,542 Arthuur
6,217 Samfpanzer
7,256 Roswell
242k EternalDarkness
1,380 Tyrodapyro
19.6k DerVito
40.3k OPaiTaOn
22.9k soldier289
48.7k Destroyerz117
3,787 Fighterpilot91
11.1k Boelin
44.9k Zott
227k jamesPLANESii
28.3k goboygo1
28.6k natemomog
9,318 Tookan
3,798 Anastvats
28.0k KerlonceauxIndustries
29.2k valaszki
1,635 Beaufico
4,952 Gluck
2,107 MSLIShipLover
396 Technodium
175k QuiteInactiveWhiteBread
1,625 stalinslav
3,419 stevemc01
81.4k ReinMcDeer
13.2k brians1209
92.1k RicardoACE
180 AlphagamingWw2
3,080 s89Aerospace
66.6k SnoWFLakE0s
49.4k ManagedReservoir
8,452 ThatGuySaucy
32.4k Bernkastel
18.9k Defalt1
Mod TheLatentImage
46.4k PlaneFlightX
8,065 Ryn176
69.4k Thecatbaron
7,971 TheCreatorandDestroyer99
1,304 uselessuser151
375 JohnHorton
23.7k BagelPlane
22.3k TheGoldenEagle55
48.6k hfusiwjf29
108k PlanariaLab
0 delta
7,501 Spenzerointernational
5,220 TheSeventh
11.8k senalPelpmiS
60.7k Sergio666
4,833 Captain247
121k AWESOMENESS360
40.2k WisconsinStatePolice
9,245 UraniumOxide
125k BaconEggs
4,012 BaNg
31.0k DDVC
502 Hawker180hurricane
6,166 EverettStormy
34.6k Seredamia
14.3k SaturnUsedAutos
51.7k Suubk27
41.0k 114333
34.2k Shimamurahougetsu
75.4k 2Papi2Chulo
19.5k JS01
2,760 Zalyarowsky
4,867 Mikey101234
395 CNLong
9,884 Polaris002
412 TJAirDesign
2,591 uptightjumbo
49.6k BeastHunter
16.7k gunkanmarch
41.8k Ren
51.0k PyrrhaNikos
20.5k LieutenantSOT
285 Ppaulo0978
276 frogbot4000
11.9k X99STRIKER
60 Victor4LoneSoldier2
1,027 WarGames1942
14.0k silver
31.3k Mage2IsTriggered
7,043 KriegsmarineZerstorer
56.8k bjac0
10.1k Sparky6004
5,468 DimitriIqbal91
131 BakerOTB
9,810 Rasool0Asaad
11.1k FictiveDandan
9,850 Type89igo
25.6k MrZa
37.0k NewmanSTAR
17.0k beenz
7,204 CenturyAerospace
37.7k VeroViper
20.0k FlyRaker
18.9k KudaOni
365 133Hans
153k RussianAce
45.3k MonikaAkiyama
18.8k plane634
53.8k CoolPeach
187 RIDGEWIND
47.9k Sm10684
15.0k BuiltBionixInd10
6,364 My1name2is
623 SuperLJY
9,361 Zanedavid
1,427 BLOODIUS
29.1k destroyerP
2,399 Apickle
6,390 kyomunosekai
1,005 ENTERPRISE65
1,182 An2k
4,794 Jackevent
4,180 TheFlyingHusky
17.6k MrShenanigansSP
34.1k Hayhayjam664
0 Raisg1005
106k hpgbproductions
99.8k GuyFolk
83.5k WIZARD2017
35.7k factorization20
6,324 Zuznik8
3,870 Hectord27
161k spefyjerbf
313k Gestour
735 Amoeba
105 Xiaoxingxuan
4,944 Leota
43.8k PointlessWhyshouldi
29.0k TigerEye35
16.4k edensk
2,121 SkylineAero
Dev Pedro
7,381 DJkekkeroni
5,778 Wildcat1941
1,093 iamTexas
15.0k SenSkysh
4,512 EdamCheese6
5,429 satgat
117k Inuyasha8215
52.6k Astro12
315 FritzBlitz
482 TriggerMiku
895 MTindustries
4,602 TheMaus
3,611 Dathcha
899 404NameNotFound
10.4k Dpdfuzz
1,465 Tully2
47.7k GuianLorenzo
25.8k FlyingPatriot
5,473 JaeBeansS
12.6k JuanShot2Go
Mod FairFireFlight
18.5k Kroixo
60.2k GrizzlitnCFSP
22.2k Dann810
15.7k Suica
4,038 YoDudeChase
15.1k Johnnyynf
9,290 Yoshimi
15.1k MDDJB
50.5k Kakhikotchauri1
4,961 MRpingouin
31.9k Ayanon
993 PrivateerAm
340 LarySeeAircraft
33.4k TheGliderGuy
10.3k Starfrost
6,544 MrADS
34.9k FoxtrotCharlieCharlieX
0 huanshu
92.7k MisterT
69.5k deusalgor
1,273 Gerrit747
30 Strikefighter89
33.3k ShinyGemsBro
1,320 Sup3rtiger
2,880 Tretrax
45.8k Minecraftpoweer
247 Delta1
19.6k WaffleCakes
330 Zakhaev245
1,565 Kill3r27
1,493 YuryVendiktov
1,490 SLSD11ph
12.0k 52
4,621 Melvycon
13.1k Grob0s0VBRa
3,308 JustWingIt
7,120 Firgreen
4,662 Empanadim
88.7k GalacticaAsia
15.1k Skam
30 FridayNightFunker
1,151 monke123456765456765
2,859 FaLLin1
26.5k FishMiner
9,367 OrangNormal
10.5k Galland
23.9k POTETOZ
2,106 Skill707
2,891 BombBoi1822
442 Struller78
2,413 EagleAircraft
240 Rodger1973
765 MikoyanGurevich165
105k Alisuchanka
1,120 WrongFlyer
525 Luxray102
2,723 GeneralPatrick2
1,830 nathan8urns
35.7k REW
446 iamr4mi
360 Thiccmemegod34
15 ttccff
558 Fliegerkerlchen
4,449 Shippy456
162 Sharkexen
35.2k V
2,098 KingOog000
5,173 DEADSHOT16
21.2k TCLY
27.6k Type2volkswagen
836 Thomasthemaker4
14.2k SilverStar
376 StukaCover
30.1k aircraftarsenal123
11.5k GigaEnterprise777
0 ETOPS180
7,483 Aweyer26
84.2k Walvis
160 joaol
1,095 Shimomizuki
105k Hedero
2,770 DquarTR
11.3k DOX
337 Tank2010
2,794 RedFox65
675 Camicasi
1,620 superisGOOSE
Mod MediocrePlanes
18.6k F104Deathtrap
17 DeanToby08
210 TheEncryptor
5,408 HeavyC22
60 Sodustaaxie
425 ImNotFunny
1,113 MiladicPlanes
884 Lukelim
1,737 Turimaru
4,165 Formula350
29.7k fuyun
241 AircraftMechanic19
92 mintchocoL
2,559 AlexRol05
15 Benzon1995
4,877 Sylver
3,585 BangRou
26.2k Wibbley
28.7k tarikGR
19.7k NEOCORP
1,262 Numbers2
165 pro148
330 Sjwnwbwnjwjwjjw
6,035 cya
8,528 Thueerra
23.0k Scratchoza
2,086 Khanhlam
810 PanKlex204
30 FuzioN
16.1k StockPlanesRemastered
45 TFF7565
0 MeMeBeans
3,466 Heneepr
9,265 XAA18
15.4k Urya
3,097 JeskoGoesVROOM
0 mojing
90 Higuy453
1,995 DumbPlaneMaker
994 WAIVONSIS
23.1k marcox43
0 momoyouxia
803 baget
7,492 UltimatePlayer123
3,663 SakurasawaSumikawaiUwU
2,594 Spaceflower
4,046 prankstergangster360
60 naranjazx1
69.2k Chancey21
0 Pilotsnoopy
167 F22Rapter
10.2k HOPKINS234
1,901 Iagoola
3,036 Zue5s
1,668 SpartanDelta1
600 FangTang
32.5k XLZ
105 FENTIAN
18.4k liuxingling0354
2,147 BeuyangAviationIndustry
0 LukeWhaley0127
31.1k IceCraftGaming
329 BOEING77W
615 Kortofan228
5,361 Nofferston
7,099 AquiliusEpic
34.7k WarHawk95
1,511 qwerty132
177 Morgan2129
3,012 JettStorm
2,008 Nowhere
820 Spitfire13
155 MelucapLabs
11.4k iwannabeelected
50.7k Falkenwut
55.0k Freerider2142
38.2k UltraLight
2,127 DanDaFreakinMan
0 OrangeUnion
7,130 EasternPatrick
0 Wangshu
675 IndonesianFisherman
18.0k AtlasSP
865 DarkPK
1,158 Viper0219
28.4k VeryUnprofession
510 Jimb0cit0
405 Kurisu111
315 Goodboy1239
23.6k SPairforce
10.2k JwpsAviation
1,537 CapCipher
4,322 Ebf123
0 YuTongPC
12.7k Yuper
6,175 Proctor
3,726 HenLee
1,158 M107AA12BFG50
21.6k F4f879
15 TacticalFloppa
405 Yellowsheepi
10.5k Kassap
6,453 Diver
685 ShawnJohn20
0 weiyihang
0 Jaylien
17.3k RolandTelmsFrossag
12.3k SlavicSeal
225 XksRandomAerospace
5,668 chibikitsune
2,356 CoolNameHere
0 9927553
285 BailiAn
0 Sheepishly
12.1k Nanta02
1,233 iloveworld4723
23.6k Sakorsky
8,845 XjayIndustrys
1,565 Pajamas720
0 Zuf11
1,837 ZikkuHai
40.1k 50CalChicken
1,590 Sergio301
22.4k LarryTad
0 afterEL
360 Damirruki
2,840 OVERTHINKR
9,477 ThomasRoderick
3,944 BlackGearCompany
0 jsjsjsjxnxnisjsm
165 Phoenixtrainer
45 Blocker14536
2,002 fagun
23.4k Neruneten21
12.0k dINE
655 Amgtkids
72.5k Strikefighter04
13.8k vonhubert
225 DuneBoi
1,333 Ro4537
7,134 TwentyTwo
142 QFMk3pndr
16.3k 397blin
621 Nothebestbuilderinsp
38 AIRBUS330
8,398 phd614871
238 173ARCADE
315 Zerod
75 VegetarianVeteran
105 Icecreamm
0 Carpaltester219
27.0k Qingqiu
2,234 Aviatorloke
90 Along2005
629 se34ruy
1,654 Kleesmilie
1,392 DjDude04
0 Chinm
0 DoULikeJazz
885 Someguy3005
302 AVERAGEAVIATIONENJOYER
352 Occhie
0 JERRY154379
10.9k D1665342
1,207 Craftgamer23
276 BiliBili113687160
180 SanoSakikazeCN
1,621 Coolman1000
29.1k Viper28
2,419 Myanmar
0 chenming
555 Barracuda1984
90 PeterAnthony
0 MCMMAX
30 Thatguyisstupid
8,938 LowtusF139
0 647056058