~cadence/PE-DIA

Dialog editor for Wonderland Adventures that takes input from structured text files.
Decompiler: Actually close all text effects
Display error message if dialog has too many lines
0d2c8c16 — Cadence Ember 2 years ago
Add GUI for decompiler

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~cadence/PE-DIA
read/write
git@git.sr.ht:~cadence/PE-DIA

You can also use your local clone with git send-email.

#PE-DIA

A dialog editor for Wonderland Adventures custom adventures that takes its input as structured text files.

#Usage: On the World Wide Web

Coming soon?

#Usage: Windows users

#Installing PE-DIA for the first time

PE-DIA officially supports Windows 8 and later.

You need to install Deno to run PE-DIA. To install Deno, follow these instructions:

  1. Open the start menu and type "powershell". Click the "Windows PowerShell" item.
  2. In the command window, run these commands and wait for Deno to install. You need to right-click to paste.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr deno.land/x/install@v0.1.4/install.ps1 | iex

Now you can download PE-DIA: https://cadence.moe/friends/PE-DIA.zip

#Using PE-DIA

  1. Open the folder where you downloaded the PE-DIA files. Hold shift, right-click the background of that folder, and choose "open command prompt here" or "open powershell here".
  2. In the command window, run this command to use PE-DIA. You need to right-click to paste.
deno run --allow-read start.js template.md > 1.dia
  • template.md is the text file to read from. You can change this to read from a different file.
  • 1.dia is the dialog file to write out to. You can change this to write to a different file.
  • Everything else needs to stay the same.

#Usage: Linux users

#Installing PE-DIA for the first time

  1. Install Deno.
  2. Clone this repo.

#Using PE-DIA

deno run --allow-read start.js template.md > 1.dia

#License

PE-DIA is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is in the file LICENSE. You can also read a copy online: https://www.gnu.org/licenses/agpl-3.0.html

Do not follow this link