1. Stationeers
  2. News

Stationeers News

Performance & Bug Fixing


This week we’re bringing you a range of performance improvements and bug fixes.

Performance

There are two main performance improvements we have made, one is a rendering improvement that means the main thread is spending less time waiting for rendering tasks to complete. The second is to do with the prioritization of our many threaded tasks. Threads that are running non time sensitive tasks have now been moved to a lower priority allowing other tasks to be processed faster and improving the overall performance.

With these two changes combined, most players should see a modest performance improvement while players running larger bases should see a significant improvement.

Notes:

These changes were not more performant on dedicated servers so are not activated there.

Additionally we’ve added Legacy-CPU option to settings (not exposed in the main settings panel). This disables some multi-threading priority optimisations that will have a negative effect on users with CPUs below the recommended spec. You can try enabling this option if the latest update has caused your logic and atmospherics simulation to noticeably slow down.

You can enable it using the command “legacycpu [enable, disable]”


Bug Fixing

Besides the performance improvements we’ve also done a bit of bug fixing. Most notably we’ve fixed the issue where you could sometimes end up controlling your character as well as a ghost character.

Upcoming

You might notice that this update does not contain any new content and we will be resuming our normal content cadence in the coming updates.

Besides more new content you can look forward to improvements to the multiplayer connection process as we take the final steps in completely removing reliance on Unity’s multiplayer API.

Your support makes this possible


The major refactor has been a huge milestone for us and we think you can see the tremendous impact that it has had. Your support through bug reporting, suggestions, and direct involvement with our team on discord make a big difference.
[h3]If you like the progress we have made, please consider taking a moment to leave a positive review. This makes a great deal of difference to the project. We have worked hard on this project now for five years, and we feel confident the game has substantially improved from when we started. Many projects steer clear of the hard tasks, and we are proud to have taken them on.[/h3]

Additionally, you can support us by purchasing the DLC we made to allow those who like the game to support us, and in return get something a little fun to continue to use in the game.

https://store.steampowered.com/app/2089290/Stationeers_Human_Cosmetics_Pack/

https://store.steampowered.com/app/1038400/Stationeers_Zrilian_Species_Pack/

https://store.steampowered.com/app/1038500/Stationeers_HEM_Droid_Species_Pack/

Change Log v0.2.3647.17684


  • Added `--nodiscord` argument to skip discord integration
  • Fixed possible NRE in Asteroid.SetMineableRenderers() based discord report due to null mineable in loop
  • Updated DiscordSDK in blind hopes it will solve crashing issue for some players
  • Fixed NRE when saving new world on dedicated server.
  • Removed unnecessary console action logs when saving game
  • Fixed NRE from AtmosphereAudioHandler and ThingFire classes for dedicated server
  • Fixed NRE in ChatMessage for dedicated server
  • Fixed Panel on Atmospherics machines not showing correctly localized Mode strings.
  • Fixed Thread Priority changes do not take effect for dedicated servers
  • Set DeepMiner `_timeSinceLastOreSpawn` to current game time when turned on. Fixes issue where dirty ore is spawned when been turned off.
  • Fixed cryo tube temperature message
  • Added Legacy-CPU option to settings (not exposed in main settings panel). This disables some multi-threading priority optimisations that will have a negative effect on users with CPUs below the recommended spec. You can try enabling this option if the latest update has caused your logic and atmospherics simulation to noticeably slow down.
  • Added Legacy-CPU console command. "legacycpu [enable, disable]"
  • Fixed chute bin returning the wrong kit on disassembly
  • Removed unnecessary settings of directory properties for save points. All getters to a single point now.
  • Fixed bug where dying and respawning would leave multiple brains with the same client id in your save. On loading this save, you could spawn into the dead body's brain which would force another respawn, leaving another living copy of your character in the world.
  • Tweaked duct tape mkII repair speed. Will now repair things 10% faster than normal duct tape.
  • Optimised Rendering preparation on CPU.
  • Optimised Threaded atmospherics and logic behaviour to avoid taking resources from more time critical processes. This improves frame-rate on bases with an extensive number of atmospheres.
  • Reduced The number of Atmospherics worker threads.
  • Reduced Priority of non-time critical threads.
  • Fixed some tool speeds being set incorrectly
  • Tweaked tool speed for emergency tools. Emergency tools will now be 0.5 times the speed of normal tools
  • Fixed scrolling on screens sometimes not working
  • Increased scrolling speed on screens

