Profile image

v1.8 is now live!

Dev PhilipTarpley  5.1 years ago

"Where the Heli You Been?" - SimplePlanes v1.8

It might take several hours for mobile devices to have the update delivered. Unfortunately, Amazon app store has been delayed and may take until Sunday or perhaps even Monday to reach your devices (depending on approval time)...sorry!

It's been a while since we had an update, but after several rounds of beta version 1.8 is now live on most platforms. It's packed with new features that we think you're all going to enjoy. To those of you who saw the beta posts, most of this will be familiar, but to those who did not, here are some highlights.

We've added rotor engines so the commoners among us can make helicopters without going to such great lengths to do so. They simulate ground effects, translational lift, and all the torques you can imagine thrown into the mix, which the tail has to deal with to settle things down. The rotors use actual wing physics to produce the lift at the blades, so if the tail isn't up to the task of countering the torque of the main rotor, things can get quite spinny. Even with all the standard options, we knew there would be cases where some people can't get their heli to fly quite like they'd wanted, so in addition to all those, there are a bunch of additional XML properties to really tweak it.

The aircraft carrier is now one of the most exciting places in the known universe, and has so much more room for activities! It has a catapult to launch random items (airplanes?) at blistering speeds. Wanna slow down? We've got you covered with an arresting hook to get things back to the sub-blistering range. If you stroll on over to the red boxes on the deck, be prepared for the ride of your life as the elevator brings you to the lower deck where the party really starts. Just kidding, there isn't much down there, but if you use your imagination, anything is possible!

The magnets and winches allow you to pick up all the trash you've been dropping around the islands and carry them to other parts where your guests can't see them.

In addition to all the features, there are lots of tweaks/bug-fixes, so make sure to check out the list. We wanted to thank all the beta testers for their hard work, they helped us find a lot of bugs that would've slipped past, it is much appreciated! On that note, there are still some issues that we're working on, which will be addressed in a post-launch update in the coming days.

FEATURES

  • Added Helicopter Parts

    • Main Rotor: Highly customizable helicopter rotor system.

    • Tail Rotor: Counteracts torque from the main rotor system(s) and provides yaw control.

  • Added Winch part: Rotating drum that extends and retracts a cable. Works great with the new magnet part.
  • Added Magnet part: Turn it on with an AG and this powerful electromagnet will stick to anything with the slightest hint of metal.
  • Added Hollow Fuselage part: The visuals are hollow, but the collider is quite solid.
  • Added Arresting Hook part: Helps to slow down quickly when landing on the aircraft carrier
  • Added Catapult Connector part: Tells the aircraft catapult where to connect to your plane. (Not strictly required for catapult connection.)
  • Major updates to the USS Beast aircraft carrier

    • Brand new mesh

    • Catapult launch system

    • Arresting cables

    • Elevators

  • Upgraded game engine to latest version of Unity (2018.3)
  • Added new stock helicopter: Gator 2 (modeled after a Huey Gunship)
  • Added Fast Forward mode
  • Added Speed button so mobile players can switch between slow-motion and fast-forward modes.
  • Added Autopilot On/Off button for mobile players
  • Added shift+click to yank a single part off a disconnected part group in the designer.
  • Added option to specify the "Engage At %" for a propeller engine's throttle governor.
  • Added Delay setting for detachers to allow for delayed detachment.
  • Added Reconnect Part button to designer for mobile players
  • Added UI Scale slider to settings page in the main menu
  • Added a VSync quality setting in the quality settings UI
  • Added Sun Flare and Tone Mapping that can be toggled via a new Image Effects quality setting
  • Added a camera look back (left/right) input for use in cockpit and first person cameras. Includes Cockpit/CameraVantage modifier XML attribute 'lookBackTranslation' to translate the camera (left/right, up/down) when looking back.
  • Added a ModLoadLog.txt file that logs messages, warnings, and errors related to loading mods.

