S83gamedev / AudioStream-Subtitle-Plugin

An AudioStream Subtitle plugin for godot 4 - Check the README for more information
MIT License
3 stars 1 forks source link

I don't quite understand the specific functions of this plugin #1

Open xuegodot opened 3 months ago

xuegodot commented 3 months ago

Can you record a usage video thanks

S83gamedev commented 3 months ago

Can you record a usage video thanks

What part you don't understand? just import the plugin - then go and add a node - then search for the audioSub - then go and put an audio file into the node and then write something on desc and then make sure to check autoplay on , then when you run the scene the audio plays and the subtitle will be shown too

TLDR: This customized node helps you to add subtitle more easily into the game

S83gamedev commented 3 months ago

Can you record a usage video thanks

If you had any other question just ask me :D

S83gamedev commented 3 months ago

Can you record a usage video thanks

Oh yeah I was planing to, hopefully I will do it one day


yeah sorry at first I just saw the title and didn't read the description but now i did lol

xuegodot commented 3 months ago

Can you record a usage video thanks

What part you don't understand? just import the plugin - then go and add a node - then search for the audioSub - then go and put an audio file into the node and then write something on desc and then make sure to check autoplay on , then when you run the scene the audio plays and the subtitle will be shown too

TLDR: This customized node helps you to add subtitle more easily into the game

I initially thought it would be like displaying lyrics, with subtitles appearing in rhythm with the music. I even felt that I might have used it incorrectly. After watching your video, it became clear that I had misunderstood. However, this plugin is still very practical. Thank you.

S83gamedev commented 2 months ago

I initially thought it would be like displaying lyrics, with subtitles appearing in rhythm with the music. I even felt that I might have used it incorrectly

Actually you can still do that, but it's not usual you can do that with even just a label node so I will explain how to do that incase you are curious 1- create a label node for each time part of the lyric gonna show up on the screen 2- use animation player or give it a timer (my node already have a timer, but label node doesn't) (using animation player for when lable node gonna be visible or invisible, and timer for making it invisible automaticly, how ever you like, you can use each one you prefer or combining them) <3 good luck

S83gamedev commented 2 months ago

However, this plugin is still very practical. Thank you.

again sorry for late response tho :D im kinda lazy and not in a very good mood and mental, but still managed to record the video i'm glad it helped