Actions

Difference between revisions of "Update v0.2.5218.23679"

From Unofficial Stationeers Wiki

(new page)
 
(Changelog)
 
Line 39: Line 39:
  
 
== Changelog ==
 
== Changelog ==
<pre>
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> New WIP WorldSetting ImGui window for testing changes to global temperature curve and global composition in real time.
* Fixed chemistry station sliding drawer being on the wrong layer.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> Prototype block-out meshes for future content.
* Fixed inverse kinematics being applied to offline players. This was the reason for players looking in weird directions when offline.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> SolarRadiationTemperatureOffset curve to Mars for colder days at furthest orbit point.
* Fixed cargo larry could take growing plants out of trays. Restricted cargo larry from interacting with plant slots.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> SolarRadiationTemperatureOffset to worldSetting in Global Atmosphere Data for day/night temperature offsets based on solar distance.
* Fixed fire extinguisher triggering when picking it up out of a locker. This will also stop tools triggering when holding them in your active hand and clicking on an interactable.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> 2nd pass on IMGui worldsetting tool.
* Changed Mars World setting to use new GlobalAtmosphereData format for global Temperature and composition.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> Tools to world setting ImGui window to edit GHG curves.
* Added new WIP WorldSetting Imgui window for testing changes to global temperature curve and global composition in real time.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> GHG Index Curves for global atmosphere gases.
* Changed Authoring format for Global Atmosphere Composition and Temperature in WorldSetting. The previous version will remain compatible for now. This is being done to provide a framework for other gameplay elements to easily impact global temperature (notably Solar Radiation variance over the year).
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> Passive Vent (Valve).
* Added prototype block-out meshes for future content.
+
*<span style="color:#267F00;font-weight:bold">[Added]</span> Temperature Offset curves for GHG Index and Atmospheric Density in global temperature calculation.
* Changed moved some more Imgui calls inside !RW_SERVER defines.
+
 
* Changed updated WorldSettings to use new GlobalAtmosphere authoring format.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Mars WorldSetting updated to use new GlobalAtmosphereData format for temperature and composition.
* Removed references to a number of deprecated systems in the worldSettings classes.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Authoring format for Global Atmosphere Composition and Temperature in WorldSetting for better gameplay integration; old format still supported.
* Changed Interim Commit of Big CleanUp of WorldSetting.cs to remove a lot of data duplication and confusion around where the worldSettings data is stored.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Moved additional ImGui calls inside !RW_SERVER defines.
* Fixed Storm temperature change is now hooked into the new worldTemperature system.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Updated WorldSettings to use new GlobalAtmosphere authoring format.
* Changed Improved authoring formatting for Storms in WorldSettingData and exposed some additional variables.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Interim cleanup of WorldSetting.cs to reduce duplication and simplify data storage.
* Updated WeatherEvent in WorldSettings.xml to the new format.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Storm temperature change now integrated with new worldTemperature system.
* Added SolarRadiationTemperatureOffset curve to Mars. Mars will now be a little colder during the day when it is at its furthest point from the sun.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Improved authoring format for Storms in WorldSettingData and exposed more variables.
* Added SolarRadiationTemperatureOffset to worldSetting in the Global Atmosphere Data element. This allows world author to offset the global temperature at day or night based on the distance from the sun.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Vulcan day temperatures now spike to ~1000°C during close orbit to the Blackhole in winter, matching seasonal conditions.
* Added 2nd pass on IMGui worldsetting tool.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Global TemperatureOffsetData now eases between day and night values using sine curve instead of lerp.
* Fixed advanced composter can't be activated by clients.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Reauthored Mars Global Temperature Curves to include GHG Index and Atmospheric Density effects.
* Changed Vulcan day temperatures get a lot hotter (around 1000°C) when its elliptic orbit brings it in close to the Blackhole. This aligns with the local winter at the player's latitude. In winter the days will still be very short but it will get extra hot for a few minutes due to the massive increase in solar radiation from being so close to the sun.
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Name of pipe cowl changed to Passive Vent (Pipe Valve).
* Added Tools to world setting imgui window to edit GHG curves.
+
 
* Added GHG Index Curves for global atmosphere gasses.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Chemistry station sliding drawer layer issue.
* Tweaked position and blueprint for a future asset.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Inverse kinematics incorrectly applied to offline players, causing odd head directions.
* Updated names of future assets in english.xml.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Cargo Larry taking growing plants from trays; plant slot interaction now restricted.
* Tweaked collider arrangement for future asset.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Fire extinguisher triggering when picked up from locker; also prevents tools triggering when clicking interactables.
* Added Passive Vent (Valve).
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Deprecated system references removed from WorldSettings classes.
* Changed Global TemperatureOffsetData now eases between day and night values (sine curve ease, previously used lerp).
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> WeatherEvent in WorldSettings.xml updated to new format.
* Changed Reauthored Mars Global Temperature Curves to include GHG Index and Atmospheric Density curves.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Advanced composter not activatable by clients.
* Added Temperature Offset curves for GHGIndex and Atmospheric density to Global Temperature Calculation.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Passive Vent (Valve) interactable via RoboticArmDockAtmos.
* Fixed Passive Vent Valve so that it can be interacted with via the RoboticArmDockAtmos.
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> DLC detection issue.
* Fixed issue with DLC detection.
+
 
