1. Liftoff
  2. News

Liftoff News

Update 1.0.9 released!



Update 1.0.9 is out now! While every Liftoff update is fun, this one especially gets us exiting as it contains a few major community requests. The Armattan Chameleon and fixed setups in multiplayer! Heck yeah!

Changelist:
  • Added Armattan Chameleon frame.
  • Added Action Camera option to the CL1 and Botgrinder frames.
  • TrackEditor has been translated to French.
  • Added fixed drone option as a multiplayer game modifier.
  • Added additional room filters in the multiplayer lobby.
  • Slightly changed the layout of multiplayer waiting room.
  • Temporary fix for disappearing keybindings for Turnigy Evolution on Windows.
  • Minor bugfixes.


Important note for Mac users

A large part of our community consists of Mac users. We want to notify everyone about a recent reveal by Valve.

Starting on January 1 2019, Steam will officially stop supporting macOS versions 10.7 ("Lion"), 10.8 ("Mountain Lion"), 10.9 ("Mavericks") and 10.10 ("Yosemite"). This means that after that date the Steam Client will no longer run on those versions of macOS. In order to continue running Steam and any games or other products purchased through Steam, users will need to update to a more recent version of macOS.

Find out more here

Le update 1.0.8 released!



The time has come for Liftoff to broaden its horizon. We want to achieve that by not just growing the feature and content list, but to extend the projects reach and functionality outside the game software.

Changelist
In Liftoff:
  • Added French as a language option in the Getting Started menu and game options.
  • Added a link to join the Liftoff Discord channel in the community section.
  • Re-structured the game options menu to better fit on screen.
  • Fixed physics issue related to propwash.
  • Fixed issue with translation system that would clutter the log file.
  • Fixed text issue during fine-tuning the calibration.
  • Minor bugfixes
In Discord:
  • Multiplayer feed for games that are going on.
  • Pro League feed for new tournaments, live leaderboard updates, and tournament champion announcements


Languages

Over a 1800 lines of text in Liftoff have been translated to French, providing a premium experience to our French Liftoff community! With our localization system now in place, we plan to make Liftoff available in other languages too. Let us know which languages you'd like to see available in Liftoff!

Extending Liftoff to Discord

A year ago, the Liftoff Community has ventured to Discord to create a fun and thriving channel for Liftoff fans. It's such a fun place to be that we've decided to extend the Liftoff experience to Discord. You can now follow feeds of live Pro League tournaments and ongoing Multiplayer games within Discord, easily staying up-to-date with what's going on in the game.

Not a part of this community yet? Join our active Discord community and get in touch with Liftoff pilots around the world.

Update 1.0.7 released!



Trick or treat! The Gecko is out!

Changelist:


  • Added the Armattan Gecko frame.
  • Added 3 new motors
  • Added 3 new props
  • Added  a new FPV cam
  • Added a legendary skin for the Talon (exclusive for the Halloween tournaments)
  • Added a menu for new Liftoff players to quickly guide them through some essential Liftoff settings before their first flight
  • Added an entry to the tutorial panel in the main menu to go through the setup process again
  • Fixed error in input bindings menu when no controller was connected
  • Fixed ‘???’-characters of player names in multiplayer
  • Minor bugfixes



Armattan Partnership!


The team at LuGus Studios is super excited to announce a new partnership with Armattan.

This update introduced the first Armattan frame in Liftoff, the newly released 3" Gecko frame. The Gecko is the latest addition to Armattan's family of mini-freestyle frames.  Designed around the best principals that brought the Japalura and the Rooster to the front of their fields, this frame gives you the best protection and quality that the multirotor kingdom has to offer.



Halloween event!


Halloween tournaments
Get your brooms out and race! We have 3 scary, creepy, spooky Halloween tournaments available in the Liftoff Pro League. Placing a time on one of these tournaments will be rewarded with an event-exclusive legendary skin for the Talon frame, that won't be available in any other way.

Pumpkin hunt
We've hidden 10 pumpkins in all Liftoff environments (except for The Drawing Board). Find them all!

The first one to send us a video showing all of them will be the first proud owner of both a Community Award badge and a 2018 Champions badge, and will receive a one of a kind legendary skin for the Talon!

The pumpkins will disappear again in 2 weeks, so good luck!

 

Update 1.0.6 released!




This development updates includes both the changes for the quickfix update 1.0.5 and that of our newly released 1.0.6 update. These updates focus on fixing bugs, streamlining the experience and improving the performance of the game.

Changelist 1.0.5

  • Added Linux X-Lite profile.
  • Re-ordered the building blocks for The Drawing Board.
  • Removed several frequent memory allocations to trigger the garbage collector less often.
  • Fixed issue where it wasn’t possible to arm after selecting a spawn point in free flight.
  • Fixed issue with the music player always being visible during flight.
  • Fixed issue with resuming from the in-game options panel where the flight controls were already active again while there was still a popup being shown.


