Actions

Difference between revisions of "Update v0.2.5195.23625"

From Unofficial Stationeers Wiki

(new page)
 
(Change Log)
 
Line 61: Line 61:
 
Since LArRE arms perform contextual actions on the devices they are over, they have the ability to potentially operate on multiple slots. We've added the concept of proxy slots to allow players to know the details of the slot they are about to interact with. These are listed in the Stationpedia as slots with the type "proxy", and they allow logic systems to point towards a static slot irrespective of the arm's internal variables changing what slot is focused. An example of this is the Cargo LArRE slot #255, which will show the slot of what his slot index dial is pointing towards.
 
Since LArRE arms perform contextual actions on the devices they are over, they have the ability to potentially operate on multiple slots. We've added the concept of proxy slots to allow players to know the details of the slot they are about to interact with. These are listed in the Stationpedia as slots with the type "proxy", and they allow logic systems to point towards a static slot irrespective of the arm's internal variables changing what slot is focused. An example of this is the Cargo LArRE slot #255, which will show the slot of what his slot index dial is pointing towards.
  
== Change Log ==
+
== Changelog ==
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Prefab scan window to find missing prefab materials under Stationeers/prefabs. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Stationpedia description for shower. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Radiation and solar heating values to Atmosphere debug (server only). 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Display screen functionality to collector larry. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Network sync for several LArRE values and reduced net read/write size. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Cargo LArRE shows target slot item icon on display. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Stationpedia descriptions for new larry docks. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Collector arm can output to chute inlet. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Movement sound for LArRE docking/undocking. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Tooltips to base robot arm (position, index, status). 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Internal atmos data to atmos arm. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> More detailed collector arm tooltips. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> HarvestedHas logic slot variable (returns prefab hash of harvestable or 0). 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Proxy slot info to cargo & hydroponics LArRE Stationpedia. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Quantity and ratio logic values to LArRE collector. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Target slot name & occupant to cargo LArRE tooltip. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Left/right 'corkscrew' linear rail pieces + thumbnails; tweaked kit ordering. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Code to get LArRE current junction index. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Blocked-action tooltip to LArRE. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Gas tooltip to atmos LArRE pipe meter. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Input atmosphere logic values to atmos arm (passive vent or world atmosphere). 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> Clarification to atmos LArRE description re: logic values. 
 +
*<span style="color:#267F00;font-weight:bold">[Added]</span> 'Position' to base larry tooltip & logic values. 
  
<pre>
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Hydroponics LArRE proxy slot to plant slot in target planter / chute bin I/O slot. 
* Fixed cargo and hydroponics larry calling OnServer behaviour incorrectly   
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Collector arm to only import/export from chute bins in correct mode + lowered op sound volume. 
* Fixed larry bypass docks not resetting their open state when the rail network is rebuilt   
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Build/process update order for larry so arm state is sent first. 
* Fixed missing material on Nitrolyzer device pins   
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Outer corner arm rotation sideways; tweaked inner corner handling. 
* Fixed network error caused by Larre harvest action (error spam + client desync)   
+
*<span style="color:#E57125;font-weight:bold">[Changed]</span> Linear rail deconstruction tool to wrench. 
* Fixed hydroponics and collector larry not being paintable   
+
 
