Actions

Difference between revisions of "Update v0.2.4945.22425"

From Unofficial Stationeers Wiki

(Created page with "Category:Updates {{Infobox | decat = yes | title = Hotfix | header1 = {{Infobox | decat = yes | child = yes | title = v0.2.4945.22425 | label1 = Type | dat...")
 
(Changelog)
 
Line 28: Line 28:
  
 
== Changelog ==
 
== Changelog ==
<pre>
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> bug where null reference exceptions would sometimes be thrown when a dynamic gas canister was destroyed.
Changlog v0.2.4945.22425
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> bug where splitting seed bags obtained from traders for the first time would throw an exception.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> bug where pipes mounted on walls were not damaged by freezing or phase change.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> double tap F being able to move backpacks to the backpack slot while one of the new suits was worn.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> newly spawned Robots starting with a SmallBatteryCell instead of a LargeBatteryCell.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> old saves loading satellite dishes with best contact filter initialized to 0 instead of -1.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Robots and Zrillians loading in with partial human characteristics (Zrillians with human lungs; Robots not initializing slots correctly and dying immediately).
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> bug where deconstructing insulated inline gas tanks would return non-insulated kits.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> mkII dynamic gas canister incorrectly configured colliders.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> tooltip issues — 'left click to pick up' hidden when dragging, and in-world tooltips hidden when mouse is over UI.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> ingots with incorrect blueprint.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> concurrency not working on equip sounds.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> incorrect insert behaviour for ResolutionRule "StopLowPriorityThenNew" & "StopLowPriorityThenNew".
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> errors thrown by audioManager caused by audio concurrency system.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Research Manager breaking loading of some games.
 +
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Vulcan nights in peak summer not dropping to night temperature.
  
* Fixed a bug where null reference exceptions would sometimes
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Optimised concurrency code by removing unnecessary sorting calls.
be thrown when a dynamic gas canister was destroyed
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> CanEnter to return a result struct rather than just a bool allows showing tooltips explaining why items can't enter slots (e.g. light suit may not accept heavy jetpack).
* Fixed a bug where splitting seed bags obtained from traders for the first time would throw an exception
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Audio concurrency system to run on the main thread — previously used uni-task worker threads causing race conditions.
* Fixed a bug where pipes mounted on walls were not damaged by freezing or phase change
+
 
* Changed CanEnter to return a result struct rather than just a bool.
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> unused variable in tooltip.cs.
This allows us to show tooltips explaining why certain things
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> deprecated discord lobby creation.
can't enter slots e.g. a light suit may not accept a heavy jetpack.
 
* Fixed double tap F being able to move backpacks to the backpack slot
 
while one of the new suits was being worn.
 
This should not be possible as the new suits have their own dedicated back slot
 
and block the use of the default backpack slot.
 
* Removed unused variable in tooltip.cs
 
* Fixed newly spawned Robots would start with a SmallBatteryCell instead of a LargeBatteryCell.
 
* Fixed issue where old saves would load their saved satellite dishes with best contact
 
filter initialized to 0 instead of -1.
 
* Fixed Robots and Zrillians Loading in with partial human characteristics.
 
(Zrillians would load in with human lungs Robots would not initialise
 
their slots correctly and would immediately die)
 
* Fixed a bug where deconstructing insulated inline gas tanks would return their non-insulated kits
 
* Fixed mkII dynamic gas canister incorrectly configured colliders
 
* Fixed a few tooltip issues. When dragging, the 'left click to pick up' tooltips will now be hidden.
 
When the mouse is over the ui, in world tooltips should now be hidden.
 
* Fixed a few ingots having the incorrect blueprint
 
* Fixed concurrency was not working on equip sounds.
 
* Fixed incorrect insert behaviour for ResolutionRule "StopLowPriorityThenNew" & "StopLowPriorityThenNew".
 
* Optimised Concurrency code by removing some un-necessary sorting calls.
 
* Changed Audio concurrency system to run on the main thread,
 
it was using uni-task worker threads for some work which was causing race conditions.
 
* Fixed Errors being thrown by audioManager caused by audio concurrency system.
 
* Removed deprecated discord lobby creation
 
* Fixed Research Manager breaking loading of some games.
 
* Fixed Vulcan nights in peak summer did not drop to night temperature.
 
</pre>
 
  
 
== References ==
 
== References ==
 
# [https://steamdb.info/patchnotes/14204880/ Update on SteamDB]
 
# [https://steamdb.info/patchnotes/14204880/ Update on SteamDB]

Latest revision as of 14:22, 10 August 2025

Hotfix
v0.2.4945.22425
Type Small Update
Release 29.04.2024 (Mon) 06:09 UTC
Hyperlink SteamDB
Adjacent Updates
Subsequent Printer Instructions: Sugar, Cocoa, and Cake (v0.2.4966.22543)
Previous Logic Sorter: Insulation, Ore Tablet, and Future Content (v0.2.4936.22393)
Back to overview of all updates


This hotfix includes fixes for a few issues related to data changes in the starting conditions.

Changelog[edit]

  • [Fixed] bug where null reference exceptions would sometimes be thrown when a dynamic gas canister was destroyed.
  • [Fixed] bug where splitting seed bags obtained from traders for the first time would throw an exception.
  • [Fixed] bug where pipes mounted on walls were not damaged by freezing or phase change.
  • [Fixed] double tap F being able to move backpacks to the backpack slot while one of the new suits was worn.
  • [Fixed] newly spawned Robots starting with a SmallBatteryCell instead of a LargeBatteryCell.
  • [Fixed] old saves loading satellite dishes with best contact filter initialized to 0 instead of -1.
  • [Fixed] Robots and Zrillians loading in with partial human characteristics (Zrillians with human lungs; Robots not initializing slots correctly and dying immediately).
  • [Fixed] bug where deconstructing insulated inline gas tanks would return non-insulated kits.
  • [Fixed] mkII dynamic gas canister incorrectly configured colliders.
  • [Fixed] tooltip issues — 'left click to pick up' hidden when dragging, and in-world tooltips hidden when mouse is over UI.
  • [Fixed] ingots with incorrect blueprint.
  • [Fixed] concurrency not working on equip sounds.
  • [Fixed] incorrect insert behaviour for ResolutionRule "StopLowPriorityThenNew" & "StopLowPriorityThenNew".
  • [Fixed] errors thrown by audioManager caused by audio concurrency system.
  • [Fixed] Research Manager breaking loading of some games.
  • [Fixed] Vulcan nights in peak summer not dropping to night temperature.
  • [Changed] Optimised concurrency code by removing unnecessary sorting calls.
  • [Changed] CanEnter to return a result struct rather than just a bool — allows showing tooltips explaining why items can't enter slots (e.g. light suit may not accept heavy jetpack).
  • [Changed] Audio concurrency system to run on the main thread — previously used uni-task worker threads causing race conditions.
  • [Removed] unused variable in tooltip.cs.
  • [Removed] deprecated discord lobby creation.

References[edit]

  1. Update on SteamDB