top of page

Visual novel text

2020/2021
Primary objective: An updated version of the system used in Voice of my Soul.
Contents in the project: TMP, events, mesh modification.
Scriptshttps://github.com/AbnnerU/Visual-Novel-text-04-08-2021

Description:

This system takes a txt and converts it so that it can be used in the format of a Visual Novel, using specific tags for this purpose. The idea is to make the transition from script to game easier, in addition to giving the scriptwriter tools to add extra touches to the text, such as changing the color, adding sprites, animations to the text, etc., all to make the experience better for whoever is writing the script. Of course, these text changes are only possible thanks to TMP.
Other improvements in relation to Voice of My Soul include better performance and also the possibility of calling sound, image and animation events within the script. This event call is based on an id (for example, "1", "animation 01"), that is, it is easier to make repeated calls.

bottom of page