Hotfix v0.2.3623.17642

  • Fixed Combustion Centrifuge still processing when not in final build state.
  • Fixed Exiting a ladder can sometimes damage suit or Helmet.
  • Fixed Centrifuge still operating when not in final buildState.
  • Improved error message for when start ConditionData is invalid.
  • Fixed Modifying a pipe network connected to a Medium Radiator could cause gas in the network to get deleted.
  • Fixed DeepMiner does not return item kit when deconstructed.

Deep Miner, Centrifuges, and Chutes

The main focus this week is adding new mining mechanics which allows you to automate parts of late game mining. Along with the new miner we've reworked the centrifuge mechanic and added chute devices to give player chute networks far more utility.

This is the biggest update we've done in a while both in terms of new content as well as bug fixes and we're excited to be back in a place where we are able to push out updates like these!

Deep Miner




The Deep Miner is a device that you construct on the terrain surface and will drill to bedrock and start producing Dirty Ore. The Deep Miner will take some time to reach bedrock, depending on how deep it is, and will then produce approximately a stack of 10 Dirty Ore every 90 seconds.


Dirty Ore


Dirty Ores simply represent unprocessed pieces of unsorted ore. During processing it will be transformed into a normal ore, using the same distribution of ores form your world(not including ices). Attempting to smelt a Dirty Ore before processing it will result in it being destroyed without producing anything, you must first use a centrifuge to extract the pure ore from it.


Centrifuges




[h3]Existing Centrifuge[/h3]
The Centrifuge now processes one item off a stack at a time. It stores the processed ores inside itself until the export lever is pulled. Centrifuge processing speed is based on RPM, it takes 100 seconds for the centrifuge to spin up to its maximum speed of 100RPM.

[h3]Combustion Centrifuge[/h3]
This new centrifuge is powered by a small internal combustion engine fed by a fuel mix to the input pipe. It is capable of much higher RPMs than the Electric centrifuge, but sudden changes in Rpm or exporting while running will add stress to the machine. If max stress is reached it will grind to a halt and processing will stop. The amount of fuel used each tick can be controlled with the throttle lever. The Combustion Limiter lever will increase the amount of fuel that can burn each tick to supercharge the speed of the engine.


Chutes

We've added a range of new chutes that provide vital missing functionality. We've implemented both basic and digital versions that can be controlled via logic.



[h3]Flip Flop[/h3]
This new chute has one input and two outputs that it switches between every time an item passes through. There is an indicator on the side to inform you where the next item will go.

[h3]Digital Flip Flop[/h3]
The digital version is similar except you can control the ratio of items for each output via logic. There's also a manual knob to set the ratio.

[h3]Valve[/h3]
The valve is a simple directional chute that acts as a gate. When set to open items will flow through and when it is closed they will stop.

[h3]Digital Valve[/h3]
The digital valve is similar except it will automatically close after a specified number of items have passed through. This threshold can be set using the dial. It can also be manually opened and closed using the button on the device

[h3]Overflow[/h3]
The overflow chute has a single input and two outputs and will behave as a normal chute until it can no longer output straight at which point it will overflow incoming items to the other output.

Reversed Variants Coming Soon: we had to make last minute changes to the reversed variants of the digital chute devices and will be included in the next patch.


Save and Character Day Tracker




Displayed by your character's face cam is now a day count for how old the current save is. When a new day starts you’ll see a message with this information as well as the number of days you’ve gone without respawning. This character age is also visible on the player list screen(tab).

Thank you to Jixxed for creating the original mod that prompted us to add this to the base game. Right now we've not added time as we'd want to rework some of the UI to achieve this which was a bit out of scope.

Connectivity

