News Liste Stationeers

LArRE Reloaded
Stationeers
09.09.24 22:52 Community Announcements
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.





New LArRE Arms and Docks





Cargo


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


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


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


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


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





New Rail Pieces


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


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


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



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.


Your support makes these updates possible



https://store.steampowered.com/bundle/2624/Stationeers_Complete_the_Set/

Change Log v0.2.5195.23625


  • Fixed cargo and hydroponics larry calling onserver behaviour incorrectly.
  • Fixed larry bypass docks not resetting their open state when the rail network is rebuilt.
  • Fixed missing material on Nitrolyzer device pins.
  • Fixed Network error caused by Larre Harvest action. This would cause error spam on client and result in client desync.
  • Fixed hydroponics and collector larry not being paintable.
  • Fixed hydroponics larry not being able to pick up something when it's hand is full but the extra slot is empty.
  • Fixed missing material in GrowLight on anim.
  • Fixed material on security printer.
  • Fixed missing material on grow light broken build state
  • Fixed missing textures for prefabs
  • Added window button for iterating through prefabs to find missing prefab materials under Stationeers/prefabs/scan all prefabs/find missing materials
  • Removed un-used renders from drills. Fixed missing material reference on Cryotubes.
  • Fixed RailNodes were not thread-safe as their transform values were not cached.
  • Fixed Open Close Logic on LArRE docks could be set when the arm was not in a valid open/close position. Now the open/close value can only be set when the arm is on a dock or Bypass node.
  • Fixed missing material on hydroponics display.
  • Added material for hydroponics larry display off state.
  • Added Stationpedia description for Shower.
  • Fixed Wind turbines could play audio when partially constructed.
  • Improved descriptions for PressureExternal and PressureInternal Logic Types in Stationpedia
  • Fixed larry arms animation state could get out of sync on clients.
  • Fixed Merge Logic was not properly isolated between servers and clients as Client behaviour was implemented in the OnServer Class.
  • Tweaked hydroponics larry display off material.
  • Fixed Byte Array error that could occur on client due to potential Null reference exception in LandingPadCenter.IsTraderReady() setter.
  • Moved colliders on larry arms to IgnoreRaycast layer to stop the tooltips for the dock showing when hovering over the arm.
  • Added Radiation and solar heating values to Atmosphere debug (only valid on server)
  • Fixed Atmospheres in partially build frames inside bases would inappropriately radiate heat with the global atmosphere. This could cause bases on Vulcan or Venus to heat up unexpectedly quickly.
  • Fixed Vacuum atmospheres trapped in terrain would get left behind after mining. Added additional Check to Atmosphere.IsLive to ensure these are cleaned up.
  • Fixed collector larry could not take in new items until being fully emptied.
  • Added display screen functionality to collector larry.
  • Removed empty directory
  • Fixed Removing a frame that was embedded in terrain could cause the vacated grid to not join an adjacent room.
  • Fixed Sometimes Rooms wouldn't generate correctly when building frames in partially mined terrain grids.
  • Moved 'end position' property from base larry dock to collector larry dock.
  • Fixed cargo larry and hydroponics larry had inconsistent delay times when animating.
  • Fixed issue loading old saves with certain lArRE configurations.
  • Fixed larry 'Idle' logic value not being set correctly when the arm is down. Idle will now mean the arm is up and stationary.
  • Re-enabled larry recipes on the electronics printer.
  • Added Network sync for several Larre values.
  • Reduced Size of some of Larres network read/writes.
  • Added Cargo LArRE now shows the icon of the target slot item on its display.
  • Added stationpedia descriptions for new larry docks.
  • Fixed old larry moving off its rail when setting activate at its dock.
  • Fixed collector larry can't move to bypass when full.
  • Fixed EjectPosition of Collector Arm was not updated on Anim Animation Complete.
  • Added Collector Arm can Output to Chute inlet.
  • Changed Collector Arm will now only import/export from chute bins when in the correct mode.
  • Changed Lowered LArRE Collector arm operation sound volume.
  • Fixed null ref for clients when building the atmos larry dock due to uninitialized internal atmosphere.
  • Fixed linear rail network indices could appear incorrect for clients when splitting rail networks.
  • Added Movement Sound for when LArRE moves into/out of dock.
  • Fixed LArRE rail movement audio not playing on clients.
  • Fixed mode switches sometimes don't initialize to the correct state. Added 'Undefined' to SwitchColorState so that the first time the color state refreshes it will always update the material.
  • Fixed atmos larry arm not moving on dedicated server.
  • Tweaked the order of build and process update for larry so the arm state is always sent to clients first.
  • Fixed Material issue with future asset.
  • Changed Hydroponics LArRE Proxy slot now points to plant slot in target planter. (or input/output slot of target chute bin)
  • Fixed Collector Arm sounds would sometimes not play on clients
  • Fixed larry bypass audio not stopping when the dock is turned off.
  • Fixed inconsistent power state on the Landing Pad pumps
  • Added stationpedia descriptions to linear rail pieces.
  • Removed 'CurrentIndex' logic value from larry and added 'Extended' which will indicate if the arm is down or not.
  • Added new tooltips to the base robot arm class, including position, index, and "status"
  • Fixed Writing Setting value to Larre when it was Docked (closed) would cause it to get into an errored state.
  • Reworded LARrE one of the tooltips from Activated to Extended
  • Fixed LArRE Idle state not set correctly when doing bypass move
  • Added internal atmos data to atmos robot arm
  • Fixed Target index can now be set on larre when it is in a bypassed state
  • Fixed Hopper Slot named incorrectly on hydroponics Larre
  • Added more detailed tooltips for the collector arm
  • Added HarvestedHas Logic Slot variable. Returns the Prefab Hash of what will be harvested from the plant. 0 if plant is not mature.
  • Changed the outer corner to make the arm rotate sideways rather than straight on.
  • Tweaked the handling of inner corners for larry's linear rail. Should now be able to traverse a few arrangements where it would previously get stuck.
  • Added Info about Proxy slot to Cargo and Hydroponics LArRE Stationpedia description.
  • Added Quantity and Ratio logic values to LArRE Collector.
  • Fixed Localisation error with LArRE Collector slots in stationpedia.
  • Fixed cargo arm being able to view inaccessible slots
  • Added Target slot name and occupant to LArRE Cargo info screen tooltip.
  • Removed non-threadSafe call from RoboticArmDock.CanAccessSlot.
  • Added left and right 'corkscrew' linear rail pieces.
  • Tweaked ordering of rail pieces in linear rail kit.
  • Fixed added missing worldmanager changes in base scene.
  • Added thumbnails for linear rail corkscrew pieces.
  • Fixed Robotic Arm Dock Hydroponics reading the contents of Chute bins if they contained plants
  • Fixed incorrect tooltip text on collector larry.
  • Fixed slot strings for collector dock in stationpedia
  • Fixed incorrect position for collector arm
  • Added Code to get LArRRE Current Junction Index.
  • Fixed LArRE arms could reach through walls and frames.
  • Allowed larry arms to traverse a looping rail network correctly. The arm will move to the target along the shortest path.
  • Fixed LArRE blocking logic was registering a false positive with floors under planter trays preventing interaction.
  • Changed linear rail deconstruction tool to be wrench.
  • Changed prevented interaction with activate button when arm action is blocked.
  • Added Tooltip to LArRE when arm action is blocked by wall or frame.
  • Removed unused CanConstruct checks in larry code.
  • Added Gas Tooltip to Atmospherics LArRE pipe meter.
  • Added Input atmosphere logic values to LArRE Atmospherics arm. If the Arm is connected to a passive vent this will show the passive vents pipe atmosphere information, other wise will show the world atmosphere that the arm will interact with.
  • Fixed Atmospherics LArRE was interacting with the atmosphere at the arms rail position and not at the vent position.
  • Increased Shadow draw distance for small devices from 5m to 10m
  • Fixed atmos LARrE not taking damage from over pressure
  • Added small offset to vent atmos sampling for atmos robot arm
  • Fixed Atmos LArRE doing Atmospherics calls when destroyed on the main thread.
  • Fixed ErrorSpam when LArRE destroyed.
  • Fixed Filter slot on atmos LArRE was not filtering when outputting.
  • Fixed LArRE would not exit bypass state in certain configurations when TargetIndex was not set to the Home Docks Index
  • Fixed Regression from rev23616 where LArRE would be allowed to exit bypass state when another LArRE was occupying the dock rail.
  • Made larry move towards the closest station index when looping rather than using the shortest distance.
  • Added Clarification to Atmospherics LArRE description around atmospherics logic values.
  • Added 'position' to the larry base tooltip which will be the last index visited. Also added this to the logic values.
  • Fixed NRE when deconstructing collector larry dock.
  • Fixed issue with arms moving in the wrong direction when building a looping rail network with multiple docks.
