Devlogs
New version 1.0.7
TAXINAUTA downloadable game for Windows and Linux
Posted February 15, 2026 by mosgrom
More little fixes:
- Fix confusing and wrong mini-map buttons to cycle the mini-map and directory sort order.
- 'H' key now toggles the HUD, 'L' lands and 'K' toggles the automatic-landing. You probably have to add some lines to your configuration-file for this (see below for more information).
- Fix digesting food item is not under effects item-filter.
- Fix adding items to storage (container or home) adds to your expense-compensation if you are carrying a fare at the time.
- Fix Muqashi Takwa and Capachua don't show under clone item filter.
- Fix screenshots on larger screens where taxinaut is letter-boxed show everything including the letter-boxing.
- Fix on game-over/cycling the UI appears to move down when on displays larger than 1920x1080 and taxinaut is letter-boxed.
- Taxinaut can now be build without the Steam API classes.
You probably will have to add some lines to your configuration-file. Each line is a setting to enable 'H', 'K' and 'L' to toggle the HUD, toggle automatic-landing and land respectively, add the following lines (if not already there):
keymap.h=togglehud
keymap.k=toggleautomaticlanding
keymap.l=land
Everything must be lowercase and no spaces. See also http://www.mosgrom.net/taxinaut/manual.html#keyboardconfiguration for more information about changing the keyboard-mapping. Of course changing the keyboard-mapping can make your controller not work correctly if you change the keys that it is mapped to.