Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/diplomata.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Diplomata** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/diplomata.git
```

[![pkglnk](https://www.pkglnk.dev/badge/diplomata.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/diplomata)

README

Diplomata

openupm

Diplomata Logo

Diplomata is a Unity multi language dialogues content management system and editor extension inspired by Twine, like Fungus and Yarn / Yarn Spinner, but is not node based.

Diplomata manage optionally other contents of a game like characters, inventory, quests, animations and sprites.

Idealized for screenwriters, game designers, programmers and hobbyist writers, to configure and apply dialogues in any type of game.


Screenshot

Features:

  • Text edition in an organized environment split by characters and contexts.
  • Manage characters, contexts, and messages separately from the scene objects.
  • Add multiple languages for your game.
  • Fuzzy logic system to influence organically the characters with custom attributes.
  • Use colors in the message cards to organize your messages in your own way.
  • All text and preferences are saved in json files, making it easy to use external tools.
  • Export text to screenplay format for actors understand the story.
  • Use templates or create your own. (In development)
  • Internal system to save and load game progress, you can use as is or side by side with your own persistence system.
  • Choose and manage audio files to play when message show, taking into account the configured language.
  • Manage animator attributes in any message.
  • Choose and manage sprites to show in every message.
  • Inventory integration with title and description in multiple languages.
  • Create custom flags to authoring your game progress.

Installation:

  • Install via OpenUPM

    The package is available on the openupm registry. It's recommended to install it via openupm-cli.

    openupm add com.lavaleakgames.diplomata
    
  • Install via Git URL

    Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

    "dependencies": {
      "com.lavaleakgames.diplomata": "https://github.com/brunurd/diplomata-unity.git"
    }
    

License:

All files in this repository is licensed under a MIT License.

Comments

No comments yet. Be the first!