The work that we did at the beginning of the year to decouple Stationeers from Unity’s High Level Multiplayer API was a mammoth task. While the benefits of replacing it with our own bespoke system improved multiplayer stability and reduced desync, we’re still partly relying on Unity’s deprecated Low Level API. The result of this is that many people have trouble connecting and playing with their friends. Art of the Rail is currently testing a new solution for this that will mean we no longer rely on any of Unity’s deprecated APIs. Once this has been proven to work and implemented we will also re-enable Steam’s P2P networking.

Your support makes this possible


The major refactor has been a huge milestone for us and we think you can see the tremendous impact that it has had. Your support through bug reporting, suggestions, and direct involvement with our team on discord make a big difference.
[h3]If you like the progress we have made, please consider taking a moment to leave a positive review. This makes a great deal of difference to the project. We have worked hard on this project now for five years, and we feel confident the game has substantially improved from when we started. Many projects steer clear of the hard tasks, and we are proud to have taken them on.[/h3]

Additionally, you can support us by purchasing the DLC we made to allow those who like the game to support us, and in return get something a little fun to continue to use in the game.

https://store.steampowered.com/app/2089290/Stationeers_Human_Cosmetics_Pack/

https://store.steampowered.com/app/1038400/Stationeers_Zrilian_Species_Pack/

https://store.steampowered.com/app/1038500/Stationeers_HEM_Droid_Species_Pack/


