1. Ostranauts
  2. News

Ostranauts News

Ostranauts Hotfix Patch (0.13.0.10) Is Live!

Hey Folks!

Ostranauts v0.13.0.10 is now available on Steam, and your clients should be updating shortly.

This is a hotfix update to our recently released "Lucky Number 13" update, which primarily fixes issues with stuck crew members and glitched stats on them.

Saves from v0.13.0.0 and later should work. Note that if you were experiencing issues in the older save, this patch may fix some, but others may persist depending on the cause.

  • Fixed a bug that could cause crew stats to double-process a change, resulting in more than one stat threshold existing at once.
  • Fixed a bug that could cause food to have no eat option, even when character was hungry.
  • Fixed a bug that caused characters to get stuck and ignore commands in AI Manual mode when they had an emergency, such as hypercapnia.
  • Added code to fix saves from 0.13.0.8 and earlier which might have these duplicate stat thresholds.
  • Fixed a bug that caused inanimate objects and wounds to start thinking for themselves and planning their next move.


While there are only a few main fixes in this patch, they address some issues that were pretty annoying to those who ran into them.

The first fix involves the way we calculate survival stats on people (and some things). As a particular stat goes up and down, it crosses thresholds that signify better or worse conditions. E.g. Satiety has a range from Hungry through Sated, Stuffed, and Sick Stomach, as its relevant stat goes up.

The bug would happen when the character received or lost a negative condition, such as nausea, that alters these thresholds. In some cases, adding or removing one of these conditions caused the threshold to change, and that threshold change would cascade into another threshold change before the first one finished. This could sometimes result in the "outer" threshold change to add an extra stat to the crew when it shouldn't.

One such example was satiety threshold of Hungry and Stuffed at the same time. To the player, it would appear that they have Hungry in the UI, but the game would deny them the ability to eat things because they also had Stuffed in the background.

This patch fixes the code to prevent this situation from happening. Furthermore, it attempts to repair any save file created before 0.13.0.8 where this has happened. In our testing (and testing by brave players with the bug), this patch seems to fix things.

The second fix is to a bug we introduced in the last patch. 0.13.0.7. In that patch, we gave survival "pledges" to the captain so that it could survive without player input when it was placed in Behavior AUTO mode. E.g. it would eat when hungry, drink when thirsty, and seek fresh atmo/don helmets when needed.

In order to ensure this didn't hijack the captain while the player was moving them around, we disabled these pledges when the AI was in MANUAL mode.

However, we forgot to add that same guard to those pledges' "emergency" modes. All AIs do a series of emergency checks before continuing whatever their current action is, so they can interrupt a long action if they are in danger, and deal with it.

But in this case, the emergency mode was triggering, and the pledge to address it was not, because the AI was in MANUAL mode. As a result, some players ran into situations where their captain or crew suddenly stopped responding to orders and would stand in place, paralyzed or repeating an animation. Usually when an emergency arose, such as hypercapnia.

This patch matches the emergency mode tests with the regular tests so they can act in concert again.

Lastly, this fixes a weird bug where inanimate objects and wounds would start to plan their next move after being in the game a while. It appears the code we added to make AIs plan their next move was not correctly guarded against inanimate objects and wounds, and in some cases, those objects would finish a turn the same way AI does, putting them into the queue for planning their next moves.

In practice, they couldn't really do much without other things the AIs have (like pathfinding). But still, they were probably eating up CPU cycles better spent elsewhere. So some users may experience better performance in this build, particularly in later game saves.

As always, there's plenty more for us to fix, change, and add! And we'll be continuing in roughly that order. In the meantime, let us know if this patch helps you out, as well as if it reveals new problems!

Best,
Daniel Fedor
Founder, Blue Bottle Games, LLC

Ostranauts Hotfix Patch (0.13.0.7) Is Live!

Hey Folks!

Ostranauts v0.13.0.7 is now available on Steam, and your clients should be updating shortly.

This is a hotfix update to our recently released "Lucky Number 13" update, which is a mix of bug fixes, fixes for crew behaviors, and fixes for visual issues.

Saves from v0.13.0.0 and later should work. Note that if you were experiencing issues in the older save, this patch may fix some, but others may persist depending on the cause.

  • Fixed a bug which could cause ship layouts to overlap if there was a problem when docking, causing game to become unplayable afterward.
  • Fixed a bug which could cause crossing an airlock to become impossible in some ships.
  • Fixed a bug which could cause the ferry encounter UI to become stuck on screen if it arrived for non-captain crew when they were unconscious.
  • Fixed a bug which could cause the PASS ferry to fail to pick up player when it arrived.
  • Fixed several null exceptions which could cause the game to become unresponsive to mouse clicks when unpaused.
  • Fixed a null exception that would occur when attempting to set keybinds from main menu.
  • Fixed a bug that caused AI to don helmets when considering repairs on an item that was in unsafe atmo, even if it ultimately didn't decide to do the repair.
  • Changed Reply, Eat, Drink, Repeat, SurviveO2, SurviveCO2, and StandUp pledges to only fire when AI is on automatic mode.
  • Added code to make player eat, drink, refresh helmet, stand up, and reply automatically when in Behavior Auto mode.
  • Added code to retroactively fix saves from 0.13.0.6 and earlier to have captain survival behaviors.
  • Fixed bugs that could cause the fetch item plot to fail to end and/or re-trigger later.
  • Changed the vent plot to be clearer, and conclude correctly.
  • Fixed a bug that caused stacked items to be lost/inaccessible if purchased from a trader and sent to barter zone on an off-map ship.
  • Fixed a bug which caused broken lights to not flicker.
  • Fixed a bug which could cause the fixer to buy and sell at prices that allowed infinite money exploit.
  • Added new encounter illustrations to the game.
  • Fixed a bug which caused ship silhouettes in NAV UI to have wrong scale.
  • Fixed a bug which could cause null exceptions if an AI attempted to pathfind to a point on a ship that had recently undocked.
  • Added code to warn the user if attempting to debug dock to a ship which is already docked.
  • Changed some trigger-checking code to be faster, for slight performance improvement.


