TyranoBuilder Visual Novel Studio

TyranoBuilder Visual Novel Studio

Not enough ratings
[Plugin Guide] Phone Text Message with TyranoStory
By Sahaar
Step 1: Download Tyranostory https://tyrano.jp/download/story/tyrano_story_v106.zip
Step 2: Go to data / others / plugin / chat_story in the file you just download
Step 3: Move "chat_story" folder to the "Plugins" folder IN YOUR GAME PROJECT FILE
Step 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" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="Hey Hyunwoo" face="chat/donation.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="I heard about what happened..." face="chat/donation.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="Can you come to school? We should talk!" face="chat/donation.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="Can I meet you today?" face="chat/donation.png" ]

[chat_talk pos="left" delay=3000 name="Hyunwoo" text="Haven't you wasted enough<p>of your time on me?" face="chat/dogfight.png" ]

[chat_talk pos="left" name="Hyunwoo" text="I don't think I have anything to say to you" face="chat/dogfight.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="But I do " face="chat/donation.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="I will wait for you <p>in class !" face="chat/donation.png" ]

[chat_talk pos="right" bgcolor="0x14adff" name="Me" text="Let me know where you<p>wanna meet..." face="chat/donation.png" ]

[chat_talk pos="left" delay=3000 name="Hyunwoo" text="Don't bother waiting for me<p>Just go home!" face="chat/dogfight.png" ]


[chat_clear time=300 ][/code]

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/tag

About 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!

   
Award
Favorite
Favorited
Unfavorite
TyranoBuilder Guide - Phone Text Message Style
1 Comments
KAZ01 9 Aug, 2021 @ 2:44am 
Hi, I followed the guide and it worked for the most part, but spaces in the text don't seem to work at all, do you know what might be causing this?