Skip to content

Commands

Felipe Lippelt edited this page May 27, 2026 · 7 revisions

Commands · Comandos

🇧🇷 Português · 🇬🇧 English


English

Commands available in every system

Command Action
help command list
ls [path] · cd <path> · cat <file> · pwd filesystem navigation
grep <term> [path] · find <name> search content / filenames
crack <file> brute-force a locked file (progress bar)
decrypt <file> [key] unlock by password; omit key to open a dialog
query <question> (alias ask) interface with the system AI (see Dialog)
theme [id] switch system
scenario [list|load <id>] switch campaign within a system
loadscenario [url] load a custom scenario (URL, or paste JSON — see Custom Scenarios)
volume [0-100|mute|unmute] audio level
hum [on|off] ambient CRT hum (off by default)
selfdestruct (alias destruct) arm the self-destruct popup (if the scenario defines it)
reset wipe this scenario's unlock progress
whoami · date · motd · clear · reboot utilities

Each scenario also adds its own commands — e.g. vk/enhance in Blade Runner, pipboy/rads in Fallout, trace/deploy in Cyberpunk. These are declared in the scenario's commands block (see Authoring: Scenarios).

Shortcuts and UI

  • ↑/↓ browse command history · Tab completes commands and filenames · Ctrl+L clears the screen.
  • Theme switcher at the bottom (a ▴ <system> button that opens the menu) · audio toggle bottom-right.

GM mode

Ctrl+Shift+G (or the gm command) toggles GM mode:

  • Locked files show their password in ls and their content in cat, without affecting what players see.
  • Session-only — it resets on reload.
  • Each system in the switcher gains a ×/+ toggle to disable/enable the theme for players. Disabled themes disappear from the switcher outside GM mode (the choice is saved).
  • gmsheet (GM mode only) dumps every locked file in the scenario with its password/DC for quick prep.

Load a campaign from the URL

Handy for a GM bookmark:

.../?theme=cprd&scenario=heimdall

Português

Comandos disponíveis em todos os sistemas

Comando Ação
help lista de comandos
ls [path] · cd <path> · cat <file> · pwd navegação no filesystem
grep <termo> [path] · find <nome> busca conteúdo / nomes de arquivo
crack <file> força bruta em arquivo trancado (barra de progresso)
decrypt <file> [key] desbloqueia por senha; sem key abre um modal
query <pergunta> (alias ask) conversa com a IA do sistema (veja Dialog)
theme [id] troca de sistema
scenario [list|load <id>] troca de campanha dentro do sistema
loadscenario [url] carrega um cenário custom (URL, ou cola JSON — veja Cenários Custom)
volume [0-100|mute|unmute] nível de áudio
hum [on|off] hum ambiente de CRT (desligado por padrão)
selfdestruct (alias destruct) arma o popup de autodestruição (se o cenário definir)
reset apaga o progresso de desbloqueio do cenário
whoami · date · motd · clear · reboot utilitários

Cada cenário ainda adiciona comandos próprios — ex.: vk/enhance no Blade Runner, pipboy/rads no Fallout, trace/deploy no Cyberpunk. Eles são declarados no bloco commands do cenário (veja Autoria: Cenários).

Atalhos e UI

  • ↑/↓ navegam o histórico · Tab completa comandos e nomes de arquivo · Ctrl+L limpa a tela.
  • Switcher de tema embaixo (botão ▴ <sistema> que abre o menu) · toggle de áudio no canto inferior direito.

Modo Mestre

Ctrl+Shift+G (ou o comando gm) liga o Modo Mestre:

  • Arquivos trancados mostram a senha no ls e o conteúdo no cat, sem afetar o que os jogadores veem.
  • Sessão-only — reseta ao recarregar.
  • Cada sistema no switcher ganha um ×/+ pra desativar/ativar o tema para os jogadores. Temas desativados somem do switcher fora do Modo Mestre (a escolha fica salva).
  • gmsheet (só no Modo Mestre) despeja todos os arquivos trancados do cenário com senha/DC pra prep rápida.

Carregar uma campanha pela URL

Útil pra bookmark do GM:

.../?theme=cprd&scenario=heimdall

Clone this wiki locally