* Fixed hydroponics larry not being able to pick up an item when its hand was full but the extra slot was empty  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Cargo and hydroponics larry calling OnServer behaviour incorrectly.  
* Fixed missing material in GrowLight animation   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Larry bypass docks not resetting open state when rail network rebuilt.  
* Fixed material on security printer   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing material on Nitrolyzer device pins.  
* Fixed missing material on grow light broken build state   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Network error from Larre harvest action (error spam + client desync).  
* Fixed missing textures for prefabs   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Hydroponics and collector larry not being paintable.  
* Added prefab scan window to find missing prefab materials under Stationeers/prefabs 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Hydroponics larry item pickup logic with full hand but empty extra slot.  
* Removed unused renders from drills; fixed missing material reference on cryotubes   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing material in GrowLight animation.  
* Fixed RailNodes not being thread-safe by caching transform values   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Material on security printer.  
* Fixed open/close logic on LArRE docks so it only works when arm is on a dock or bypass node   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing material on grow light broken build state.  
* Fixed missing material on hydroponics display + added display off state material 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing textures for prefabs.  
* Added Stationpedia description for shower  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing material reference on cryotubes.  
* Fixed wind turbines playing audio when partially constructed   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> RailNodes thread-safety by caching transform values.  
* Improved descriptions for PressureExternal and PressureInternal logic types in Stationpedia  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> LArRE docks open/close logic only when arm on dock or bypass node.  
* Fixed larry arms animation state desync on clients   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Missing material on hydroponics display + added display off state.  
* Fixed merge logic not isolated between server and client   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Wind turbines playing audio when partially constructed.  
* Tweaked hydroponics larry display off material   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Stationpedia descriptions for PressureExternal/PressureInternal.  
* Fixed byte array error from null ref in LandingPadCenter.IsTraderReady() setter   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Larry arms animation state desync on clients.  
* Moved larry arm colliders to IgnoreRaycast layer to stop dock tooltips showing when hovering over arm   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Merge logic not isolated between server and client.  
* Added radiation and solar heating values to Atmosphere debug (server only) 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Hydroponics larry display off material tweak.  
* Fixed partial frames inside bases radiating heat to global atmosphere  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Null ref from LandingPadCenter.IsTraderReady() setter.  
* Fixed vacuum atmospheres in terrain not being cleaned up after mining   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Dock tooltips showing when hovering over arm.  
* Fixed collector larry requiring full empty before taking new items   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Partial frames inside bases radiating heat globally.  
* Added display screen functionality to collector larry 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Vacuum atmospheres in terrain not cleaned after mining.  
* Fixed removing frame embedded in terrain leaving grid unjoined to adjacent room  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Collector larry requiring full empty before taking items.  
* Fixed room gen issues when building frames in partially mined terrain   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Frame removal leaving grids unjoined.  
* Moved 'end position' property from base dock to collector larry dock 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Room gen issues with frames in partially mined terrain.  
* Fixed inconsistent delay times for cargo and hydroponics larry animations   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Inconsistent delay times for cargo/hydroponics larry animations.  
* Fixed loading old saves with certain LArRE configurations  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Loading old saves with certain LArRE configs.  
* Fixed larry 'Idle' logic value not set correctly when arm is down   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Larry 'Idle' logic value not set when arm down.  
* Re-enabled larry recipes on electronics printer 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Old larry moving off rail when activating at dock.  
* Added network sync for several LArRE values and reduced net read/write size 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Collector larry not moving to bypass when full.  
* Added cargo LArRE shows target slot item icon on display 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Collector arm eject position not updating on anim complete.  
* Added Stationpedia descriptions for new larry docks 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Null ref on client when building atmos larry dock.  
* Fixed old larry moving off rail when activating at dock   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Linear rail network indices desync on client when splitting networks.  
* Fixed collector larry not moving to bypass when full   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Rail movement audio not playing on clients.  
* Fixed eject position of collector arm not updating on anim complete   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Mode switches not initializing ('Undefined' state).  
* Added collector arm can output to chute inlet 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Atmos larry arm not moving on dedicated server.  
* Changed collector arm to only import/export from chute bins in correct mode + lowered op sound volume 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Collector arm sounds not playing on clients.  
* Fixed null ref for clients when building atmos larry dock   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Bypass audio not stopping when dock turned off.  
* Fixed linear rail network indices desync for clients when splitting networks   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Inconsistent power state on landing pad pumps.  
* Added movement sound for LArRE docking/undocking 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Stationpedia descriptions to linear rail pieces.  
* Fixed rail movement audio not playing on clients   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Error state when writing setting to docked LArRE.  
* Fixed mode switches not initializing correctly (added 'Undefined' state)   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> LARrE tooltip wording from "Activated" to "Extended".  
* Fixed atmos larry arm not moving on dedicated server   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> LArRE idle state not set correctly during bypass move.  
* Tweaked build/process update order for larry so arm state is sent first 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Target index now settable when bypassed.  
* Fixed material issue with future asset 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Hopper slot name on hydroponics LArRE.  
* Changed hydroponics LArRE proxy slot to plant slot in target planter / chute bin I/O slot 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Localisation error with collector slots in Stationpedia.  
* Fixed collector arm sounds not playing on clients   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Cargo arm viewing inaccessible slots.   
* Fixed bypass audio not stopping when dock turned off   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Hydroponics dock reading chute bin contents as plants.  
* Fixed inconsistent power state on landing pad pumps   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Incorrect collector larry tooltip text + slot strings in Stationpedia.  
* Added Stationpedia descriptions to linear rail pieces   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Incorrect collector arm position.  
* Removed 'CurrentIndex' logic value from larry; added 'Extended' to indicate arm down/up 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Arms reaching through walls/frames.  
* Added tooltips to base robot arm (position, index, status) 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Larry arms pathfinding in looped networks.  
* Fixed writing setting to docked LArRE causing error state  
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Blocking logic false positives under planters.  
* Reworded LARrE tooltip from "Activated" to "Extended"   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Prevented interaction with activate button when action blocked.  
* Fixed LArRE idle state not set correctly during bypass move   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Atmos LArRE interacting at rail position instead of vent position.  
* Added internal atmos data to atmos arm 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Atmos LArRE damage from overpressure.  
* Fixed target index now settable when bypassed   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Atmos LArRE calls when destroyed on main thread.  
* Fixed hopper slot name on hydroponics LArRE   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Error spam when LArRE destroyed.  
* Added more detailed collector arm tooltips 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Filter slot on atmos LArRE not filtering on output.  
* Added HarvestedHas logic slot variable (returns prefab hash of harvestable or 0) 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> LArRE not exiting bypass in some configs.  
* Changed outer corner arm rotation sideways; tweaked inner corner handling 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Regression allowing bypass exit with another LArRE on dock.  
* Added proxy slot info to cargo & hydroponics LArRE Stationpedia 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Closest station index selection in loops.  
* Added quantity and ratio logic values to LArRE collector 
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> NRE when deconstructing collector dock.  
* Fixed localisation error with collector slots in Stationpedia   
+
*<span style="color:#E5BF00;font-weight:bold">[Fixed]</span> Arms moving wrong direction in loops with multiple docks
* Fixed cargo arm viewing inaccessible slots
+
 
