-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Felipe Lippelt edited this page Jun 5, 2026
·
4 revisions
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.
- 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, thefiles/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,
crackvsdecrypt, difficulty rolls (crackDC), unlock chains (reveals). - Cinematics — unlock events, countdowns, self-destruct popup, the Cyberpunk tracer.
- Architecture — source layout and the self-hosted fonts.
npm install
npm run dev # http://localhost:5173See the README for build/deploy and the feature overview.
🛠 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.
- 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 árvorefiles/, 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,
crackvsdecrypt, 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.
npm install
npm run dev # http://localhost:5173Veja o README para build/deploy e a visão geral dos recursos.