Change Log v0.2.3619.17630
  • Updated digital chute flip flop manual toggle collider position.
  • Tweaked digital chute valve. You can now set the 'Quantity' with logic. (This is the number of items that have passed through already). Also made the minimum setting 0 instead of 1. If set to 0 the valve will never auto close.
  • Added another setting to the digital chute flip flop. Will appear in logic as 'SettingOutput'. This will set the number of items send to the upwards output before flipping. Using this, you can make more useful ratios (Setting:SettingOutput). Also made the minimum setting 0 which, if used, will cause the device to not flip/flop automatically.
  • Fixed Station contacts were in the wrong part of the Loading sequence, this would cause loading them to throw "Couldn't register x with id" errors.
  • Fixed BareBones Start condition throws error and returns to main menu when playing as robot or Zrillian.
  • Added cancellation token and thread abort when editor application is quitting. A possible fix to auto save issue in editor
  • Fixed NRE syncing Client.DaysLived causing dedicated server to become unresponsive
  • Fixed DeepMiner not syncing minded terrain on dedicated server
  • Added Deep Miner crafting recipe to use steel and invar on the MKII autolathe.
  • Modified Deep Miner and Combustion Centrifuge recipes to also use constantan, take longer, have increased printing times, and have stack sizes of 1.
  • Fixed Centrifuge animations and sounds to reflect new RPM behaviour.
  • Added "atmos count" command. returns number of atmosphere cells and number of rooms.
  • Changed DeepMiner drill bedrock position.
  • Fixed Digital Chute Devices returning incorrect kit when deconstructed.
  • Fixed "floating invisible colliders". When mining out an entire chunk the last calculated collider would remain when the chunk had 0 vertices. Now the collider is correctly disabled when the chunk has 0 vertices remaining
  • Removed unused Logic vars from CombustionCentrifuge: Mode, Setting, Ratio, Maximum.
  • Changed increased the stress added to CombustionCentrifuge when exporting ores while running at high Rpms.
  • Updated Stationpedia entries for both centrifuges, dirty ore, and deep miner.
  • Increased centrifuge and deep miner power requirements. Decreased Combustion centrifuge power requirements.
  • Fixed Typo in DaysPassedPlayerMessage.
  • Changed DeepMining ore generation weight table to take into account World-settings for ore vein size, drop amount and and ore vein attempts.
  • Fixed storms passing through face structures (e.g. windows and walls) at certain orientations when cladding is placed on them
  • Fixed Cogs and Drill Head offset incorrectly when building a new Deep miner.
  • Added Sounds to Deep miner.
  • Fixed Powered and operating sounds not playing on some devices when loading a game (the sounds would come back when the devices power was cycled)
  • Added total days passed for save to hud
  • Added days lived to score board for each players current character(existing characters will start at day 0)
  • Added a "day passed" message
  • Fixed Colliders for IC slot and screws on CombustionCentrifuge were not being enabled when opening slider.
  • Fixed CombustionCentrifuge not exhausting its internal atmosphere when turned off.
  • Reduced base rattling sound of combustion Centrifuge when machine is not stressed.
  • Fixed digital flip flop and digital value chutes. Can now set the setting knob value with logic
  • Tweaked digital valve shutter position as it was not on the correct side for left variant
  • Fixed missing material on basic chute kit
  • Tweaked collider size on standard chute kit
  • Fixed Build error.
  • Fixed motor revving sound when turning on centrifuge.
  • Improved motor stress audio behaviour.
  • Fixed DeepMiner shaft offset issues. Created a more reliable way of scaling shaft as it drills down
  • Fixed BioMass was having its smelting gases incorrectly removed when created in a centrifuge. biomass centrifuge behaviour restored to previous state.
  • Added Sounds to CombustionCentrifuge.
  • Added new kit for powered chutes and chute devices. Moved chute bin into this kit.
  • Completed initial balance pass of deep miner and Centrifuge rates.
  • Added spin to the DeepMiner shaft animation
  • Fixed combustion centrifuge import and export ports facing the wrong direction
  • Added updated DeepMiner model
  • Added wobble animation to DeepMiner shaft.
  • Fixed NRE when player dies from explosion.
  • Localization pass on cryo tubes and new chute devices
  • Added digital flip flop chute. Will flip after a specified number of items have passed through.
  • Fixed centrifuge lever/onoff switch selection bounding box sizes
  • Fixed DeepMiner exporting when chute is full
  • Fixed DeepMiner drill and gears spinning when on but not powered
  • Added new Centrifuge model mesh
  • Added new lever interactable for Centrifuge
  • Added custom animation files for Centrifuge due to hierarchy change
  • Added left variant of chute digital valve
  • Updated thumbnail image for right variant of the chute digital valve
  • Added IChute interface to make dealing with chute devices easier
  • Added the digital chute valve. This will automatically close after a specified number of items have passed through. This threshold can be set using the dial. Can also be manually opened and closed using the button on the device
  • Added ChuteDevice class which can be used to create more complex powered chutes
  • rewrote gas generators thermodynamic scaling, to better scale with the amount of combustion which has occurred.
  • Generally decreased gas generator convection by 3x, and undid the recent 25% power increase to become an overall 15% decrease.
  • Fixed error on Combustion Centrifuge when output pipe removed.
  • Fixed issue with gas fuel generator throwing errors when not connected to pipes
  • Fixed issue where combustion energy from the previous tick was subtracted after thermodynamic convection occurred, resulting in low exhaust temperatures.
  • Added ability to the gas fuel generator to scale its convection based on how much fuel its processing.
  • Decreased Gas Fuel Generator combustion chamber volume, lowering its overall throughput, and max output power. Efficiency should be the same, and multiple gas fuel generators should be used instead of just one. Existing generators should be fully deconstructed and rebuilt to enter a good state.
  • Increased Gas Fuel Generator heat to power conversion by 25%.
  • Fixed Setting Throttle/Combustion on CombustionCentrifuge via logic throws error.
  • Fixed exception on deep miner if it is running when it is destroyed
  • Added Kit (CombustionCentrifuge) to Tier2 Autolathe recipes.
  • Changed Centrifuge can now export when turned off.
  • Changed Stress Behaviour on Combustion Centrifuge. Exporting at High Rpms adds stress. When max stress is reached machine rapidly spins down. When Stress is high drum will wobble.
  • Fixed Localization error with Throttle and Combustion Levers on CombustionCentrifuge.
  • Adjusted deep miner drill speed to be much longer. On mars you will have to wait close to 5 minutes for the drill to reach bedrock and start production
  • Added drill head animation for deep miner
  • Added Entry/ExitTime to ChuteFlipSlopSplitter build states
  • Fixed NREs spamming when first creating a new Structure in editor.
  • Added overflow chute which will direct materials to an overflow output when the default output chute is full
  • Animation fixes for CombustionCentrifuge
  • Added WIP CombustionCentrifuge device to DebugKit.
  • Fixed combustion very small amounts of high energy gas could cause atmospherics thread exceptions.
  • Changed centrifuge placeholder speeds to significantly slower speeds
  • Changed ServerTick/ClientTick to UniTask
  • Fixed bug where thing could input through a ChuteFlipFlopSplitter and ChuteJunction output. Reject items moving through non-input connections.
  • Fixed NRE in DeepMiner due to class type change for DirtyOre
  • Changed SurfaceAreaScale clamp to allow scales smaller than 1.
  • Moved switching chute outputs to OnServerTick()
  • Cleaned up gravity handling when entering/exiting ladders
  • Added processing time to ICentrifugable.
  • Fixed error spam when closing Discord while game is running
  • Updated Centrifuge processing behaviour. The Centrifuge will now slowly increase its rpm when turned on. It will process one item off the stack in its import slot (similar to the arc furnace) processing time is based on the rpm of the machine. The processed materials will be stored in the machine until the open variable is set to true. When the machine is opened it will export its stored materials. Open lever will be added to the model soon (in the mean-time beta-branch players will need to use logic).
  • Fixed Centrifuge will now de-gas any ores it processes.
  • Fixed DirtyOre not spawn-able.
  • Added Centrifuge will now process DirtyOre. DirtyOre will be converted into one random ore in a 1:1 ratio. the ore-type produced is randomised based on the planets ore weighting settings.
  • Added CombustionCentrifuge script and WIP prefab.
  • Fixed a number of tooltip generations creating new strings unnecessarily.
  • Added Dial script.
  • Changed default behaviour of newly added assets to not burn.
  • Actually Fixed missing reagent mix blueprint
  • Fixed missing reagent mix blueprint
  • Added chute valve. Will stop the flow of materials in chutes when closed and act like a straight chute when open.
  • Lowered the thermodynamic scale for cryo tubes. Will now convect 10x slower which should make it easier to keep cool in a pressurised room
  • Removed old ChuteSplitter Thumbnails
  • Removed Collider from Mode interactable ChuteFlipFlipSplitter.
  • Changed ChuteFlipFlipSplitter thumbnail name to be consistent
  • Updated mesh, materials, thumbnail, and blueprint for reagent mix
  • Updated charcoal blueprint
  • Updated charcoal thumbnails
  • Fixed incorrect textures on new charcoal model
  • Change the texture size for reagent mix from 2k to 512.
  • Create a new reagent mix model and textures.
  • Changed name ChuteSplitter to ChuteFlipFlopSplitter
  • Removed custom output index in favour of Mode property for better network sync
  • Removed Animator on ChuteSplitter
  • Added DoTween animation for ChuteSplitter needle
  • Removed unused material (DirtyRock)
  • Fixed wrong material on DirtyOre
  • Change the dirty rock material name
  • Added ChuteSplitter to project. A chute that toggles between two outputs
  • Fixed cryo tube default light strip texture
  • Made light strips on cryo tubes off when the tube is unpowered
  • Tweaked the size of colliders on cryo tubes
  • Added new Chute FBXs
  • Improved DeepMiner voxel drilling area
  • Added a range randomisation for spawn ore on DeepMiner
  • Slowed drilling speed animation down by half
  • Tweaked cryo and sleepers - robot batteries will now no longer drain when the robot is inside a powered sleeper or cryo tube
  • Fixed vertical cryo tube prefab accidentally removed from prefab registry
  • Updated ItemCharcoal prefab with new mesh, material, textures
  • Fixed ladder end hurting player(in some situations)
  • Fixed ragdoll issue when human dies in a slot
  • Updated charcoal with new model and textures.
  • Increased DirtyOre freq from DeepMiner to 90s
  • Added descriptions for StructureDeepMiner, ItemKitDeepMiner, ItemDirtyOre in Stationpedia
  • Fixed issue with players being draggable after exiting slot
  • Fixed missing ItemDirtyOre blue print
  • Adding Combustion Centrifuge placeholder code
  • Changed name DirtyRock to DirtyOre
  • Removed unnecessary network message for auto miner
  • Added auto miner drill bit position data to byte array
  • Added DeepMiner which will infinitely mine DirtyRock at 60s interval.
  • Fixed AutoMiner not syncing across network.
  • Added NRE checks for Export/Import classes so that a single one could be used.
  • Fixed CryotubeVertical used drill instead of screwdriver to deconstruct final build-state.
  • Fixed Old cryotube does not return kit.
  • Added ItemDirtyRock to project