* Added target slot name & occupant to cargo LArRE tooltip 
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> Unused renders from drills. 
* Removed non-threadsafe call from RoboticArmDock.CanAccessSlot  
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> 'CurrentIndex' logic value from larry; added 'Extended' instead. 
* Added left/right 'corkscrew' linear rail pieces + thumbnails; tweaked kit ordering 
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> Non-threadsafe call from RoboticArmDock.CanAccessSlot. 
* Fixed hydroponics dock reading chute bin contents as plants   
+
*<span style="color:#E50000;font-weight:bold">[Removed]</span> Unused CanConstruct checks in larry code.
* Fixed incorrect collector larry tooltip text + slot strings in Stationpedia   
 
* Fixed incorrect collector arm position   
 
* Added code to get LArRE current junction index 
 
* Fixed arms reaching through walls/frames   
 
* Allowed larry arms to traverse looped rail networks via shortest path  
 
* Fixed blocking logic false positives with floors under planters   
 
* Changed linear rail deconstruction tool to wrench 
 
* Prevented interaction with activate button when arm action blocked   
 
* Added blocked-action tooltip to LArRE 
 
* Removed unused CanConstruct checks in larry code 
 
* Added gas tooltip to atmos LArRE pipe meter 
 
* Added input atmosphere logic values to atmos arm (passive vent or world atmosphere) 
 
* Fixed atmos LArRE interacting at rail position instead of vent position   
 
* Increased shadow draw distance for small devices 5 m → 10 m 
 
* Fixed atmos LArRE not taking damage from overpressure   
 
* Added small offset to vent atmos sampling 
 
* Fixed atmos LArRE doing calls when destroyed on main thread   
 
* Fixed error spam when LArRE destroyed   
 
* Fixed filter slot on atmos LArRE not filtering when outputting  
 
* Fixed LArRE not exiting bypass in some configs   
 
* Fixed regression allowing bypass exit with another LArRE on dock   
 
* Made larry move toward closest station index in loops   
 
* Added clarification to atmos LArRE description re: logic values 
 
* Added 'position' to base larry tooltip & logic values 
 
* Fixed NRE when deconstructing collector dock   
 
* Fixed arms moving wrong direction in loops with multiple docks
 
</pre>
 
  
 
== References ==
 
== References ==
 
# [https://steamdb.info/patchnotes/15643425/ Update on SteamDB]
 
# [https://steamdb.info/patchnotes/15643425/ Update on SteamDB]

Latest revision as of 14:47, 10 August 2025

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

New LArRE Arms and Docks[edit]

After initially making LArRE we received lots of requests and ideas from the community for extra functionality. Originally, we kept LArRE's scope and capabilities limited, so we could prototype properly in a quick and maintainable manner. Now, with all the positive feedback, instead of making one complicated device that does everything we decided to split these functions up into specialized versions. There are four new arms that replace the existing one.

Each arm is constructed by placing the corresponding dock. The new docks differ from the old LArRE arm in that arms can move off the rail into the dock, allowing other arms constructed on the same rail and move freely past.

Cargo[edit]

The cargo arm is made to interact with slots of devices and structures and is useful for things like changing filters, pulling items from lockers, and other slot-based tasks.

