Skip to content

Commit e6a64bc

Browse files
authored
Disable multitool linking and update guidebook (#1284)
* Disable multitool linking and update guidebook * fixes
1 parent c34bd28 commit e6a64bc

File tree

14 files changed

+31
-129
lines changed

14 files changed

+31
-129
lines changed

Resources/Prototypes/Entities/Objects/Tools/tools.yml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@
134134
name: multitool
135135
parent: BaseItem
136136
id: Multitool
137-
description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines.
137+
# ES START
138+
description: An advanced tool used to analyze power and send electrical pulses through wires.
139+
# ES END
138140
components:
139141
- type: EmitSoundOnLand
140142
sound:
@@ -155,18 +157,19 @@
155157
- type: Tool
156158
qualities:
157159
- Pulsing
158-
- type: NetworkConfigurator
159-
- type: ActivatableUI
160-
key: enum.NetworkConfiguratorUiKey.List
161-
inHandsOnly: true
162-
- type: UserInterface
163-
interfaces:
164-
enum.NetworkConfiguratorUiKey.List:
165-
type: NetworkConfiguratorBoundUserInterface
166-
enum.NetworkConfiguratorUiKey.Configure:
167-
type: NetworkConfiguratorBoundUserInterface
168-
enum.NetworkConfiguratorUiKey.Link:
169-
type: NetworkConfiguratorBoundUserInterface
160+
# ES START
161+
#- type: NetworkConfigurator
162+
#- type: ActivatableUI
163+
# key: enum.NetworkConfiguratorUiKey.List
164+
# inHandsOnly: true
165+
#- type: UserInterface
166+
# interfaces:
167+
# enum.NetworkConfiguratorUiKey.List:
168+
# type: NetworkConfiguratorBoundUserInterface
169+
# enum.NetworkConfiguratorUiKey.Configure:
170+
# type: NetworkConfiguratorBoundUserInterface
171+
# enum.NetworkConfiguratorUiKey.Link:
172+
# type: NetworkConfiguratorBoundUserInterface
170173
- type: Tag
171174
tags:
172175
- Multitool
@@ -179,7 +182,9 @@
179182
price: 56
180183
- type: GuideHelp
181184
guides:
182-
- Networking
185+
# ES START
186+
#- Networking
187+
# ES END
183188
- WirePanels
184189
- Airlocks
185190
- InspectingPower

Resources/Prototypes/_ES/Guidebook/engineering.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
text: "/ServerInfo/_ES/Guidebook/Engineering/Valves.xml"
135135
children:
136136
- ESManualValve
137-
- ESSignalValve
138137
- ESPneumaticValve
139138
- ESPassiveGate
140139
- ESPressureRegulator
@@ -145,12 +144,6 @@
145144
name: guide-entry-manualvalve
146145
text: "/ServerInfo/_ES/Guidebook/Engineering/ManualValve.xml"
147146

148-
- type: guideEntry
149-
id: ESSignalValve
150-
hidden: false
151-
name: guide-entry-signalvalve
152-
text: "/ServerInfo/_ES/Guidebook/Engineering/SignalValve.xml"
153-
154147
- type: guideEntry
155148
id: ESPneumaticValve
156149
hidden: false

Resources/ServerInfo/_ES/Guidebook/Engineering/AccessConfigurator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Box>
88

99
Configurable devices can include airlocks, secure crates and lockers, as well as access restricted machines.
10-
Note: Airlocks can have their accesses configured by the [color=#a4885c]Network Configurator[/color] (or multitool), for convenience.
10+
Note: Airlocks can have their accesses configured by the multitool, for convenience.
1111

1212
## Where to find Access Configurators
1313
Each station is equipped with up to two access configurators. The first is in the possession of the Chief Engineer, while the second can be found with the Head of Personnel.

Resources/ServerInfo/_ES/Guidebook/Engineering/AirAlarms.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
A room will often have an Air Alarm mounted on the wall, for quick control over multiple devices in that room.
1212

13-
You can see how to link devices in the [textlink="Link" link="ESNetworking"] guide.
14-
1513
## User Interface
1614
Interacting with an Air Alarm will bring up a menu with 3 sections:
1715
- Top: The current status of the air alarm. This includes the current pressure and temperature of the area the air alarm is monitoring.
@@ -27,8 +25,6 @@
2725
Air alarms will automatically drop (close) linked [textlink="firelocks" link="ESFireAndGasControl"] when the [color=Red]Danger[/color] status is reached.
2826
These [textlink="firelocks" link="ESFireAndGasControl"] will automatically raise (open) when the status returns to [color=green]Normal[/color].
2927

30-
Air alarms have [textlink="signal" link="ESNetworking"] outputs for each of the three statuses, which can be used to trigger other [textlink="signal" link="ESNetworking"] devices when the status changes.
31-
3228
## Sensors
3329
All [textlink="Air Vents" link="ESAirVent"] and [textlink="Air Scrubbers" link="ESAirScrubber"] have a built-in sensor, which reports back to the air alarm.
3430
These sensors can be adjusted in the [bold]Sensors[/bold] tab of the air alarm menu.
@@ -39,8 +35,6 @@
3935
These thresholds can be adjusted and disabled as needed.
4036
For example, if you are monitoring a room that naturally has a low temperature (such as a freezer) or a high temperature (such as a burn chamber), you can adjust the temperature thresholds to match the expected values.
4137

42-
An air sensor can also be constructed and [textlink="linked" link="ESNetworking"] to an air alarm.
43-
4438
<Box>
4539
<GuideEntityEmbed Entity="AirSensor"/>
4640
</Box>

Resources/ServerInfo/_ES/Guidebook/Engineering/AirScrubber.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</Box>
88
The air scrubber requires [textlink="power" link="ESPower"] through a nearby [textlink="LV cable" link="ESVoltageNetworks"] to function.
99

10-
The default behavior of an air scrubber is to scrub all gasses except Nitrogen and Oxygen from the atmosphere it's exposed to. It will continue this behavior unless directed by a [textlink="linked" link="ESNetworking"] [textlink="air alarm" link="ESAirAlarms"].
10+
The default behavior of an air scrubber is to scrub all gasses except Nitrogen and Oxygen from the atmosphere it's exposed to. It will continue this behavior unless directed by a linked [textlink="air alarm" link="ESAirAlarms"].
1111

1212
The scrubber can be welded with any welding tool to stop it from functioning.
1313

1414
## Configuration Options
15-
When [textlink="linked" link="ESNetworking"] to an [textlink="air alarm" link="ESAirAlarms"], air scrubbers gain more functionality.
15+
When linked to an [textlink="air alarm" link="ESAirAlarms"], air scrubbers gain more functionality.
1616

1717
The target gasses for scrubbing can be defined in the "Gas filters" dropdown. Keep in mind this resets if you change [textlink="air alarm" link="ESAirAlarms"] modes.
1818

@@ -39,7 +39,7 @@
3939

4040
This effectively multiplies its total speed, as air scrubbers will now preform their scrubbing work on 5 tiles at once.
4141

42-
Scrubbers [textlink="linked" link="ESNetworking"] to an [textlink="air alarm" link="ESAirAlarms"] in auto mode will automatically enable WideNet mode under the [textlink="air alarm's" link="ESAirAlarms"] "Filtering (Wide)" mode when a high concentration of unwanted gasses is detected in the atmosphere.
42+
Scrubbers linked to an [textlink="air alarm" link="ESAirAlarms"] in auto mode will automatically enable WideNet mode under the [textlink="air alarm's" link="ESAirAlarms"] "Filtering (Wide)" mode when a high concentration of unwanted gasses is detected in the atmosphere.
4343

4444
WideNet is extremely useful in quickly scrubbing large amounts of tritium from plasma burn chambers.
4545

Resources/ServerInfo/_ES/Guidebook/Engineering/AirVent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
The amount of gas they leak out is relative to the current pressure of the pipenet they're connected to.
3434

3535
## Configuration Options
36-
When [textlink="linked" link="ESNetworking"] to an [textlink="air alarm" link="ESAirAlarms"], air vents gain more functionality.
36+
When linked to an [textlink="air alarm" link="ESAirAlarms"], air vents gain more functionality.
3737

3838
Air vents have two "vent direction" options: Releasing and Siphoning.
3939
- Releasing simply releases gasses into the atmosphere from the connected pipenet.

Resources/ServerInfo/_ES/Guidebook/Engineering/Airlocks.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656

5757
They can open, close, bolt, and set to emergency access using these remotes.
5858

59-
## Linking
60-
Airlocks can be linked using the [textlink="Link" link="ESNetworking"] system to other devices.
61-
This allows for proper station airlocks to space, or to link multiple airlocks together.
62-
6359
## Styling
6460
Airlocks can come in different styles to match station departments. The department style commonly reflects the required access level.
6561

Resources/ServerInfo/_ES/Guidebook/Engineering/AtmosphereInOut.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,5 @@
1212
With these devices, Atmos can insert, extract, or scrub unwanted gasses from any atmosphere they would like.
1313
This allows the maintaining of a safe, breathable atmosphere.
1414

15-
Some of these devices require [textlink="power" link="ESPower"] to function, and can be linked to an [textlink="air alarm." link="ESAirAlarms"]
16-
17-
[textlink="Linking" link="ESNetworking"] compatible devices to an air alarm unlocks more configuration options and functionality. Otherwise, these devices follow their default behavior as defined in the subguides.
18-
19-
<Box>
20-
<GuideEntityEmbed Entity="AirAlarm"/>
21-
<GuideEntityEmbed Entity="Multitool"/>
22-
<GuideEntityEmbed Entity="NetworkConfigurator"/>
23-
</Box>
24-
15+
Some of these devices require [textlink="power" link="ESPower"] to function, and are linked to an [textlink="air alarm." link="ESAirAlarms"]
2516
</Document>

Resources/ServerInfo/_ES/Guidebook/Engineering/Engineering.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<Box>
2121
<GuideEntityEmbed Entity="Welder"/>
2222
<GuideEntityEmbed Entity="Multitool"/>
23-
<GuideEntityEmbed Entity="NetworkConfigurator"/>
2423
</Box>
2524
Your core toolset is a small variety of tools.
2625
If you're an engineer, then you should have a belt on your waist containing one of each; if not, you can likely find them in maintenance shafts and in tool storage within assorted toolboxes and vending machines.

Resources/ServerInfo/_ES/Guidebook/Engineering/FireAndGasControl.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@
3535
A common example of this is a firelock that has released due to both sides being exposed to space.
3636

3737
## Connecting to Air and Fire Alarms
38-
Firelocks can be connected to [textlink="air alarms" link="ESAirAlarms"] and fire alarms to receive instructions on when to drop.
39-
Firelocks use the [textlink="List system" link="ESNetworking"], and you can connect these devices using a multitool or network configurator.
38+
Firelocks may be connected to [textlink="air alarms" link="ESAirAlarms"] and fire alarms to receive instructions on when to drop.
4039

4140
<Box>
4241
<GuideEntityEmbed Entity="Firelock" Caption=""/>
43-
<GuideEntityEmbed Entity="Multitool" Caption=""/>
44-
<GuideEntityEmbed Entity="NetworkConfigurator" Caption=""/>
4542
<GuideEntityEmbed Entity="FireAlarm" Caption=""/>
4643
<GuideEntityEmbed Entity="AirAlarm" Caption=""/>
4744
</Box>
@@ -65,7 +62,7 @@
6562
<GuideEntityEmbed Entity="FireAlarm"/>
6663
</Box>
6764

68-
Devices with sensors can be [textlink="linked" link="ESNetworking"] to fire alarms, which will trigger the fire alarm if the sensor enters the [color=red]Danger[/color] temperature threshold as defined by its sensors.
65+
Devices with sensors may be linked to fire alarms, which will trigger the fire alarm if the sensor enters the [color=red]Danger[/color] temperature threshold as defined by its sensors.
6966

7067
When the fire alarm is triggered, all connected firelocks will be overridden with a [color=red]Danger[/color] alert state and will drop.
7168

0 commit comments

Comments
 (0)