TyranoBuilder Visual Novel Studio

TyranoBuilder Visual Novel Studio

dutchkenshin Aug 23, 2019 @ 5:32pm
Tyranostory compatible with Tyranobuilder?
Has anyone gotten Tyranostory to work within Tyranobuilder? I've tried to add it by plug in, but it says it needs to be a .tbp file. which isn't anywhere in the plug in file. I've tried and failed many times. Also hello Steam I finally made a profile.
Last edited by dutchkenshin; Aug 24, 2019 @ 6:55am
< >
Showing 1-7 of 7 comments
Shimmersoft Aug 24, 2019 @ 9:14am 
This is the first time I've heard of this. What is it? Where is it?
dutchkenshin Aug 24, 2019 @ 10:12am 
its a chat text plug in . like text bubbles here is a link
https://plugin.tyrano.jp/en
then go to the bottom of the page and click see all plug ins.
its on the fourth page second row,last plug in that says tyranostory
its in Japanese. so use google chrome to translate it.
abydos Jul 8, 2020 @ 1:55pm 
I would like to know the anwer too. Did you found any solution how to use it?
There're a lot of cool plugins and scripts there, but like the most of the outsiders of Japan users I feel a bit abandoned when I saw we are far behind from what have been developed to TB and we even know it exists.
abydos Jul 9, 2020 @ 5:38pm 
Originally posted by lordmortarkingdom:
There're a lot of cool plugins and scripts there, but like the most of the outsiders of Japan users I feel a bit abandoned when I saw we are far behind from what have been developed to TB and we even know it exists.
I can speak japanese, but unfortunatelly I can't read or write that :D That's the reason I can't found those cool plugins :D
lordmortarkingdom Jul 10, 2020 @ 3:28am 
Originally posted by abydos:
Originally posted by lordmortarkingdom:
There're a lot of cool plugins and scripts there, but like the most of the outsiders of Japan users I feel a bit abandoned when I saw we are far behind from what have been developed to TB and we even know it exists.
I can speak japanese, but unfortunatelly I can't read or write that :D That's the reason I can't found those cool plugins :D

I can translate using Google and know a bit of coding, that's why I think those plugins need to be add to TB in a future update or translate for non japanese users, there's an even an e-book (paid) teaching intermediare/advanced techniques. A lot of cool stuff was made or released so far and the updates need to bring those, and not just aesthetic assets.

TB has a great potencial that's why I didn't give up of it yet, hope things get better soon.
Sahaar Jul 19, 2020 @ 3:13pm 
Hello, I have no Japanese knowledge but I managed to figure out how to make this work. I will explain step by step how to do it to you, if there is question let me know!
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: Take the chat_folder and move it to "plugins" folder IN YOUR GAME PROJECT FILE
Step 4 : To test, open a scenario and add "Tyranoscript" component ( or iscript i dont rmb)
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 ]

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

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!




Last edited by Sahaar; Jul 19, 2020 @ 3:14pm
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Aug 23, 2019 @ 5:32pm
Posts: 7