Releases: taliyos/DialogueCreatorForGames
Releases · taliyos/DialogueCreatorForGames
v1.0
Dialogue Creator For Games (v1.0)
Check out our wiki for information on how to develop/use Dialogue Creator for Games.
What's New
- Create your own dialogue
- Multiple Field Options
- Text Field - Create standard text dialogue
- Character Field - Add an identifier above your text fields with a character's name
- List Field - Define options within the Field Settings menu and select from one of them.
- User Input Field - Allow the player to input text.
- User List Field - Define options within the Field Settings menu and allow your players to pick from them.
- Effects
- Character Effects - Apply these to certain sections of characters by highlighting the desired section before selecting.
- Field Effects - Apply these to an entire field
- Modifiers - Change the way that text is displayed
- Available Effects: Wobble, Typed, Speedup, Enlarge, and Bold (some effects have multiple versions for each effect type)
- Presets
- Create and store your field formatting information and re-apply it later.
- Save fields by pressing the "+" button in the Presets section of the toolbar.
- Apply a preset by clicking the desired button in the Presets section of the toolbar.
- Import presets from the menubar.
- Export presets from the menubar.
- Copy, Cut, and Paste using Ctrl-C, Ctrl-V, and Ctrl-X respectively on field information. Or, use the buttons provided in the editor toolbar.
- Projects
- Store all of the opened files for later through projects
- File -> Save Project and File -> Open Project
- Tabs
- Open another document without closing the current one through the tab menu.
- The "+" button creates a new tab.
- The "X" button closes the tab.
- New files are opened as tabs.
- Tab name is the same as the file name.
- Import your dialogue
- Import from JSON, DOCX, or TXT
- Save your dialogue
- Save previews as HTML
- Save dialogue as JSON
- Previews
- Look at how your dialogue will be be displayed in game before exporting by previewing it first.
- Accessible through the "Play" button to the right of each field.
- Will show applied effects and your dialogue content.
- A blue "Export to HTML" button allows you to export the previews.
- Text Field Sounds
- Add sound effects to your dialogue by adding a sound clip.
- Use the gear to the right of a text field to open a prompt to select a .mp3 file.
- Press the audio button to the right of a text field to play the sound clip.
- Dialogue Progression
- Control whether a user needs to input before progressing through fields by clicking the "Auto" button.
- Red means the previous field will remain active until the user interacts
- Green means the previous field will automatically transition to the next once its completed.
- Delete Fields
- Delete fields by clicking on the trash icon to the left of any field.
GitHub Generated Release Notes
- UI Widgets by @taliyos in #1
- Added getTextField() on TextField widget by @taliyos in #2
- Added basic preview button by @taliyos in #3
- Merge Logan into Main by @LoganGraham3 in #4
- Merge Logan into Main (Data Classes) by @LoganGraham3 in #5
- Merge main into ui-links by @taliyos in #6
- Fixed for Field Data and related types by @taliyos in #7
- Field data fixes by @taliyos in #8
- Merge pull request #8 from taliyos/field-data-fixes by @taliyos in #9
- Merge from main -> editor previews by @taliyos in #10
- Editor previews by @taliyos in #11
- UI links by @taliyos in #12
- Character field by @harriT16 in #14
- Preview with character by @harriT16 in #16
- Real effects UI by @patch-s in #15
- Merge main into effects-dropdown by @taliyos in #18
- Added Effects Dropdown version by @taliyos in #19
- Merge main into presets by @taliyos in #20
- Presets by @taliyos in #21
- cut copy paste option linked to clipboard in EditorTools by @harriT16 in #22
- Settings by @LoganGraham3 in #17
- List fixes by @taliyos in #23
- List Settings UI Fixes by @taliyos in #24
- Fixed last active not being reset when removed. by @taliyos in #25
- Character button fix by @taliyos in #26
- Export to HTML by @harriT16 in #27
- Sounds by @patch-s in #28
- Merge main into input fields by @taliyos in #30
- Merge main into tabs by @taliyos in #33
- Import export by @patch-s in #31
- Merge main into tabs by @taliyos in #34
- Tabs by @taliyos in #32
- Input fields by @LoganGraham3 in #29
- Added save as project and open project by @patch-s in #35
- Fixed crash from type mismatch by @taliyos in #36
- Delete .vscode directory by @taliyos in #37
- Save fix by @patch-s in #38
- UI tweaks by @taliyos in #39
- Update to main by @taliyos in #40
- Preview Field Fixes by @taliyos in #41
New Contributors
- @taliyos made their first contribution in #1
- @LoganGraham3 made their first contribution in #4
- @harriT16 made their first contribution in #14
- @patch-s made their first contribution in #15
Full Changelog: https://github.com/taliyos/DialogueCreatorForGames/commits/Releases