Sensors, Shadows, Sleepers, and Stationpedia

In this week's update, we've added two new sensors, iterated on the cryotube, made some adjustments to the sleepers, further simplification of settings, and updated Stationpedia Articles.

Sensors


There are two new sensors to track the presence of players. you can use this information in your logic setups to trigger different events. You can filter which players trigger the sensors by configuring their access variables using the access controller cartridge. The sensors will then only be triggered by a player who holds the correct Access Card.

The Occupancy Sensor is triggered when 1 or more players are in the same room as the sensor.

The Proximity Sensor is triggered when 1 or more players are within the range of the sensor. The range is configurable using the knob or via the ‘Setting’ logic variable.




Shadows


The old shadow settings could be a bit convoluted to use and it was easy to make bad-looking shadows that would also negatively impact performance. We've consolidated these settings into a single dropdown with a clear selection of presets(Disabled, Low, Medium, and High).

Low and Medium settings provide significant performance uplift over the previous default settings (High) while still maintaining decent visual fidelity. If you have resorted to turning shadows off when playing on large bases to maintain a playable frame rate we recommend trying the new low setting which looks much better than Disabled and has minimal CPU overhead.




Cryotubes and Sleepers


Over the last few updates, there have been several changes to the cryotube and this work is being wrapped up in this update. The functionality remains mostly the same from the previous updates but we want to highlight these combined changes.