A key thing to note with the cargo arm is the concept of the target slot. This is a special slot targets a slot on the target structure and will be what the item that is picked up when the arm is activated. The target slot can be set by a dial on the dock, or by logic.

Collector[edit]

The collector arm acts as a vacuum cleaner when set to inwards, sucking up loose nearby items, and when set to outward will eject the items.

Hydroponics[edit]

The hydroponics arm can plant and harvest plants as well as place fertiliser into plant trays. It has an additional hopper slot which will feed items into the 'hand' slot when the hand slot is empty. Harvesting a different plant while the hand slot is full will be possible if the hopper slot is empty. The full behaviour of these two slots is described in the Stationpedia.

Atmospheric[edit]

The atmospherics arm has a storage canister and can pump gas in or out. It has a filter slot so you can selectively extract gasses from a space. When activated over a passive vent it will 'dock' with the passive vent and pump in or out of it, depending on the mode of the arm is in.

Bypass[edit]

The bypass dock does not have an arm associated with it but allows for any arm to move off the main rail to allow other arms to move past.

Rail Network Changes[edit]

New Rail Pieces[edit]

LArRE rails can now operate in all axis. This means arms can travel on walls facing sideways, and on floors facing upwards, etc. Several new pieces such as inner and outer corners, and quarter corkscrew pieces allow a full range of mobility.

Multi Arm Rails[edit]

Rail network logic also has some new rules. Multiple docks can be built on a single linear rail, to allow multipurpose tracks. Though arms will collide with one another, so it's up the player to use the above-mentioned dock changes, and bypass docks to avoid traffic jams. Rails also now support being connected in a loop. Any LArRE Attempting to navigate to a location on a loop will take the path with the least stations.

Dock Restriction[edit]

One new restriction is the inability for LArRE to interact with anything directly under its dock, as activate will attempt to trigger a dock/undock. This was required to keep LArRE's operation simple, without forcing every model to have an additional control.

Proxy Slot Reading[edit]

Since LArRE arms perform contextual actions on the devices they are over, they have the ability to potentially operate on multiple slots. We've added the concept of proxy slots to allow players to know the details of the slot they are about to interact with. These are listed in the Stationpedia as slots with the type "proxy", and they allow logic systems to point towards a static slot irrespective of the arm's internal variables changing what slot is focused. An example of this is the Cargo LArRE slot #255, which will show the slot of what his slot index dial is pointing towards.

