An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🌱 Twig
Visual dialog editor for visual novel and games that exports data as CSV.

![Magic](https://i.imgur.com/N9CaIdK.gif)


### 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).