Skip to content

Commit

Permalink
Add showcase video for Blabber's dialogue editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 27, 2023
1 parent 91a8420 commit 3087553
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wiki/blabber/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Blabber adds the `/blabber` command, allowing server operators and mapmakers to

### Format

Blabber will automatically load all JSON files in the `data/[namespace]/blabber_dialogues` directory.
Blabber will automatically load all JSON files in the `data/[namespace]/blabber/dialogues` directory.
Those can be provided either by mods, or by datapacks.

Each file describes the various states a dialogue can be in.
Expand Down Expand Up @@ -132,6 +132,8 @@ Here is an example of conditional choices in JSON:

If you are allergic to code, try this online tool: [blabber dialogue editor](dialogue_generator)

<iframe width="560" height="315" src="https://www.youtube.com/embed/Hm_bQlgqSCQ?si=A5SH8mRNEkGSi14i" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Validation

To help creators design dialogues, and prevent players from getting stuck in a *(possibly non-skippable)* dialogue with no ending,
Expand Down

0 comments on commit 3087553

Please sign in to comment.