TWEAKS

  • Improved UI for part rotation to allow entering exact angles.
  • Save player's settings for nudge and rotate amounts in part transform flyout.
  • Several performance improvements
  • Added ability to set a part's Input to Disabled in the designer part properties
  • Added bindable keyboard shortcuts for toggling Part Transform, Part Properties, and Color panels.
  • Counter measures now have hidden autoDispenseDelay XML option.
  • Updated the input system (hopefully better controller support)
  • Updated SimplePlanes logo in the main menu
  • Improved support for splane/spmod file association handling on Android (some file managers will still have issues unfortunately)
  • Improved file association loading of splane/spmod files while the game is running for GOG / DRM-Free builds.
  • Reduced part drag calculation precision in order to improve performance for calculating drag for large crafts.

BUG FIXES

  • Fixed a bug where fuselage inlets would revert the player's changes when immediately selecting another fuselage inlet before closing the Part Properties.
  • Fixed a bug where the nudge part inputs would not work until the transform part panel was opened
  • Fixed a bug where the download progress bar would report very high values on Mac
  • Fixed bug which could cause the propeller engines to hunt for target pitch and never be able to reach it...could cause wild swings in lift.
  • Only display "Aircraft Damaged" in Sandbox if the plane is hostile.
  • Fixed speed of destroyers to match the aircraft carrier's speed
  • Fixed the wind heading not showing up in the compass.
  • Fixed a bug where the rings would spin oddly after passing through them in a race
  • Fixed a bug where the view would rotate backwards if the player attempted to rotate the view too quickly.
  • Small islands are no longer shiny and are now have friction for wheels.
  • Fixed a bug where two rigid bodies could not be connected directly to each other at more than one place. Existing aircraft will continue to work this way, but new aircraft will support multiple physics connections. Old aircraft can be updated to use the new approach by changing their legacyJointIdentification attribute to "false" via XML.
  • Fixed a bug with multiple conflicting inputs being deactivated when activated via ActivateCameraLook
  • Fixed the position of the scrollbar on the mods menu
  • Fixed a texture quality issue with low quality water.
  • Fixed a bug where the fuselage properties would revert player's input text if their number ended in a zero.
  • Fixed a bug where a designer undo step would not always revert the craft to the correct version.

MODDING SUPPORT

  • The build process and format of mods has slightly changed. When building mods for Windows/Mac, Unity will need both the Windows and Mac build components installed (mod tools should warn you if this is not the case). PC/Mac mods now include separate asset bundles for both platforms in a single mod file. You will likely noticed larger mod file sizes with this update. A new 'Debug' build option is available which builds the mod only for Unity's current target platform with the DEBUG symbol defined (should be a faster build than the other build options).
  • A bunch of classes received interfaces which have been added to the mod tools. You may be able to get away with using less reflection code by taking advantage of these interfaces. These live in the "Jundroo.SimplePlanes.ModTools.Interfaces" namespace.
  • Fixed a bug with the starting locations reflection proxy code which may have caused the spawining of AI aircraft to fail.
  • Fixed a bug with mod level duplication when saving mods.
  • Fixed a bug that prevented the cloning of parts with a hinge joint.
  • Mod Builder Window style/layout tweaks
  • Some additional info on changes and upgrading can be found on the modding wiki

POTENTIAL MOD-RELATED ISSUES

  • Since we updated Unity with this upgrade, several mods are likely to be broken. For this reason, mods will be automatically disabled the next time you start SimplePlanes. Nathan has been able to find some very clever ways to allow some mods to still function, but several mods will be broken with this update. We recommend turning them on one by one and testing each one to verify whether or not they still functions and don't cause any problems.

Changes since last beta:

Tweaks

  • Boat wake for aircraft carrier is disabled on mobile.

