Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Super Text Mesh / Adventure Creator script

A topic by Games By Bees created Sep 21, 2016 Views: 947
Viewing posts 1 to 1

I've been trying to figure out how to get Super Text Mesh and Adventure Creator to play nicely together, and I've made a script that does just that!

http://pastebin.com/RMnX5Ucq

Essentially, it uses AC for audio, user input, etc., but lets STM handle all text-specific items, like scrolling speed, animated letters, and colors.

It does this by running AC's normal text system offscreen, while STM directly samples the dialogue being written from the Dialog manager.

I hope this helps anyone interested in using both tools. :)