TyranoBuilder Visual Novel Studio Guide

[Plugin Guide] Phone Text Message with TyranoStory for TyranoBuilder Visual Novel Studio

[Plugin Guide] Phone Text Message with TyranoStory

Overview

Step 1: Download Tyranostory https://tyrano.jp/download/story/tyrano_story_v106.zipStep 2: Go to data / others / plugin / chat_story in the file you just downloadStep 3: Move “chat_story” folder to the “Plugins” folder IN YOUR GAME PROJECT FILEStep 4 : To test, open a scenario and add “Tyranoscript” component Step 5: Put this code in the script:
[plugin name=”chat_story”]
[font size=14 ]

[chat_config layer=2 zindex=1 top=200 left=470 width=375 height=750 under_height=400 face_width=40 name_font_size=10 margin_top=0 ]

[chat_talk pos=”center” text=”Hyunwoo” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”Hey Hyunwoo” face=”chat/donation.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”I heard about what happened…” face=”chat/donation.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”Can you come to school? We should talk!” face=”chat/donation.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”Can I meet you today?” face=”chat/donation.png” ]
[p]
[chat_talk pos=”left” delay=3000 name=”Hyunwoo” text=”Haven’t you wasted enough

of your time on me?” face=”chat/dogfight.png” ]
[p]
[chat_talk pos=”left” name=”Hyunwoo” text=”I don’t think I have anything to say to you” face=”chat/dogfight.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”But I do ” face=”chat/donation.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”I will wait for you

in class !” face=”chat/donation.png” ]
[p]
[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”Let me know where you

wanna meet…” face=”chat/donation.png” ]
[p]
[chat_talk pos=”left” delay=3000 name=”Hyunwoo” text=”Don’t bother waiting for me

Just go home!” face=”chat/dogfight.png” ]
[p]

[chat_clear time=300 ]

EXPLAINATION FOR SOME BASIC PART: *[plugin name=”chat_story”] => call the plugin
*[chat_config layer=2 zindex=1 top=200 left=470 width=375 height=750 under_height=400 face_width=40 name_font_size=10 margin_top=0 ] => size of the chat
*[chat_talk pos=”right” bgcolor=”0x14adff” name=”Me” text=”Hey Hyunwoo” face=”chat/donation.png” ] => chat color, position, text and the little pfp by the text ( you need to manually adding those image file into your project image directory )
*[chat_talk pos=”left” delay=3000….] => delay the chat, make the character have dot dot dot in the bubble for a certain amount of time
*[chat_clear time=300 ] => TO CLEAR/remove the chat MORE TAGS can be found here: https://tyrano.jp/story/tagAbout making the chat appear in a little phone like they show, I just use the show image component with a transparent phone image added to the image directory.Hope that help!

TyranoBuilder Guide – Phone Text Message Style

SteamSolo.com