Changelist 1.0.6

  • Added festivity props to all levels for Halloween and Christmas.
  • Added game option to change input sampling frequency. This can be used to gain additional performance at the cost of less samples being taken per second.
  • Many multiplayer code optimisations to minimise the occurrence of frame stutters. This reduces the impact of players joining the room while in-flight.
  • Fixed issue with Taranis QX7 and variants where it was not possible to assign game actions to switches any more.
  • When selecting the 'Default' button in the Flight Controller Settings menu, the preset-value will also jump to the 'Default' option.
  • Added application-focus check during the 'arming' process. This prevents the drone from arming when Liftoff is not the current active window.
  • Fixed several game options that were locked in multiplayer when they weren't enforced by the room settings.
  • Cleaned up project to remove clutter from the log files.
  • Minor bugfixes



Input sampling & multiplayer optimisations


Optimisation is a big post-launch focus for us, with 1.0.6 we further improve Liftoff to run better and smoother for everyone.

With the release of Liftoff V1, a lot of content and features were added. We had to figure out how to keep it all manageable for the computer systems we designed Liftoff for in the first place. Starting with many new parts and skins added, we trimmed down loading times and memory load by only loading the content that is needed at that time. This is of course the low-hanging fruit in terms of optimisations.

Going further in this direction, we went ahead and had another look at the different systems running at the core of Liftoff to see how we could optimise them to give a smoother FPV experience. While we consider our multiplayer experience to be one of the smoothest available among FPV simulators, we took note of the community feedback reporting some issues. Specifically, with multiplayer Freeflight and Infinite Race, it’s annoying if a player joins the room while you’re setting a new best lap record and suddenly experience a stutter in framerate because another player decides to join your game. We tackled multiple sources in the code that contributed to this stutter. By far the biggest contributer to the stutter was loading in all of the resources to display the newly joined player’s drone at the very last moment. This caused a big spike in frametimes because these resources need to be loaded from your disk. We mitigated this by loading in these resources in the background from the moment the player joins the room. When the new player joins you in flight, most if not all resources will be ready to quickly display the new player’s drone.

The other big optimisation comes in the form of a game option. Liftoff was designed for mid-range gaming systems available in 2015. Still, we notice that many of the Liftoff players are running this on a system that does not meet our original intended requirements. Our input system runs along with the physics system to provide the pilot with the latest input value directly from the remote. However, because Liftoff’s physics system runs at 500Hz, this input sampling can take up quite a bit of CPU processing time. Especially on older or less-powerful hardware, this ultimately has an impact on the framerate too. With this Liftoff update, you have the option to decouple the input sampling frequency from the physics system, and let it sample at the regular graphics framerate. This input sampling option is known as the ‘performance’ setting. What does it mean for you as an FPV pilot if you pick this setting? It means that, your remote is polled less frequently and becomes framerate dependent. The higher your framerate, the more input samples are taken. The other value you can pick is ‘quality’ and is essentially the system as it was from before this update. With the ‘quality’ option, your input is polled every physics update (thus at a fixed rate every second), giving you the absolute latest value from your remote to feed into the flight controller of your quad.

Update 1.0.4 released!



The team at LuGus Studios is super excited to released update 1.0.4. The update celebrates a new partnership and includes long requested quality-of-life improvements to the game. Enjoy!

CHANGELIST VOOR 1.0.4

  • Added X-Lite controller model in the calibration menu for when that controller is detected.
  • Changed controller calibration menu background.
  • Disabled voice chat feature on unsupported systems. This fixes the long startup time on macOS Mojave.
  • Added new building blocks for The Drawing Board.: 0.5×0.5m cube, 0.5x1m cylinder, 0.5x5m cylinder, 4x4m plate.
  • Added game, graphics and audio options in the pause menu.
  • Replaced the backgrounds in the level selection menu to be static instead of cubemaps. This decreases loading times to these scenes.
  • Potentially fixed black screen issue on startup on macOS Yosemite 10.10.5. (feedback welcome)
  • Fixed some MOD/DEV functions not working properly in multiplayer.
  • Minor bugfixes


FRSKY

FrSky, the creators of the famous Taranis transmitters have been hard at work providing better products for the sim players among us. They have released a dongle for sim players and have crafted a new look and feel for their latest transmitter: the X-Lite that mimics that of a game controller. Great products, innovation and a professional attitude towards our industry, makes for a company that we are happy to work with. That’s why we are proud to announce that we’ll work more closely with FrSky on a multitude of exciting opportunities.

To celebrate this partnership, owners of a Taranis X-Lite will now see their transmitter visually represented in the game each time they go in the calibration menu.