Skip to main content

1.4.0

Minimum required version of Joint: 2.2.0

Recommended version of Joint: 2.3.3

Added

Animalese System Is Back!

The Animalese speech synthesizer has been reworked from SDS1 and has been added, And simple skeletal animation with animalese speech synthesizer has been added!

img.png

img_5.png

Check out the sample assets to see how to work with it!

ICU Transliterator Object And Transliteration has been added

ICU culture-specific-data-based transliterator feature has been added for both C++ and BP with ICUTransliteratorWrapper object.

note

Transliteration means that a process of interchanging a text written in one language's alphabet into other language's alphabet by its sounds. (e.g. 안녕하세요 -> annyeonghaseyo)

img_1.png

Create a ICUTransliteratorWrapper object with your own transform rule for transliteration, And use it for your needed actions.

img_2.png

Use PrintTransliterationIDs to check out the usable culture targets in the packaged build. Transliteration will work among the displayed cultures on the function.

You can create a rule and test out on here. https://icu4c-demos.unicode.org/icu-bin/translit

New Dialogue Nodes

img_7.png

DF_GrabPlayer

DF_GrabPlayer has been added. It automatically grabs the player controllers on the world when it begin played, and feed it to specified DF_Players node.

DF_Sustain

DF_Sustain has been added. It simply ends within the specified interval after it begins played.

It will play the children subnodes, but let them end in the time. This node is useful when you want to add a delay on the playback or give a hardcoded duration for a specific node's action.


Changed

DF_DW_SetTextUpdateSpeed

DF_DW_SetTextUpdateSpeed node now supports speed multiplier property according to the culture of the clients, to make the total playback duration of the script adjustable for more convincing production.

img_3.png

DF_DialogueWidget

DF_DialogueWidget node now supports a feature that lets the node itself create a widget if it was not present when it began.

img_4.png

Color And Displayed Properties Changed

Fragments' color have been changed a little to make it looks more well organized.

Also the properties that are being displayed on the graph node have been changed.

img_6.png


Fixed

An issue that the withdrawal feature of the Vote node was not working properly has been fixed, and added a property to turn on & off the withdrawal feature.