* Basic TEG start. Connects via node group. * Basic TEG test map * Sensor monitoring basics, TEG circulator flow * Basic power generation (it doesn't work) * More sensor monitoring work * Battery (SMES) monitoring system. * Sensor monitoring fixes Make it work properly when mapped. * Test map improvements * Revise TEG power output mechanism. Now uses a fixed supplier with a custom ramping system. * TEG test map fixes * Make air alarms and pumps open UI on activate. * Clean up thermo machines power switch. Removed separate Enabled bool from the component that always matched the power receiver's state. This enables adding a PowerSwitch component to give us alt click/verb menu. * TEG but now fancy * Make sensor monitoring console obviously WiP to mappers. * Vending machine sound, because of course. * Terrible, terrible graph background color * Examine improvements for the TEG. * Account for electrical power when equalizing gas mixtures. * Get rid of the TegCirculatorArrow logic. Use TimedDespawn instead. The "no show in right-click menuu" goes into a new general-purpose component. Thanks Julian. * Put big notice of "not ready, here's why" on the sensor monitoring console. * TryGetComponent -> TryComp * Lol there's a HideContextMenu tag * Test fixes * Guidebook for TEG Fixed rotation on GuideEntityEmbed not working correctly. Added Margin property to GuideEntityEmbed * Make TEG power bar default to invisible. So it doesn't appear in the guidebook and spawn menu.
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
# named frequencies
|
|
device-frequency-prototype-name-atmos = Atmospheric Devices
|
|
device-frequency-prototype-name-suit-sensors = Suit Sensors
|
|
device-frequency-prototype-name-crew-monitor = Crew Monitor
|
|
device-frequency-prototype-name-lights = Smart Lights
|
|
device-frequency-prototype-name-mailing-units = Mailing Units
|
|
device-frequency-prototype-name-pdas = PDAs
|
|
device-frequency-prototype-name-fax = Fax
|
|
device-frequency-prototype-name-basic-device = Basic Devices
|
|
|
|
## camera frequencies
|
|
device-frequency-prototype-name-surveillance-camera-test = Subnet Test
|
|
device-frequency-prototype-name-surveillance-camera-engineering = Engineering Cameras
|
|
device-frequency-prototype-name-surveillance-camera-security = Security Cameras
|
|
device-frequency-prototype-name-surveillance-camera-science = Science Cameras
|
|
device-frequency-prototype-name-surveillance-camera-supply = Supply Cameras
|
|
device-frequency-prototype-name-surveillance-camera-command = Command Cameras
|
|
device-frequency-prototype-name-surveillance-camera-service = Service Cameras
|
|
device-frequency-prototype-name-surveillance-camera-medical = Medical Cameras
|
|
device-frequency-prototype-name-surveillance-camera-general = General Cameras
|
|
device-frequency-prototype-name-surveillance-camera-entertainment = Entertainment Cameras
|
|
|
|
# prefixes for randomly generated device addresses
|
|
device-address-prefix-vent = VNT-
|
|
device-address-prefix-scrubber = SCR-
|
|
device-address-prefix-sensor = SNS-
|
|
# Damn bet you couldn't see this one coming.
|
|
device-address-prefix-teg = TEG-
|
|
device-address-prefix-heater = HTR-
|
|
device-address-prefix-freezer = FZR-
|
|
device-address-prefix-volume-pump = VPP-
|
|
device-address-prefix-smes = SMS-
|
|
|
|
#PDAs and terminals
|
|
device-address-prefix-console = CLS-
|
|
device-address-prefix-fire-alarm = FIR-
|
|
device-address-prefix-air-alarm = AIR-
|
|
|
|
device-address-prefix-sensor-monitor = MON-
|
|
|
|
device-address-examine-message = The device's address is {$address}.
|
|
|
|
#Device net ID names
|
|
device-net-id-private = Private
|
|
device-net-id-wired = Wired
|
|
device-net-id-wireless = Wireless
|
|
device-net-id-apc = Apc
|
|
device-net-id-atmos-devices = Atmos Devices
|
|
device-net-id-reserved = Reserved
|
|
|