https://github.com/poshodev/twig
🌱 Visual dialog editor for visual novel and games that exports data as CSV.
https://github.com/poshodev/twig
Last synced: 3 months ago
JSON representation
🌱 Visual dialog editor for visual novel and games that exports data as CSV.
- Host: GitHub
- URL: https://github.com/poshodev/twig
- Owner: PoshoDev
- Created: 2020-02-25T20:40:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T12:27:56.000Z (over 4 years ago)
- Last Synced: 2025-05-28T20:04:38.998Z (about 1 year ago)
- Language: Game Maker Language
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌱 Twig
Visual dialog editor for visual novel and games that exports data as CSV.

### How to Use:
| Key/Action | Result |
|--|--|
| Hold left mouse button (on dialog box) + drag | Drag dialog box. |
| Hold right mouse button (on dialog box) + drag | Create dialog box. |
| Middle button (on dialog box) | Delete dialog box. |
| Drag newly-created dialog box into existing dialog box | Merge path. _**(Currently unavailable)**_
| Hold right mouse button (outside dialog box) + drag | Traverse project map. _**(Currently unavailable)**_ |
| Left click text box. | Edit text. |
| Ctrl + S | Save project.
Your project is saved at:
_C:\Users\USER\AppData\Local\Twig_ |
| Ctrl + R | Reload project.
_Warning: no saving prompt._ |
### Q & A:
- Where is my save data?
- Your save data can be located at: _C:\Users\USER\AppData\Local\Twig_
- Because this is a very unstable thing as of now things can go south at any time, so a __Backups_ folder is located at the same directory, and it is updated each time you save.
- How do I make a branching path?
- You just simply have to create a second dialog box coming from a dialog box that already has one path.
- For two branching paths, the options "Yes" and "No" are automatically added for your convenience, but you can always edit them.
### Credits:
- Code by [Posho](https://github.com/PoshoDev).
- [CSV Manager](https://marketplace.yoyogames.com/assets/522/csv-manager) by [derme](https://github.com/derme302).