Changelog[edit]

  • [Added] Prefab scan window to find missing prefab materials under Stationeers/prefabs.
  • [Added] Stationpedia description for shower.
  • [Added] Radiation and solar heating values to Atmosphere debug (server only).
  • [Added] Display screen functionality to collector larry.
  • [Added] Network sync for several LArRE values and reduced net read/write size.
  • [Added] Cargo LArRE shows target slot item icon on display.
  • [Added] Stationpedia descriptions for new larry docks.
  • [Added] Collector arm can output to chute inlet.
  • [Added] Movement sound for LArRE docking/undocking.
  • [Added] Tooltips to base robot arm (position, index, status).
  • [Added] Internal atmos data to atmos arm.
  • [Added] More detailed collector arm tooltips.
  • [Added] HarvestedHas logic slot variable (returns prefab hash of harvestable or 0).
  • [Added] Proxy slot info to cargo & hydroponics LArRE Stationpedia.
  • [Added] Quantity and ratio logic values to LArRE collector.
  • [Added] Target slot name & occupant to cargo LArRE tooltip.
  • [Added] Left/right 'corkscrew' linear rail pieces + thumbnails; tweaked kit ordering.
  • [Added] Code to get LArRE current junction index.
  • [Added] Blocked-action tooltip to LArRE.
  • [Added] Gas tooltip to atmos LArRE pipe meter.
  • [Added] Input atmosphere logic values to atmos arm (passive vent or world atmosphere).
  • [Added] Clarification to atmos LArRE description re: logic values.
  • [Added] 'Position' to base larry tooltip & logic values.
  • [Changed] Hydroponics LArRE proxy slot to plant slot in target planter / chute bin I/O slot.
  • [Changed] Collector arm to only import/export from chute bins in correct mode + lowered op sound volume.
  • [Changed] Build/process update order for larry so arm state is sent first.
  • [Changed] Outer corner arm rotation sideways; tweaked inner corner handling.
  • [Changed] Linear rail deconstruction tool to wrench.
  • [Fixed] Cargo and hydroponics larry calling OnServer behaviour incorrectly.
  • [Fixed] Larry bypass docks not resetting open state when rail network rebuilt.
  • [Fixed] Missing material on Nitrolyzer device pins.
  • [Fixed] Network error from Larre harvest action (error spam + client desync).
  • [Fixed] Hydroponics and collector larry not being paintable.
  • [Fixed] Hydroponics larry item pickup logic with full hand but empty extra slot.
  • [Fixed] Missing material in GrowLight animation.
  • [Fixed] Material on security printer.
  • [Fixed] Missing material on grow light broken build state.
  • [Fixed] Missing textures for prefabs.
  • [Fixed] Missing material reference on cryotubes.
  • [Fixed] RailNodes thread-safety by caching transform values.
  • [Fixed] LArRE docks open/close logic only when arm on dock or bypass node.
  • [Fixed] Missing material on hydroponics display + added display off state.
  • [Fixed] Wind turbines playing audio when partially constructed.
  • [Fixed] Stationpedia descriptions for PressureExternal/PressureInternal.
  • [Fixed] Larry arms animation state desync on clients.
  • [Fixed] Merge logic not isolated between server and client.
  • [Fixed] Hydroponics larry display off material tweak.
  • [Fixed] Null ref from LandingPadCenter.IsTraderReady() setter.
  • [Fixed] Dock tooltips showing when hovering over arm.
  • [Fixed] Partial frames inside bases radiating heat globally.
  • [Fixed] Vacuum atmospheres in terrain not cleaned after mining.
  • [Fixed] Collector larry requiring full empty before taking items.
  • [Fixed] Frame removal leaving grids unjoined.
  • [Fixed] Room gen issues with frames in partially mined terrain.
  • [Fixed] Inconsistent delay times for cargo/hydroponics larry animations.
  • [Fixed] Loading old saves with certain LArRE configs.
  • [Fixed] Larry 'Idle' logic value not set when arm down.
  • [Fixed] Old larry moving off rail when activating at dock.
  • [Fixed] Collector larry not moving to bypass when full.
  • [Fixed] Collector arm eject position not updating on anim complete.
  • [Fixed] Null ref on client when building atmos larry dock.
  • [Fixed] Linear rail network indices desync on client when splitting networks.
  • [Fixed] Rail movement audio not playing on clients.
  • [Fixed] Mode switches not initializing ('Undefined' state).
  • [Fixed] Atmos larry arm not moving on dedicated server.
  • [Fixed] Collector arm sounds not playing on clients.
  • [Fixed] Bypass audio not stopping when dock turned off.
  • [Fixed] Inconsistent power state on landing pad pumps.
  • [Fixed] Stationpedia descriptions to linear rail pieces.
  • [Fixed] Error state when writing setting to docked LArRE.
  • [Fixed] LARrE tooltip wording from "Activated" to "Extended".
  • [Fixed] LArRE idle state not set correctly during bypass move.
  • [Fixed] Target index now settable when bypassed.
  • [Fixed] Hopper slot name on hydroponics LArRE.
  • [Fixed] Localisation error with collector slots in Stationpedia.
  • [Fixed] Cargo arm viewing inaccessible slots.
  • [Fixed] Hydroponics dock reading chute bin contents as plants.
  • [Fixed] Incorrect collector larry tooltip text + slot strings in Stationpedia.
  • [Fixed] Incorrect collector arm position.
  • [Fixed] Arms reaching through walls/frames.
  • [Fixed] Larry arms pathfinding in looped networks.
  • [Fixed] Blocking logic false positives under planters.
  • [Fixed] Prevented interaction with activate button when action blocked.
  • [Fixed] Atmos LArRE interacting at rail position instead of vent position.
  • [Fixed] Atmos LArRE damage from overpressure.
  • [Fixed] Atmos LArRE calls when destroyed on main thread.
  • [Fixed] Error spam when LArRE destroyed.
  • [Fixed] Filter slot on atmos LArRE not filtering on output.
  • [Fixed] LArRE not exiting bypass in some configs.
  • [Fixed] Regression allowing bypass exit with another LArRE on dock.
  • [Fixed] Closest station index selection in loops.
  • [Fixed] NRE when deconstructing collector dock.
  • [Fixed] Arms moving wrong direction in loops with multiple docks.
  • [Removed] Unused renders from drills.
  • [Removed] 'CurrentIndex' logic value from larry; added 'Extended' instead.
  • [Removed] Non-threadsafe call from RoboticArmDock.CanAccessSlot.
  • [Removed] Unused CanConstruct checks in larry code.

References[edit]

  1. Update on SteamDB