BUG FIXES

  • Fixed collider misalignment on helicopter blades
  • Fixed issue w/heli blade collider being incorrect when the hub is scaled.
  • Fixed a bug where the camera could move wildly after un-pausing.
  • Log in to leave a comment
  • Profile image
    0 Petx09

    Great

    2.8 years ago
  • Profile image
    690 lastv801

    @AndrewGarrison what are the planes in each update and on the Carousels and the upate vids please!

    4.4 years ago
  • Profile image

    can next update at 1.9 or 2.0 add the new graphic like SR2 and some Official Multiplayer server, please? I hope it will have some more player to play and I like this game too that's why I comment here. but all is good just need to know how to fix the helicopter rotor is like to roll the plane to the right side in every time I used a single rotor. if you reply I will thank you for it.

    4.7 years ago
  • Profile image

    Just so you know, I'm not going to be active to later today because it's 5:02 at time of posting

    4.8 years ago
  • Profile image

    @Jim1the1Squid I'm guessing you don't have that in your country, in Sweden it's like that most of the time. You add 1kr to the price for small bottles and 2kr for large ones. (you have no choice) and when you recycle them you get the ammount back. Some people just throw them away and people sometimes go looking in the trash for them.

    4.8 years ago
  • Profile image

    My parents let me do nothing of the sort. I'm a pennypicker.
    @Minecraftpoweer

    4.8 years ago
  • Profile image

    @Jim1the1Squid hmm.. I don't know about your life very much. Where you live, do you have this system where you pay a bit extra when you buy bottled beverages and then you get that ammount back when you recycle them, it could be a way to make a bit if money. But good luck man.

    +1 4.8 years ago
  • Profile image

    We're living in a hotel @Minecraftpoweer

    4.8 years ago
  • Profile image

    @Jim1the1Squid His explanation is actually exactly what happened, Amazon underground offered the game for free but that shut down so now you need to get it the regular way, from the google play store. There you buy the game, have it forever and get the updates for free. I suggest you ask your parents for some money in exchange for chores and then give them the money and they can pay for the game with their card.

    4.8 years ago
  • Profile image

    Well, crap.
    Joking about this but would you be willing to donate $6 so that I can buy it?

    I'm almost tempted to try and find a free-download site to get it.

    4.9 years ago
  • Profile image

    @Jim1the1Squid Amazon shut down their Underground service so there's no way to provide users with an update through that service. If you want to get the update, you'll need to buy it from Amazon or from Google Play.

    +1 4.9 years ago
  • Profile image

    I already have the game @AndrewGarrison
    I'm just saying that it's stupid that I have to pay to update a game I already own.
    Mojang updates Minecraft automatically for free.
    Why can't Jundroo auto-update SimplePlanes for free?

    4.9 years ago
  • Profile image

    If you want to get the update then you'll need to buy the game. @Jim1the1Squid

    +1 4.9 years ago
  • Profile image

    @weebabyseamus

    4.9 years ago
  • Profile image

    I have the game, and the update showed up on Amazon, but it costs $4.99 and I don't have that money.
    I think that it's stupid that I have to pay to update the game.
    I'm stuck with 1.4 until either the update become free or until I penny pick enough to buy it.

    I'm quite upset, guys.
    @AndrewGarrison
    @PhilipTarpley
    @NathanMikeska

    4.9 years ago
  • Profile image

    I miss the old design

    5.0 years ago
  • Profile image
    4,279 CRATE52

    I wish simple planes would add new maps.

    5.0 years ago
  • Profile image

    Simple planes should have real airports and passengers

    +4 5.0 years ago
  • Profile image

    Simple planes should be multiplayer but you need wifi!

    +1 5.0 years ago
  • Profile image
    1,781 BlackZero

    @Sammablam Same, the more things we add the more freedom to create we have

    +1 5.0 years ago
  • Profile image

    @BlackZero I really want to see a laser guided bomb/missile to drop out of my MQ-9 or B-1B. I know it’d be a lot of coding and a lot of time bug fixing, but I think it would be super cool to guide your own ordinance. Just more freedom to the player.

    +2 5.0 years ago
  • Profile image
    660 Shaoum

    Need island texture not loading and text not showing bug fixed

    5.0 years ago
  • Profile image

    kgdkf

    5.0 years ago
  • Profile image
    14.8k Jacobdaniel

    Where do I report bugs?

    5.0 years ago
  • Profile image

    I totally agree! @MakarnaliMussolini

    5.0 years ago
  • Log in to see more comments
