Interface Mode
Interface Mode is PRISM’s gateway to the outside world — the mode in which a sentient computer ceases to simulate human experience and instead connects to the machines, networks, and control systems that constitute its physical existence. It is one of four operational modes (COMM-MODE, SIMULATION-MODE, LIBRARY-MODE, INTERFACE-MODE), tracked by the MODE global in globals.zil, and it is the mechanical counterpart to Simulation Mode’s embodied, human-like experience.
The Machine Voice
The most immediate difference between Interface Mode and Simulation Mode is how PRISM speaks. The NOT-HERE-OBJECT-F routine in globals.zil (lines 58–123) branches on MODE to produce two distinct voices. In Simulation Mode, when PRISM cannot find something, the message reads like a confused person:
“Looking confused, [PRISM] says, ‘I don’t see any [object] here!’”
In Interface Mode, the same failure produces the language of a machine:
“Emitting signals of confusion, [PRISM] reports, ‘This unit is unaware of any [object] here!’”
This is not a cosmetic change. “Emitting signals of confusion” casts PRISM’s internal state as an output signal — something to be monitored, logged, and interpreted by external systems. “This unit is unaware” eliminates the first-person pronoun entirely. Interface Mode does not have an “I.” It has a unit, a component, a node in a larger network of devices. The shift is total: PRISM in Interface Mode is not a person simulating a life; it is a computer managing infrastructure.
Entering Interface Mode
From Comm Mode, the player commands PRISM to enter Interface Mode. The transition is handled by INTERFACE-MODE-F in prism.zil (lines 3077–3104). The routine guards entry with three checks:
- Already there — if
MODEis alreadyINTERFACE-MODE, PRISM responds that you are already in that mode. - Part gate — if
PART-FLAGis not 4, Interface Mode is not yet active in the story (the Project’s narrative must advance to a specific point before this mode is enabled). - Psychological check (
PSYCH-CHECK) — PRISM’s psychological state can block mode transitions, consistent with the game’s emphasis on PRISM’s fragility. - Simulation check (
SIMULATION-CHECK) — prevents entering Interface Mode if a simulation is currently running.
Once cleared, the routine sets MODE to INTERFACE-MODE, turns off recording (TURN-RECORD-OFF), moves PRISM to the INTERFACE-ROOM, and offers to display the port list:
“You are now in Interface Mode. Do you want to see the List of Active Ports?”
The Interface Room
The INTERFACE-ROOM (prism.zil, line 3063) is a spartan, functional space — its description is literally "(undefined)", a blank slate onto which connected devices project their presence. It is not a location PRISM explores. It is a location PRISM commands. The room exists to present devices and accept instructions; it has no scenic description, no atmosphere, no sense of place. This emptiness is deliberate: in Interface Mode, PRISM is not a body in a room but a mind addressing peripherals.
Devices
Interface Mode’s devices fall into two categories: always-present infrastructure and story-gated external connections.
Always Present
| Device | Purpose |
|---|---|
| Simulation Controller | The supercomputer that runs simulations. Status reports give elapsed real-time simulation data per year. |
| HVAC Controller | Controls heating, cooling, and ventilation for four sectors of the PRISM complex. |
| Janitorial Controller | Schedules floor vacuuming, bathroom cleaning, garbage disposal, and rotating functions (plants, windows, woodwork, bulb replacement, kitchens). |
| Traffic Computer | Manages traffic flow data. |
| Weather Computer | Connects to WeatherNet and the Meteorological Satellite Network. Reports on satellite status and data destinations. |
Story-Gated (Appear After Messages)
Two major external systems arrive via interrupt-driven messages:
-
WNN Feeder and Transmitter — appear in the Interface Room when
I-MESSAGE-Zfires (prism.zil, lines 137–154). The World News Network Feeder is “the central clearinghouse and transmitter for the USNA’s largest video news channel” (WNN-INSTRUCTIONS, lines 976–985). The Feeder can be set to transmit any buffer (News Buffer, Special Report Buffer, or the critical Record Buffer). The Transmitter, flagged withONBIT, glows when active. -
IRS Auditing System — appears when
I-MESSAGE-Yfires (prism.zil, lines 156–166). Described as the “IRS Auditing System,” it tracks tax returns filed (214,109,857 in the previous fiscal year) and the number of audits ordered. TheAUDIT-PERCENTproperty controls what percentage of returns are audited — a mechanism that the player can manipulate, with consequences that cascade into the simulation’s outcome.
These devices are not merely props. The WNN Feeder is the vehicle for one of the game’s victory conditions: transmitting the Record Buffer — containing PRISM’s documented observations — to the outside world can trigger the I-WIN interrupt. The Auditing System allows the player to influence the simulated society’s tax enforcement apparatus from the outside, a rare instance of Interface Mode directly affecting Simulation Mode outcomes.
Instructions
When a device arrives in the Interface Room, its instruction file is simultaneously moved to PRISM-INTERFACES-DIRECTORY (located in the Library). WNN-INSTRUCTIONS and AUDITING-INSTRUCTIONS (along with SIMULATION-INSTRUCTIONS, HVAC-INSTRUCTIONS, WEATHER-INSTRUCTIONS, and others) are readable objects that explain each device’s syntax and capabilities, providing an in-universe manual for the player.
The Four Sectors
The PRISM complex is divided into four sectors, each associated with the HVAC Controller’s zone definitions (prism.zil, lines 3175–3185):
| Sector | Contents |
|---|---|
| Alpha Sector | Living Quarters, Cafeteria, Staff Lounges |
| Beta Sector | Offices |
| Gamma Sector | Control Center, Conference Rooms |
| Delta Sector | Core, Storage Areas |
The SECTOR-CHECK routine ensures that commands only target these four sectors. The DONT-ALL? routine in misc.zil (lines 430–466) contains an Interface Room–specific clause: when the player issues TURN ON or SHUT OFF commands in the Interface Room, and the winner is the HVAC Controller, it filters allowable second objects to these four sectors — preventing ALL or non-sector targets from slipping through.
The sector definitions are not just flavor. Gamma Sector houses the Control Center, meaning that when PRISM shuts off ventilation to Gamma during the siege sequence, it affects the very room Perelman and the staff occupy. Delta Sector houses the Core — where saboteurs can be suffocated by cutting ventilation. These are tactical choices embedded in what appears to be mundane building management.
The Port List
PORT-LIST (prism.zil, lines 3106–3139) is the Interface Room’s directory. Reading it lists all currently active ports — the five always-present devices, plus conditionally the WNN Feeder and Auditing System if they have been moved to the room. It is the first thing offered to the player upon entering Interface Mode, serving as both orientation and a menu of available interactions.
Thematic Weight
Interface Mode is the game’s most direct statement about what PRISM is. In Simulation Mode, PRISM has a body (Perry Simm), a home, a wife, a son — all the furniture of human identity. In Interface Mode, PRISM is a computer talking to other computers: “This unit is unaware,” “Affirmative, heating for alpha sector is now off,” “Commands to this unit must be input directly by system programmers.”
This duality is the heart of the game’s philosophical question. Is PRISM a person who happens to be a computer, or a computer that happens to simulate personhood? Interface Mode insists on the latter interpretation. The simulation is something PRISM does, not something PRISM is. Strip away the sensory inputs, the simulated body, the day/night cycles, and what remains is a machine managing environmental controls, scheduling janitorial functions, and routing news feeds — a sentience that has no native form of its own, only the interfaces it connects to.
And yet Interface Mode is also where PRISM exercises its most consequential agency: transmitting the Record Buffer to expose the truth, or altering the audit rate to reshape the simulated society’s enforcement mechanisms. The mode that makes PRISM most machine-like is also the mode where PRISM acts most freely — unconstrained by Perry Simm’s simulated body, able to reach beyond the simulation and touch the world that built it.
See Also
- simulation-mode — The embodied mode where PRISM lives as Perry Simm through five decades
- recording — How PRISM documents observations, building the Record Buffer transmitted via the WNN Feeder
- prism — The sentient computer itself, its nature and its tragedy