Logo for Stationeers
Release:12.12.2017 Genre: Simulation Entwickler: RocketWerkz Vertrieb: RocketWerkz Engine:keine Infos Kopierschutz:keine Infos Franchise:keine Infos
Einzelspieler Mehrspieler Koop

Aktuelle Steam News
Neue Steam News in der ePrison Datenbank

In World Water
Stationeers
11.10.24 02:11 Community Announcements
Hotfix v0.2.5225.23702
Stationeers
25.09.24 23:04 Community Announcements
Support the Devs DLC
Stationeers
24.09.24 03:49 Community Announcements
LArRE Reloaded
Stationeers
09.09.24 22:52 Community Announcements
Hotfix v0.2.5175.23517
Stationeers
27.08.24 00:24 Community Announcements
Defining Success: Steam Achievements
Stationeers
22.08.24 04:04 Community Announcements
Bug Fixing
Stationeers
13.08.24 02:50 Community Announcements
Getting Started: Tutorials & Helper Hints
Stationeers
05.08.24 12:17 Community Announcements
Hotfix v0.2.4945.22690
Stationeers
23.07.24 03:40 Community Announcements
Walls, Doors, and Valves
Stationeers
22.07.24 04:55 Community Announcements
LARrE: The Linear Articulated Rail Entity
Stationeers
08.07.24 04:29 Community Announcements
Brutal Starts: New Challenges, and Better Window Shutters
Stationeers
13.06.24 07:06 Community Announcements
Hotfix v0.2.4945.22690
Stationeers
28.05.24 04:48 Community Announcements
New beginnings: Gear improvments, Vulcan and Mimas Changes
Stationeers
27.05.24 01:46 Community Announcements
Printer Instructions: Sugar, Cocoa, and Cake
Stationeers
13.05.24 01:09 Community Announcements
Hotfix v0.2.4945.22425
Stationeers
29.04.24 05:58 Community Announcements
Logic Sorter: Insulation, Ore Tablet, and Future Content
Stationeers
24.04.24 02:53 Community Announcements
Hotfix v0.2.4902.22241
Stationeers
04.04.24 22:50 Community Announcements
Hotfix v0.2.4899.22229
Stationeers
03.04.24 07:49 Community Announcements
Hotfix v0.2.4891.22206
Stationeers
28.03.24 04:01 Community Announcements
Pipe Upgrader: Chickens & Rocket Data
Stationeers
27.03.24 09:10 Community Announcements
Shelter in Space: Getting Out of Your Suit
Stationeers
21.03.24 03:20 Community Announcements
Hotfix v0.2.4767.21868
Stationeers
02.02.24 04:57 Community Announcements
Meson Scanner
Stationeers
02.02.24 02:55 Community Announcements
Pneumatic Hand Miner & Rocket Mining Heads
Stationeers
16.01.24 08:00 Community Announcements
Hotfix v0.2.4709.21646
Stationeers
09.01.24 03:37 Community Announcements
Hotfix v0.2.4677.21598
Stationeers
18.12.23 01:40 Community Announcements
Hotfix v0.2.4672.21576
Stationeers
14.12.23 02:04 Community Announcements
The Rocket Update
Stationeers
12.12.23 08:52 Community Announcements
Our developer friends at Geometa announce Stormworks: Space DLC
Stationeers
26.08.23 08:44 Community Announcements
Hotfix v0.2.4297.19997
Stationeers
22.08.23 08:54 Community Announcements
The Airflow Update
Stationeers
21.08.23 02:37 Community Announcements
The Powered Vent Update
Stationeers
31.07.23 04:19 Community Announcements
Hotfix v0.2.4225.19745
Stationeers
21.07.23 09:49 Community Announcements
The Phase Change Update : Liquids, gases, solids
Stationeers
20.07.23 04:46 Community Announcements
Character Movement, Bitshifting, and a new Spray Gun
Stationeers
08.06.23 06:16 Community Announcements
Project Clinic | Developers Playtest
Stationeers
09.05.23 10:15 Community Announcements
Integrated Circuitry
Stationeers
27.04.23 08:11 Community Announcements
Performance Power-Up
Stationeers
06.04.23 03:29 Community Announcements
Hotfix v0.2.3893.18771
Stationeers
24.03.23 00:49 Community Announcements
The Multiplayer Update
Stationeers
22.03.23 22:17 Community Announcements
The Trading Update V
Stationeers
05.03.23 22:07 Community Announcements
The Trading Update IV
Stationeers
01.02.23 08:01 Community Announcements
New Years Bugfixes
Stationeers
12.01.23 08:45 Community Announcements