Specifically, we've replaced the old Cryotube model and added two new variants; a standing vertical version as well as a separate horizontal model. It now has an on-off switch, a display panel to better communicate information about the internal state, and a few tweaks to the internal workings and requirements. Most importantly, in addition to healing players inside, it can now resurrect dead players, if given enough chilled NOS.



While we were at it we updated the sleeper as well. The existing sleeper is replaced and a new one has been added that has a dedicated area for players to exit onto. This prevents damaging yourself while exiting it. There are now 3 variants; left and right-hand horizontal versions and a new vertical bed.


Stationpedia


We're showing the Stationpedia some love this week with the addition of some missing entries of the new devices that we've recently added and fixing a load of formatting errors and a few other issues.

You'll see the addition of Max Pressure Delta to things like doors, walls, as well as anything else with a valid value.

We've also changed some internal processes and standards that should ensure that entries get filled out as we add new content or modify existing items.


Your support makes this possible


The major refactor has been a huge milestone for us and we think you can already see tremendous success. Your support through bug reporting, suggestions, and direct involvement with our team on discord make a tremendous difference.
[h3]If you like the progress we have made, please consider taking a moment to leave a positive review. This makes a great deal of difference to the project. We have worked hard on this project now for five years, and we feel confident the game is substantially improved from when we started. Many projects steer clear of the hard tasks, and we are proud to have taken them on.[/h3]

Additionally, you can support us by purchasing the DLC we made to allow those who like the game to support us, and in return get something a little fun to continue to use in the game.

https://store.steampowered.com/app/2089290/Stationeers_Human_Cosmetics_Pack/

https://store.steampowered.com/app/1038400/Stationeers_Zrilian_Species_Pack/

https://store.steampowered.com/app/1038500/Stationeers_HEM_Droid_Species_Pack/


