Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: createasaurus on September 16, 2015, 07:36:21 PM

Title: Simplest way to have lots of text in game? [Solved]
Post by: createasaurus on September 16, 2015, 07:36:21 PM
Hi,
My game has lots of NPCs, who I'd like to randomly say things.  Is there a best practice, or simplest way to approach this?  I know how to build this completely in PlayMaker where each character can randomly say 10 things... Then say 10 different things each time the story progresses... But doing this all in PlayMaker "coding" will get big and disorganized fast.  Is there a simple way to do this, where PlayMaker can access an excell file or something.  Just looking for general advice on how to approach this.  Thank you.
Title: Re: Simplest way to have lots of text in game?
Post by: mdotstrange on September 16, 2015, 08:23:17 PM
The asset G2U allows you to import google spreadsheets into Playmaker https://www.assetstore.unity3d.com/en/#!/content/11818 (https://www.assetstore.unity3d.com/en/#!/content/11818)

You could also look into using Twine or Yarn to export XML you would then use Datamaker in Pmaker to manipulate

These aren't simple ways though-

I've used this asset https://www.assetstore.unity3d.com/en/#!/content/5020 (https://www.assetstore.unity3d.com/en/#!/content/5020) with Playmaker in the past to do dialogue- it imports from google spreadsheets as well
Title: Re: Simplest way to have lots of text in game?
Post by: djaydino on September 17, 2015, 01:26:55 AM
Hi,
You can also use array maker, you can find some tutorials here (http://hutonggames.com/playmakerforum/index.php?topic=9800.0)

but xml and datamaker may be more preferable, i am working on a tutorial atm and i hope i get it finished by next week
Title: Re: Simplest way to have lots of text in game?
Post by: createasaurus on September 17, 2015, 02:42:38 PM
Hi djaydino and mdotstrange,

Thank you for the recommendations.  I will be checking these out - Array Maker and G2U.  My goal is to choose the simplest (to learn) path.

Thanks again,
createasaurus
Title: Re: Simplest way to have lots of text in game? [Solved]
Post by: djaydino on November 27, 2015, 05:56:40 PM
Hi,
i have some datamaker tutorials available (http://hutonggames.com/playmakerforum/index.php?topic=11711.0)