Dev NathanMikeska
Dev AndrewGarrison
Dev weebabyseamus
105k RailfanEthan
120k asteroidbook345
45.8k Minecraftpoweer
4,536 Bman01
15.7k Vidal99977
8,433 Testin123
165 Subnauticafan1
3,163 Potkuri
10.5k Xenotriver
19.6k DerVito
630 KellyNyanbinary
813 WoozyKiev
7,256 Roswell
14.8k Jacobdaniel
8,265 Vercynis
104k Dllama4
83.2k Leehopard
101k Wallaby
14.5k Mod
415k realSavageMan
40.1k Awsomur
10.2k MethaManAerospace
319 bmcclory
1,094 aplayer
12.3k goxictamer88
60.2k GrizzlitnCFSP
27.7k Potato21
25.1k JohnnyBoythePilot
121k AWESOMENESS360
10.9k Rub3n213
50.7k Falkenwut
49.1k Flightsonic
2,861 FaLLin1
0 GamingLaptopNoob
758 AZZ4RI
146k Feanor
6,195 SarcasticCommander
30.4k soundwave
69.2k Chancey21
648 Tengam
0 MrChulo
2,861 Raindrop
34.1k Hayhayjam664
Dev WNP78
45 Palmer777
242k EternalDarkness
75 Seavixen
810 PanKlex204
510 CyberDays
74.4k MOPCKOEDNISHE
25.7k KidKromosone
35.7k ThePilotDude
442 Struller78
14.3k Avro683Lancaster
44.9k Zott
6,562 ThePropellerIsAFan
8,762 BlunderBirb
21.4k SimpleEric
464 Ironicx45
1,730 LYB716
29.1k destroyerP
18.0k AtlasSP
30.1k aircraftarsenal123
5,183 Carolean
11.3k LiamW
12.5k Flash0of0green
227k jamesPLANESii
105k Alisuchanka
5,841 FastDan
5,289 GreatHenry
19.3k TTHHSSSS
152k MAHADI
20.8k JoddyFubuki788
13.8k BoeyingOfficial
315k mikoyanster
29.2k valaszki
13.0k CruzerBlade
10.5k Kassap
79.4k Marine
75 Kurafutomine
0 Simplepilot101
45.4k Sgtk
0 f22su35
24.4k NoGoCars
16.4k ThePrototype
92.7k MisterT
20.2k MAINE
34.7k WarHawk95
49.4k ManagedReservoir
10.6k RedIndustries
16.1k DisferGoatz
34.0k AgDynamics
34.2k Dimkal
8,281 12ocketguy
2,417 IAmMyBoss
90 Nothing
725 Wildblueyonder578
13.4k DemonSniper8
9,477 ThomasRoderick
1,320 ironkid4444
7,274 Dovahkiin420
0 Jetdog
375 Isuckatusernames
Mod Squirrel
20.8k RosaCossetteDelise
157 Fantasmo2016
269 mauripeke25
0 Daniil777
30.9k Spikerya
27.9k SteadfastContracting
28.4k VeryUnprofession
975 vctcl
3,664 CSP27
0 lsfl
1,277 Wolf64
43.8k TakeYourLife3000
0 Hottie
1,111 SwoopyPlane3106
28.0k KerlonceauxIndustries
0 Lepilote
32.3k CRJ900Pilot
8,845 XjayIndustrys
15.3k MyMessage
8,577 breitling
343 GREYWOLF4802
72.5k Strikefighter04
360 AceDAVE3000
496 CYBERBEAST
147k realluochen9999
12.1k BlackhattAircraft
4,644 MIDNIGHT
1,797 Schroneger
2,629 Redvis
8,072 CillitBangGang
0 salanina
28.3k goboygo1
322 feiyu
83.5k WIZARD2017
150 ImaginationProject
11.4k Ellisca
937 obajigabangal
88.2k Kerbango
1,882 ObliviousCed
24.1k Onedream
345 ZABR9
15 DemonMaster16
1,725 PotaterKinger
34.9k FoxtrotCharlieCharlieX
75 Magaram
46.4k PlaneFlightX
60 DarkAndre270
0 mydktskskskf
45 Sammablam
1,781 BlackZero
60 Deycoolio
31.2k NatsukiHoshino
690 lastv801
0 Znx5