Chang Log v0.2.3600.17504


  • Added Tooltip message: "Failed: Helmet Closed" when trying it eat or drink with helmet closed on Normal or Stationeer Difficulty.
  • Tweaked colliders on horizontal sleepers
  • Updated cryro tube models - slight fix to the UVs
  • Fixed Re-joining a server after logging out would cause client positions to not be updated correctly on the server.
  • Fixed furnace fires having a purple tint.
  • Fixed null ref with specific edge case when saving and loading in a seat
  • Added powered sound to new sleepers.
  • Added Stationpedia descriptions for new radiators.
  • Updated stationpedia descriptions for cryo tubes
  • Added Nitrolyzer information to the stationpedia, and updated kit Atmospherics entry.
  • Added new Air Conditioner behaviour information to stationpedia.
  • Fixed confusing language in the active vent stationpedia entry.
  • Changed sleeper internal atmosphere warning light to be off when unpowered as it was causing confusion about the actual powered state
  • Fixed sleeper variants sounds not playing. Tweaked animation play speed to better match sounds.
  • Fixed sleeper colliders appearing when doors are closed
  • Tweaked cryo revive - it will now heal a portion of body and organ damage to stop the case where you have so much organ damage you instantly die again
  • Added Occupancy Sensor to Kit (Sensor). The OccupancySensor is triggered when 1 or more players are in the same room as the sensor. You can filter which players trigger the sensor by configuring its access variables using the access controller cartridge. The sensor will only be triggered by a player who holds the correct AccessCard.
  • Added ProximitySensor to Kit (Sensors). The ProximitySensor is triggered when 1 or more players are within the range of the sensor. The range is configurable using the knob or can be set using the Setting logic variable. You can filter which players trigger the sensor by configuring its access variables using the access controller cartridge. The sensor will only be triggered by a player who holds the correct AccessCard.
  • Fixed Mining Belt MKII missing "how to manufacture". The recipe had the name incorrect in the recipe.
  • Added oxygen warning functionality to new sleepers. Will flash orange when oxygen is below safe limits for breathing.
  • Corrected a lot of wrongly formatted Stationpedia links
  • Corrected some spelling and grammar on Filtration Stationpedia entry
  • Added Max Pressure Delta to Stationpedia for structures with a valid value
  • Changed Applied a scaling multiplier to solar radiation based on the absolute value of the internal Atmosphere being radiated to Y = 1 / (1 + Pow((X / 450), 3.2) (where X is TemperatureKelvin of internal atmosphere)
  • Added new sleeper variants. Old sleeper can no longer be built from sleeper kit but should continue to work for existing saves.
  • Fixed cryotube healing while open. Will now only heal when closed
  • Added DeepMiner FBXs
  • Fixed IC-Chip not showing error message when exporting to chip failed.
  • Added difficulty confirmation panel strings to game strings
  • Fixed null reference error when a character decays with a leaking suit
  • Fixed issue where new cryotubes were not connecting to pipe networks correctly
  • Fixed bug where saving inside a seat/sleeper/cryotube would cause the camera to spawn at the lander on loading the world
  • Changed onoffswitch to use a unitask instead of a coroutine
  • Consolidated Shadow Settings into: Disabled. Low, Medium, High. Low and Medium settings provide significant performance uplift over the previous default settings (High) while still maintaining decent visual fidelity. If you have resorted to turning shadows off when playing on large bases to maintain a playable frame-rate we recommend trying the new low setting which looks much better than Disabled and has minimal cpu overhead.
  • Old shadow settings are no longer exposed to the Advanced Settings panel, power users can still tweak these by manually editing their settings.xml
  • Fixed Some shadow and lighting settings not updating until game is restarted.
  • Fixed difficulty popup appearing in tutorials
  • Adjusted convection rate for cryotube. Cut it in half since calculated surface area of cryotube is so large it was difficult to get very cold. Made the temperature requirement for revival in cryotube < -150C rather than < -160C
  • Added new horizontal cryotube model
  • Added new vertical cryotube model and updated cryotube kit model

v0.2.3570.17364

  • Changed Reduced the amount of heat tank structures radiate by 50x. A tank now radiates heat in the same order of magnitude as a pipe network of the same volume.
  • Changed Reduced the amount of heat tanks convect by 2x.
  • Fixed Atmospherics Threads race condition that caused Thermal Radiation calculation to return incorrect results in certain scenarios. This caused a bug where Pipe atmospheres would sometimes rapidly radiate down to absolute zero (-273.1C) on the moon OR thermal radiation would stop working altogether. Thanks @Windsinger & @zkxs for helping us reproduce and solve this quickly.
  • Changed Atmospheres in vacuums can no longer radiate to 0DegreesK.
  • Fixed Hunger and Hydration not decreasing in single-player when not hosting.
  • Fixed CleanUpPlayers Command deleting yourself if not hosting.
  • Fixed LocalPlayer not showing up in scoreboard when in single-player.