Most of this patch is to address bugs which were causing the game to become glitched or unplayable when certain events happened. These bugs could manifest in several symptoms including overlapping ships, stuck UIs, unresponsive controls, blocked pathfinding, or being unable to complete certain plots.

While this patch doesn't fix everything, hopefully these are some of the most severe or often encountered issues, and we can address any ones we missed (or new ones) in the next round.

The patch also includes some changes to how crew AI handle helmets. In particular, the captain now has some survival "pledges" to match regular NPCs, so if the player leaves them on Behavior Auto mode, the captain can autonomously eat, drink, remove helmet, and stand up if prone. Note what when Behavior is set to Manual mode, it works as it did before, and player must handle all those tasks manually.

Crew AI also had a bug which caused them to don a helmet when merely considering a task that involved an airlock opening, even if they ultimately never planned to follow-through. This has been fixed, and AI should now only put a helmet on if they eventually plan to use an airlock. (It may take a few moments for them to get around to said airlock task, though.)

Several visual issues were also fixed in this build, including the lights not flickering when broken, and ship silhouettes being too small in the NAV UI. Plus, we have some fun new artwork for you to enjoy when you see certain encounters now!

As always, there's plenty more for us to fix, change, and add! And we'll be continuing in roughly that order. In the meantime, let us know if this patch helps you out, as well as if it reveals new problems!

Best,
Daniel Fedor
Founder, Blue Bottle Games, LLC

Ostranauts Hotfix Patch (0.13.0.6) Is Live!

Hey Folks!

Ostranauts v0.13.0.6 is now available on Steam, and your clients should be updating shortly.

This is a hotfix update to our recently released "Lucky Number 13" update, which fixes a number of AI piloting issues, and some other bugs.

Saves from v0.13.0.0 and later should work. Note that if you were experiencing issues in the older save, this patch may fix some, but others may persist depending on the cause.

  • Changed AI pilots to make them less likely to crash.
  • Fixed a bug that could cause OKLG to get trashed if an AI ship pushed derelicts into it. (E.g. haulers)
  • Fixed hauler ships not behaving correctly after docking to or dropping-off a derelict.
  • Fixed AI ships trying to maneuver too soon after undocking.
  • Fixed a bug that could cause double damage in a ship collision.
  • Fixed a bug that could cause strange AI ship behavior after an AI crashed while docked.
  • Fixed a bug that could cause AIs to attempt to sit in a nav station while players dragged it around.
  • Fixed a few cases which could lead to null reference exceptions.
  • Fixed a bug that could cause purchased items to disappear inside inaccessible furniture if sent to ship zone.


This patch has been on the public_test opt-in beta for a few weeks now, and we felt it was enough of an improvement over the previous build to promote to live status.

The biggest change here is actually a series of updates to the way AI pilots work. We made some adjustments to how AI handle their approach to a target, to make them slow down sooner, drift off-target less, and be more efficient with fuel.

We also changed how the AI maneuvers after docking, undocking, or collisions, to hopefully reduce re-colliding. Plus a fix that caused extra collision damage.

There was also a bug which caused AI haulers to smash OKLG to bits when they incorrectly accounted for their extra size while towing, which should hopefully be fixed now.

We fixed a bug that caused apparent item loss after buying from a vendor and sending the item to an off-screen ship zone. Plus some causes of null exceptions.

As always, there's plenty more for us to fix, change, and add! And we'll be continuing in roughly that order. In the meantime, let us know if this patch helps you out, as well as if it reveals new problems!

Best,
Daniel Fedor
Founder, Blue Bottle Games, LLC

ā„ļø 20% OFF WINTER SALE! ā„ļø

Join us for more chaos, adventure and faulty wiring this Winter with 20% off!



[h3] ABOUT OSTRANUTS [/h3]

Ostranauts is a hardcore noir space-sim. Manage life aboard your ship, and beware the cost of every decision you make. Scavenge and explore the boneyard. Create, build, and customise your ship. Hire a crew to help but remember, nothing is more certain than death and taxes.

https://store.steampowered.com/app/1022980

Keep up to date with our latest announcements below.

šŸš€ Follow our Twitter
✨ Join our Discord
🌌 Watch our next livestream on Twitch
🌃 Buy the game here.

Happy Holidays, Everyone!

Hey Folks!

Just a heads-up that most of the team are going to be taking the next week-and-a-half off to be with family. So we'll be scarce online, and won't be making any new builds during that time.

We'll pick up where we left off in the new year, probably on the 2nd. And in case of emergencies (e.g. Steam build no longer downloads, spambot invasion), we're still basically around.

From all of us here, we hope everyone has a wonderful holiday season, and we wish you all a healthy and prosperous 2024!