* Changed name of pipe cowl to Passive Vent (Pipe Valve).
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> References to deprecated systems in WorldSettings classes.
</pre>
 
  
 
== References ==
 
== References ==
 
# [https://steamdb.info/patchnotes/14501786/ Update on SteamDB]
 
# [https://steamdb.info/patchnotes/14501786/ Update on SteamDB]

Latest revision as of 14:46, 10 August 2025

Support the Devs DLC
v0.2.5218.23679
Type Big Update
Release 24.09.2024 (Tue) UTC
Hyperlink SteamDB
Adjacent Updates
Subsequent Hotfix (v0.2.5225.23702)
Previous LArRE Reloaded (v0.2.5195.23625)
Back to overview of all updates

Support the Developers[edit]

We frequently get asked by the community how they can further support the development of Stationeers. We've decided to add three superficial Support the Developer DLCs. We picked bobble heads as the simple "thank you" item to our players who want to further support our team. These 3 figurines can be mounted to appliance benches, and do nothing... except wobble after bopping their heads when you walk past.

Passive Vent (Valve)[edit]

We've added a new type of passive vent with a built-in valve. Not only does this cut down slightly on complexity of a common use case of valves and passive vents, but it also means that when you close the valve the network is truly isolated at the passive vent instead of the isolation happening within closed pipes. We don’t normally combine device functionality, but this singular mash-up was requested enough, and provides solid utility to justify its existence.

New Locked Branch[edit]

There is a new Steam Branch called preterrain - pre-terrain rework update.

We have some big new changes coming to Stationeers' terrain and atmospheric systems. This work does mean that there will be disruption to saves and mods. This branch exists to allow people to go back to play older saves.

Some mods will be broken with this update due to some low-level data changes that, in the long run, will improve authoring of worlds both for us and modders alike. Saves on un-modded worlds should be unaffected for now, however it is likely that some saves may break in the future.

Please be patient with us as we work on these new systems. Once we're done there will be a much greater range of cool stuff we can do with worlds.

Changelog[edit]

  • [Added] New WIP WorldSetting ImGui window for testing changes to global temperature curve and global composition in real time.
  • [Added] Prototype block-out meshes for future content.
  • [Added] SolarRadiationTemperatureOffset curve to Mars for colder days at furthest orbit point.
  • [Added] SolarRadiationTemperatureOffset to worldSetting in Global Atmosphere Data for day/night temperature offsets based on solar distance.
  • [Added] 2nd pass on IMGui worldsetting tool.
  • [Added] Tools to world setting ImGui window to edit GHG curves.
  • [Added] GHG Index Curves for global atmosphere gases.
  • [Added] Passive Vent (Valve).
  • [Added] Temperature Offset curves for GHG Index and Atmospheric Density in global temperature calculation.
  • [Changed] Mars WorldSetting updated to use new GlobalAtmosphereData format for temperature and composition.
  • [Changed] Authoring format for Global Atmosphere Composition and Temperature in WorldSetting for better gameplay integration; old format still supported.
  • [Changed] Moved additional ImGui calls inside !RW_SERVER defines.
  • [Changed] Updated WorldSettings to use new GlobalAtmosphere authoring format.
  • [Changed] Interim cleanup of WorldSetting.cs to reduce duplication and simplify data storage.
  • [Changed] Storm temperature change now integrated with new worldTemperature system.
  • [Changed] Improved authoring format for Storms in WorldSettingData and exposed more variables.
  • [Changed] Vulcan day temperatures now spike to ~1000°C during close orbit to the Blackhole in winter, matching seasonal conditions.
  • [Changed] Global TemperatureOffsetData now eases between day and night values using sine curve instead of lerp.
  • [Changed] Reauthored Mars Global Temperature Curves to include GHG Index and Atmospheric Density effects.
  • [Changed] Name of pipe cowl changed to Passive Vent (Pipe Valve).
  • [Fixed] Chemistry station sliding drawer layer issue.
  • [Fixed] Inverse kinematics incorrectly applied to offline players, causing odd head directions.
  • [Fixed] Cargo Larry taking growing plants from trays; plant slot interaction now restricted.
  • [Fixed] Fire extinguisher triggering when picked up from locker; also prevents tools triggering when clicking interactables.
  • [Fixed] Deprecated system references removed from WorldSettings classes.
  • [Fixed] WeatherEvent in WorldSettings.xml updated to new format.
  • [Fixed] Advanced composter not activatable by clients.
  • [Fixed] Passive Vent (Valve) interactable via RoboticArmDockAtmos.
  • [Fixed] DLC detection issue.
  • [Removed] References to deprecated systems in WorldSettings classes.

References[edit]

  1. Update on SteamDB