Endings

Escape Requirements Checklist - MONOCHROME Wiki

Every condition the level checks before it lets you leave, in the order it checks them, with the failure mode attached to each one.

2026/9/12
@MONOCHROME Wiki
On this page

Overview

Escaping is gated by a short list of conditions rather than a single action, and the level never displays that list anywhere. This page lays out the requirements in the order they must be satisfied, along with what happens when each one is unmet, so a failed escape becomes a diagnosable problem instead of a mystery.

Keys:4 Required
Code:5343
Order:Fixed

A Complete Escape

This recording shows every requirement being satisfied in a single run, ending with the elevator sequence. It is the clearest reference for what a fully valid escape looks like.

The Full Requirement List

Work down this table if an escape fails. Each row lists a condition, its required state and the exact symptom you will see while it is unmet.

RequirementRequired StateSymptom If Unmet
Key one collectedIn inventoryDeadbolt one stays sealed
Key two collectedIn inventoryDeadbolt two stays sealed
Key three collectedIn inventoryDeadbolt three stays sealed
Key four collectedIn inventoryDeadbolt four stays sealed
All deadbolts openedFour locks clearPanel ignores all input
Panel code entered5343 acceptedNo ending sequence
Final interactionCompletedElevator doors stay shut
The level gives no error message for an unmet condition. A silent panel is the entire diagnostic the game provides.

Satisfying Them in Order

The order is enforced because the panel checks progress rather than accepting the code at any time. Doing these out of sequence produces no result rather than an error.

If you follow this sequence and the ending still does not trigger, the problem is almost certainly a build change rather than your route.

1

Collect all four keys

The keys are spread across the utility rooms, storage wing, office section and the far corridor at the end of the loop.

2

Open each deadbolt as you go

Use every key at the wall rather than carrying them. This keeps the lock state accurate and limits what a death costs.

3

Reach the elevator lobby

Follow the loop toward the bright area. The lobby holds the panel and the deadbolt wall together.

4

Confirm the panel is active

An active panel responds to your approach. If it is inert, a deadbolt is still sealed.

5

Input 5343 and finish

Enter the four digits deliberately and complete the interaction to trigger the escape sequence.

The panel lives in the endgame room described in the elevator room guide. Several decorative surfaces look interactive but are not.

Why the Requirements Are Hidden

There is no objective tracker, no HUD counter and no checklist screen. The game communicates the requirements once, in the tutorial slides, and then expects you to hold them yourself.

That design choice is consistent with the rest of the level, which refuses to label anything. There are no markers on rooms, no arrows and no map, so the information load is placed entirely on the player.

It also means the requirements double as a way to read your own progress. Knowing that four keys exist tells you how much of the network you have covered, which is more useful than a progress bar would be.

Common Failure Points

These are the specific places the requirement chain breaks, and what each failure looks like from inside a run.

An Unused Key

A key was collected but never used on the wall, leaving one deadbolt sealed.

A Skipped Room

A corridor was bypassed, so one key was never found and the route stalls.

Wrong Panel

The code was entered at a decorative device rather than the elevator control panel.

Dropped Digit

Fast entry on mobile client failed to register a number, reading as an invalid code.

Build Change

A patch rotated the panel solution, so a previously correct code is now stale.

Spawn Failure

A key failed to spawn entirely, which rejoining the server usually resolves.

If a key genuinely is not there after a full sweep, rejoining is the correct fix rather than another search. Missing spawns are a known early-development bug.

Pre-Escape Sanity Check

Run these checks before you walk to the lobby. Each one takes seconds and prevents the most common failed final attempt.

  • Confirm four keys were collected, not three with one container left unopened.
  • Confirm all four deadbolts show as open on the wall.
  • Confirm the loop is fully cleared so no room is secretly unvisited.
  • Confirm you are at the elevator control panel and not another device.
  • Confirm the code you are about to enter was verified on the current build.
FAQ

Frequently Asked Questions

What are the requirements to escape?

Four keys collected and used on the four deadbolts, then the code entered at the elevator control panel. All four locks must be open before the panel accepts anything.

Do the requirements have to be met in order?

Effectively yes. The panel checks your progress, so entering the code before the deadbolts are open produces no response rather than an error.

Why does the panel ignore me?

A deadbolt is still sealed. The panel stays completely inactive until every lock on the wall is open, and it gives no message to explain why.

Is there a requirements screen in game?

No. There is no checklist, tracker or minimap. The objective is stated once in the tutorial slides and then you are expected to hold it yourself.

What if a key never spawns?

Rejoin the server and search the same rooms again. Missing key spawns are a documented bug in this early-development build rather than a hidden puzzle step.

Does the ending need anything else?

No. Once the panel accepts the code and you complete the final interaction, the escape sequence plays. The full sequence is described in the ending explained page.

Related

Related Guides