Back to mods
DialogueLib project artwork

CurseForge · Hytale mod

DialogueLib

A Hytale library mod that makes creating complex dialogue trees simple.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which DialogueLib release should I use?

Updated 2 months ago
Latest stable file DialogueLib-0.2.1.jar
Game version Not listed
Mod system Built-in Hytale mod system

DialogueLib-0.2.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should DialogueLib be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does DialogueLib-0.2.1.jar need?

DialogueLib-0.2.1.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add DialogueLib without breaking your instance.

Built for DialogueLib-0.2.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use DialogueLib-0.2.1.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside DialogueLib-0.2.1.jar. It opens that exact file at the source.

About this project

What does DialogueLib add?

DialogueLib is a simple Hytale library mod that enables the creation of data-driven dialogue trees.

Users can create complex dialogue trees using purely .json assets. A simple (non-functional) example shown below:

{
  "Type": "Standard",
  "Id": "Test",
  "Choices": [
    {
      "Id": "Standard",
      "Text": "This is a choice"
    },
    {
      "Id": "Standard",
      "Text": "This is another choice"
    },
    {
      "Id": "Standard",
      "Text": "A third choice"
    }
  ]
}

(actual configuration would want to specify specific actions to be taken when the dialogue choices are clicked by the player).

The library is designed to be highly customizable: developers can use the existing UI for dialogue, or they can create their own.

Project description from CurseForge.

Recent files

DialogueLib releases and Hytale builds

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.