Difference between revisions of "Weather Station"
From Unofficial Stationeers Wiki
(Add link, fix spelling) |
(Added info for the new "NextWeatherHash" logic property for the weather station) |
||
| Line 52: | Line 52: | ||
|- | |- | ||
| 2 || Currently in Storm | | 2 || Currently in Storm | ||
| + | |} | ||
| + | |||
| + | === NextWeatherHash Values === | ||
| + | The "NextWeatherHash" property of the Weather Station provides the hash value for the name of the next weather event as a 32 bit integer. | ||
| + | |||
| + | The names of weather events can be found in the world XML file, for example "rocketstation_Data\StreamingAssets\Worlds\Vulcan\VulcanV2.xml" | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! World !! WeatherEvent Id !! Hash | ||
| + | |- | ||
| + | | Moon || SolarStorm || 678645115 | ||
| + | |- | ||
| + | | Mars || MarsDustStorm || 562037339 | ||
| + | |- | ||
| + | | Europa || EuropaSnowStorm || 318954017 | ||
| + | |- | ||
| + | | Vulcan || VulcanAshStorm || -851681507 | ||
| + | |- | ||
| + | | Vulcan || VulcanSolarStorm || 756391474 | ||
| + | |- | ||
| + | | Venus || VenusStorm || 1100767396 | ||
|} | |} | ||
| Line 66: | Line 88: | ||
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}} | {{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}} | ||
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} | {{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} | ||
| + | {{Data Parameters/row|NextWeatherHash|Integer|w=0|Provides the hash value for the name of the next weather event as a 32 bit integer.}} | ||
}} | }} | ||
</translate> | </translate> | ||
Latest revision as of 18:20, 24 December 2025
![]() | |
| Constructing Options | Weather Station |
|---|---|
| Properties | |
| Stacks | No |
| Recipes | |
| Electronics Printer | 8g Iron, 3g Gold, 5g Copper, 3g Steel |
| Logic | |
| Item Hash | 337505889 |
| Item Name | ItemKitWeatherStation |
| Logic Classes |
SlotClass.None SortingClass.Default |
![]() | |
| Operation | |
|---|---|
| Power Usage | 10W |
| Prefab Hash | 1997212478 |
| Prefab Name | StructureWeatherStation |
| Construction | |
| Placed with | Kit (Weather Station) |
| Placed on | Small Grid |
| Stage 1 | |
| Next Stage Construction | |
| Constructed with tool | Welding Torch |
| Constructed with item | 3 x Plastic Sheets |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Weather Station) |
| Stage 2 | |
| Deconstruction | |
| Deconstructed with | Angle Grinder |
| Item received | 3 x Plastic Sheets |
Contents
Description[edit]
The Weather Station waits for and warns about weather events such as Storms.
When turned on, the light on the Weather Station starts glowing green when there is no event incoming. If there is an event incoming, it lights up yellow, or red if an event is already occurring.
It will not do anything when placed indoors, but will not flash an error, instead lighting up green in all cases.
Even if not powered, the small Wind turbine on its top will be able to spin. So even without power, it can warn you. (The logic output will not work if not powered!)
Data Network Properties[edit]
These are all Data Network properties of this device.
Mode Values[edit]
These lists the values and meanings for the "Mode" property of the Weather Station.
| Value | Meaning |
|---|---|
| 0 | No Storm |
| 1 | Storm Incoming |
| 2 | Currently in Storm |
NextWeatherHash Values[edit]
The "NextWeatherHash" property of the Weather Station provides the hash value for the name of the next weather event as a 32 bit integer.
The names of weather events can be found in the world XML file, for example "rocketstation_Data\StreamingAssets\Worlds\Vulcan\VulcanV2.xml"
| World | WeatherEvent Id | Hash |
|---|---|---|
| Moon | SolarStorm | 678645115 |
| Mars | MarsDustStorm | 562037339 |
| Europa | EuropaSnowStorm | 318954017 |
| Vulcan | VulcanAshStorm | -851681507 |
| Vulcan | VulcanSolarStorm | 756391474 |
| Venus | VenusStorm | 1100767396 |
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).
| Parameter Name | Data Type | Access | Value | Description | ||
|---|---|---|---|---|---|---|
| Power | Boolean | Read
|
0 | Unpowered | Can be read to return if the Weather Station is correctly powered or not, set via the power system, return 1 if powered and 0 if not | |
| 1 | Powered | |||||
| Mode | Integer | Read
|
0 | NoStorm | The mode of the Weather Station. | |
| 1 | StormIncoming | |||||
| 2 | InStorm | |||||
| Error | Boolean | Read
|
0 | 1 if device is in error state, otherwise 0 | ||
| 1 | Error | |||||
| Activate | Integer | Read Write
|
||||
| Lock | Boolean | Read Write
|
0 | Unlocked | Disable manual operation of the Weather Station. | |
| 1 | Locked | |||||
| On | Boolean | Read Write
|
0 | Off | The current state of the Weather Station. | |
| 1 | On | |||||
| RequiredPower | Integer | Read
|
||||
| PrefabHash | Integer | Read
|
||||
| NextWeatherEventTime | Integer | Read
|
||||
| ReferenceId | Integer | Read
|
||||
| NameHash | Integer | Read
|
||||
| NextWeatherHash | Integer | Read
|
||||


