Skip to content
Felipe Lippelt edited this page Jun 5, 2026 · 4 revisions

Immersive Terminal for RPGs — Wiki

🇧🇷 Português · 🇬🇧 English

This wiki documents the specific functions of the project: every command, how to author themes and scenarios, locked files, and the cinematic effects (events, self-destruct, tracer). The README stays short — the detail lives here.

🛠 Companion editor: build scenarios visually (no hand-edited JSON) with scenario-forge — file tree, flags, dialog and events by form, with a live preview in this terminal.


English

Pages

  • Commands — every built-in command, keyboard shortcuts, GM mode, loading a campaign from the URL.
  • Authoring: Themes — the theme skin JSON (palette, font, CRT, sounds, banner, boot).
  • Authoring: Scenarios — the scenario folder, scenario.json, the files/ tree, markdown, login, dialog (query), images.
  • Custom Scenarios — load a campaign from a URL or pasted JSON, no repo edit.
  • Locked Files — front-matter reference, crack vs decrypt, difficulty rolls (crackDC), unlock chains (reveals).
  • Cinematics — unlock events, countdowns, self-destruct popup, the Cyberpunk tracer.
  • Architecture — source layout and the self-hosted fonts.

Quick start

npm install
npm run dev      # http://localhost:5173

See the README for build/deploy and the feature overview.


Português

🛠 Editor companheiro: monte cenários visualmente (sem editar JSON) com o scenario-forge — árvore de arquivos, flags, diálogo e eventos por formulário, com preview ao vivo neste terminal.

Páginas

  • Comandos — todos os comandos built-in, atalhos de teclado, Modo Mestre, carregar campanha pela URL.
  • Autoria: Temas — o JSON da skin do tema (paleta, fonte, CRT, sons, banner, boot).
  • Autoria: Cenários — a pasta do cenário, scenario.json, a árvore files/, markdown, login, dialog (query), imagens.
  • Cenários Custom — carregar uma campanha de uma URL ou JSON colado, sem editar o repo.
  • Arquivos Trancados — referência do front-matter, crack vs decrypt, teste de dificuldade (crackDC), cadeias (reveals).
  • Cinematografia — eventos ao destrancar, contagens regressivas, popup de autodestruição, o rastreador do Cyberpunk.
  • Arquitetura — layout do código-fonte e as fontes self-hosted.

Início rápido

npm install
npm run dev      # http://localhost:5173

Veja o README para build/deploy e a visão geral dos recursos.

Clone this wiki locally