Decompiler: Actually close all text effects
Display error message if dialog has too many lines
Add GUI for decompiler
A dialog editor for Wonderland Adventures custom adventures that takes its input as structured text files.
Coming soon?
PE-DIA officially supports Windows 8 and later.
You need to install Deno to run PE-DIA. To install Deno, follow these instructions:
[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
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.deno run --allow-read start.js template.md > 1.dia
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