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 == | ||
| − | < | + | *<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. |
| − | + | *<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. | ||
| − | * | + | *<span style="color:#E57125;font-weight:bold">[Changed]</span> Optimised concurrency code by removing unnecessary sorting calls. |
| − | + | *<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). | |
| − | + | *<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. | |
| − | + | ||
| − | * 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. |
| − | + | *<span style="color:#E50000;font-weight:bold">[Removed]</span> deprecated discord lobby creation. | |
| − | can't enter slots e.g. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | * | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | * | ||
| − | * Removed deprecated discord lobby creation | ||
| − | |||
| − | |||
| − | |||
== 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
| 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.
