Skip to content

Facility Signs

Deyvid Campos edited this page Jul 25, 2026 · 1 revision

Facility Signs

SCP Additions 3.0.8 adds two editable wall-mounted displays: the Core Room Sign and the Door Sign.

Both blocks are available in the SCP Unity Blocks creative tab immediately after Sign Support.

Placement

Facility Signs attach to the horizontal wall face that was clicked. Their orientation does not depend on where the player is looking.

Placement on the top or bottom face of a block is rejected. Each sign uses a model-matched selection and collision shape.

Opening the editor

Hold a Screwdriver in either hand and interact with the placed sign.

The editor contains three entries and provides:

  • a live preview when the screen is tall enough;
  • drag handles for reordering entries;
  • per-entry copy, paste, and clear controls;
  • whole-sign copy, paste, and clear controls;
  • character counters and server-side validation.

Copied entries and complete signs are stored on the Screwdriver, allowing the same tool to transfer text between placed signs.

Empty entries are compacted when the sign is saved. For example, if the first row is empty and the second contains text, the populated row moves into the first position.

Core Room Sign

The Core Room Sign contains three centered text lines.

  • Maximum: 30 Unicode characters per line.
  • Text is converted to uppercase.
  • Control characters are rejected.
  • Liberation Sans Bold is used.
  • The text uses dark gray lettering with a light outline.
  • It follows normal world lighting rather than rendering at full brightness.

The editor blocks additional input when the character limit is reached, including pasted text.

Door Sign

The Door Sign contains three numbered text entries.

  • Maximum: 40 Unicode characters per text line.
  • Capitalization is preserved.
  • Text is anchored to the start of its assigned line.
  • Anonymous Pro is used for the text.
  • Each number accepts up to 8 digits.
  • Jura is used for the numbers.
  • Numbers are centered inside their assigned boxes.
  • Both text and numbers render at full brightness and do not depend on ambient light.

When an entry is reordered, its number and text move together.

Copying between sign types

Pasted data is adapted to the destination:

  • Core Room Signs discard number fields and convert text to uppercase;
  • Door Signs preserve compatible text and digit-only number fields;
  • text exceeding the destination limit is truncated by server validation.

The Screwdriver may retain one copied entry and one copied complete sign at the same time.

Clone this wiki locally