Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This is an addon for Godot that allows you to very easily add subtitles to your game. This was intended to easily integrate into an existing game and be simple enough to manage for a game jam.Subtitle styles currently supported:* 3D Spatial Subtitles (it locks to the 3D position where the audio originates, or along the screen edge if the sound was off-screen)* Dialogue subtitles.(Handled in a queue so all the subtitles are seen)There are several options available for changes to the subtitles, and the system uses Label nodes for the subtitles, so if you have translations registered, they will translate automatically using the keys you provide.
godot-dynamic-subtitles
An addon for easily implementing subtitles using the built-in sound system.
This addon is currently in heavy development. The goal is to make a system that properly handles subtitles in a way that allows for jam games to be more accessible. I plan on using this addon in my future projects including a horror game inspired by Alien: Isolation.
As more features are developed and solidified, I'll provide more proper documentation for use cases. However, the code has lots of comments so if you can figure out how it all works feel free to use it, hack it, whatever you desire!
This is an addon for Godot that allows you to very easily add subtitles to your game. This was intended to easily integrate into an existing game and be simple enough to manage for a game jam.
Subtitle styles currently supported:
* 3D Spatial Subtitles (it locks to the 3D position where the audio originates, or along the screen edge if the sound was off-screen)
* Dialogue subtitles.(Handled in a queue so all the subtitles are seen)
There are several options available for changes to the subtitles, and the system uses Label nodes for the subtitles, so if you have translations registered, they will translate automatically using the keys you provide.
Reviews
Quick Information
This is an addon for Godot that allows you to very easily add subtitles to your game. This was intended to easily integrate into an existing game and be simple enough to manage for a game jam.Subtitle styles currently supported:* 3D Spatial Subtitles (it locks to the 3D position where the audio originates, or along the screen edge if the sound was off-screen)* Dialogue subtitles.(Handled in a queue so all the subtitles are seen)There are several options available for changes to the subtitles, and the system uses Label nodes for the subtitles, so if you have translations registered, they will translate automatically using the keys you provide.