Search Unity

Utilities Permanently 70%off. Storyteller 2023. Dialogue , Interaction, and more (Unity Awards Nominee)

Discussion in 'Tools In Progress' started by Ruchmair, Apr 17, 2018.

  1. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Latest tutorial using Game Bridge and Storyteller 2020.1.8

    This is the basic setup.
    The only code written in the tutorial is to trigger an animation

    Code (CSharp):
    1. public Animator animator;
    2.  
    3. public void SpinNow()
    4. {
    5. animator.SetBool("spin",true);
    6. }
    so only bare minimum coding ability is needed if you are triggering custom functions.:)

     
  2. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Game bridge is now included in the storyteller package.
    The evaluation version of storyteller can be found on StorytellerEngine.com.
     
    C_p_H likes this.
  3. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Is it easy , is it hard ? the answer is here

     
  4. CrandellWS

    CrandellWS

    Joined:
    Oct 31, 2015
    Posts:
    178
    What's up with the game bridge asset?
    upload_2020-3-8_4-16-34.png
     
  5. C_p_H

    C_p_H

    Joined:
    Nov 24, 2014
    Posts:
    153
    GameBridge is now automatically included with the latest version of Story Teller.
     
    CrandellWS likes this.
  6. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    So you only need to import one package.

    Storyteller 2020.2.2 now has FULL LOCALIZATION SUPPORT :) 

    That version will be released soon.
     
    CrandellWS and JBR-games like this.
  7. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Storyteller 2020.2.2 has been released.

    PLEASE SEE UPDATE INSTRUCTIONS

    When you launch your storyteller project for the firsttime with this new version you will see no text. Your text has however not been deleted.

    Right click in the canvas and go to Windows> Languages> Update System.

    If you have SceneData setup, push the data back to your SceneData and click the setup button on your character or dialoguer component in the inspector. that's all.


    To show you an example of Locaclization , the Dating Sim example project is now in Japanese and English.

    The new localization system supports text, voice and sound effect localization.






     
  8. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    INFO

    now 34% off for the rest of the month.

    Version 2020.2.2d has now been released !!
     
  9. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Version 2020.2.2f has been released.
     
  10. Hazneliel

    Hazneliel

    Joined:
    Nov 14, 2013
    Posts:
    305
    Hello, I got interested in this asset as the engine for a visual novel. I have a question since this would be a requirement I got. Does it support importing the dialogues from a script file?

    The use case here is that a story writes will be able to write the script without having to use the Unity Editor, then I will import his script in the editor or even at runtime if it is supported.

    Thanks for clarifying this.
     
    Ruchmair likes this.
  11. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544

    Not yet. i will be adding a converter in a future release. It should only require some formatting so that Storyteller knows who is saying each line and if the line is Dialogue or denotes an action.


    Any import would happen outside of runtime.

    This is something i am looking forward to adding
     
    Hazneliel likes this.
  12. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544

    I have just completed addition of a functional text to node tool which just requires that you drag in your txt file and press two buttons.Of course you will have to structure your story so that the system knows what it is reading. You can choose how to.structure it.

    It generates the story with timed dialogue which can them be use in game, but i would suggest cleaning it up before just putting it in game.

    This new text to node function is recommend for imfrequent use by persons who already have an existing text based story and would like to turn it into a storyteller story.

    Storytellers features make the need of a text editor largely irrelevant.

    That said, A text editor is only largely irrelevant because there is a need for a place to dump large blocks of text. I am also working on a text ediror but we will see how for that goes.
     
    C_p_H and Hazneliel like this.
  13. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Also, The new localization system added last month works fine but broke something else. I just fixed it . So the Text to node BETA and the patch fix will be in the next update.
     
  14. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    When using the Text to Node tool.

    Just make sure to structure your story/ dialogue like this.

    { } start and end a dialogue
    [ ] character name

    {[Tom] Hello everyone how are you doing today.}
    {[Tom] I need to talk to you for a few minutes}
    {[May] Sure, no problem}
    {[Claire] hello people }
    {[Tom] So we are going to have a party}



    Choose the language that your story is in.
    click Create Character
    click Create Nodes.

    Done
     
    C_p_H likes this.
  15. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Version 2020.2.3b released today
     
  16. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    How to convert your prewritten text into nodes in Storyteller
     
  17. Rujash

    Rujash

    Joined:
    Jan 3, 2014
    Posts:
    37
    Hi, are these errors of concern? I just imported to 2018.4:
    upload_2020-4-22_20-46-34.png
     
  18. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    The warning are a non issue and the errors there seem to point to an example script saying that the int value LanguageIndex does not exist. open the SceneData.cs to see that LanguageInxed int is there.

    If you are using an old version of game bridge , you should delete it and import only the one that comes with storyteller.
     
  19. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Oh and if you are moving from unity 2017 to Unity version of a different year. Do a storyteller import from the assetstore after you have moved to the new Unity version. This will ensure that you have Unity version specific Game Bridge codes and scenes. :)
     
  20. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    New update has been released.
     
  21. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    A new and major update will be released either at the end of this month or early next month.
     
  22. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    You can now outsource development of your project to us. Please send your questions to daimangou@gmail.com or just ask them here or on the official DaiMangou Discord.
     
  23. JBR-games

    JBR-games

    Joined:
    Sep 26, 2012
    Posts:
    708
    Hello, i wanted to check that inside the text I could add dynamic strings or int/floats example - the character name may be set by the player, or "i see you have [ int gold] gold in your safe.." or "i see your favorite color is [string color] ."

    and wow only $15 right now..
     
  24. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544

    Yes you can do all that . i am doing a little experiment, which is why the price is so low right now.
     
    JBR-games likes this.
  25. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Storyteller 2020.4 is going to be amazing!!!!!!
     
  26. pushingpandas

    pushingpandas

    Joined:
    Jan 12, 2013
    Posts:
    1,419
    Hello, does the asset contain some kind of load/save system?
     
  27. pushingpandas

    pushingpandas

    Joined:
    Jan 12, 2013
    Posts:
    1,419
    And what happend to Game Bridge? It isnt available anymore
     
  28. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Game bridge is included with storyteller now :)

    the asset to save is a single scriptable object that stores the story data. hmm i will ad an example in the 2020.4 :)
     
    pushingpandas likes this.
  29. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Specifically the Scene data asset
     
    pushingpandas likes this.
  30. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    CURRENT 2020.4 UPDATE LIST

    PRE PRODUCTION TOOL UPDATES (STORYTELLER)
    1 properties window override time toggle update

    2 properties window start time direct editor update

    3 settings window auto time text dialogue update

    4 custom bio data

    5 properties window update for auto time correction during certain node editor and start time editor

    6 no more red question marks for missing images

    7 custom data from scene and environment description

    8 Updated core library drag system

    9 Updated core library click event system

    10, updated scenes editor allowing for drag and drop repositioning

    11 Make double clinking more age and ability friendly

    12 Updated exporter to include custom data fro scenes, environments and characters

    13 Updated character node

    14 Updated Dialogue node Auto time text data procession

    15 Included new dynamic text processing for estimating dialogue duration from text

    16 higher resolution character images

    17 Updated Grid systems


    PRODUCTION TOOL STORY UPDATES (GAME BRIDGE)

    Will be listen after all current storyteller updates are completed
     
  31. pushingpandas

    pushingpandas

    Joined:
    Jan 12, 2013
    Posts:
    1,419
    Cool I will buy for sure
     
    Ruchmair likes this.
  32. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544


    PRE PRODUCTION TOOL UPDATES (STORYTELLER)

    1 properties window override time toggle update

    2 properties window start time direct editor update

    3 settings window auto time text dialogue update

    4 custom bio data

    5 properties window update for auto time correction during certain node editor and start time editor

    6 no more red question marks for missing images ( may leave this one in sing i will just be replaced with another image)

    7 custom data from scene and environment description

    8 Updated core library drag system

    9 Updated core library click event system

    10 Updated scenes editor allowing for drag and drop repositioning

    11 Make double clinking more age and ability friendly

    12 Updated exporter to include custom data fro scenes, environments and characters

    13 Updated character node

    14 Updated Dialogue node Auto time text data procession

    15 Included new dynmic text processing for estimating dialogue duration from text

    16 higher resolution character images

    17 Updated Grid systems

    18 General UI Updates


    PRODUCTION TOOL STORY UPDATES (GAME BRIDGE)

    1 Dialoguer now also supports general conditions

    2 New dialogue history database which is populated as you interact.

    3 New default functions for the condition system

    4 Environment node processing

    5 Updated Dialoguer Component

    6 Updated Character Component

    7 self correcting node times for override timer toggle

    8 save and load example in the Dating Sim scene

    9 New controls for general condition event control

    10 Faster conditions


    What is left to do is to go through the code on the Game Bridge side and document fully.
     
    pushingpandas, C_p_H and JBR-games like this.
  33. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Texting Dating Sim example scene coming in version 2020.4.


    New update List


    All Storyteller Version now come in one package.
    Import the one you need

    versions for
    :
    Unity 2017
    Unity 2018
    Unity 2019.2X
    Unity 2019.3X to Unity 2020 X


    PRE PRODUCTION TOOL UPDATES (STORYTELLER)
    1 properties window override time toggle update

    2 properties window start time direct editor update

    3 settings window auto time text dialogue update

    4 custom bio data

    5 properties window update for auto time correction during certain node editor and start time editor

    6 no more red question marks for missing images

    7 custom data from scene and environment description

    8 Updated core library drag system

    9 Updated core library click event system

    10 Updated scenes editor allowing for drag and drop repositioning

    11 Make double clinking more age and ability friendly

    12 Updated exporter to include custom data fro scenes, environments and characters

    13 Updated character node

    14 Updated Dialogue node Auto time text data procession

    15 Included new dynamic text processing for estimating dialogue duration from text

    16 higher resolution character images

    17 Updated Grid systems

    18 General UI Updates


    PRODUCTION TOOL STORY UPDATES (GAME BRIDGE)

    1 Dialogue now also supports general conditions

    2 New dialogue history database which is populated as you interact.

    3 New default functions for the condition system

    4 Environment node processing

    5 Updated Dialoguer Component

    6 Updated Character Component

    7 self correcting node times for override timer toggle

    8 save and load example in the Dating Sim scene

    9 New controls for general condition event control

    10 Faster conditions

    11 Funny documented Game Bridge scripts

    12 new example scene and assets

    13 New option for setting Action text. You no longer need to use a condition to disable action text display

    14 you can now specify specific character types that can carry out test typing
     
    JBR-games likes this.
  34. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    ;)
    The version for unity 2018 now requires textmesh pro also :) sadly version for unity 2017 was dropped because its text Ui system and text mesh pro were insufficient.

     
  35. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Storyteller 2020.4 has been released.
     
    JBR-games likes this.
  36. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Please remember to leave a review on the asset ಥ‿ಥ
     
  37. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    50% off sale on all My assets :)
     
    Twyker likes this.
  38. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Thank you all for your support up until now :D
     
    Twyker and C_p_H like this.
  39. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
  40. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Updating to Storyteller 2020.5 versions



    And this is the new timeline interface



    Users projects will also be featured in the Main ui (in a way that is not annoying)
     
    C_p_H likes this.
  41. yangkairong

    yangkairong

    Joined:
    Aug 20, 2015
    Posts:
    16
    I studied for two days and it's very bad to use. Strong dependence and limited expansion space. Far worse than the dialogue system for unity plug-in.
     
  42. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    And what were you trying to do? Your opinion is what it is but you may have just been doing things wrong.
     
  43. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Also, what limited expansion space?
     
  44. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    For future posters.

    Don't just post generalized slanders with literally no scenario references to back up your statements.
     
  45. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Anyway,

    Here is the new Creation interface.

    When you create a new project and can give the project preset settings :D




    You can also now use the "Store images locally" setting which is a big plus when it comes to pre-production project sharing.
     
  46. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Next version may be released by tomorrow. It has two minor updates, one is a bug fix which prevents an error after you drag a node in the timeline but don't have have story sample editor open.

    the ability to completely hide data in the timeline for a more focused workflow


    you can press the H (hide) button in the menu bar to show all hidden data or hide all hidden data
     
  47. MrIconic

    MrIconic

    Joined:
    Apr 5, 2013
    Posts:
    239
    Your website claims there's a sale on this asset but there is not unfortunately. Is there going to be one for this 50% sale?
     
  48. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    oh no, its actually even worse , it says 80% OFF +/ i forgot to update that part oops
     
  49. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    okay, i just fixed it :)
    hmmm the Assetstore team will decide if there will be another sale on the asset
     
  50. Ruchmair

    Ruchmair

    Joined:
    Sep 20, 2015
    Posts:
    544
    Storyteller 2021 . New Updates run-through

     
    AGregori likes this.