Godot Dynamic Subtitles

An asset by QueenOfSquiggles
The page banner background of a mountain and forest
Godot Dynamic Subtitles hero image

Quick Information

0 ratings
Godot Dynamic Subtitles icon image
QueenOfSquiggles
Godot Dynamic Subtitles

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.

Supported Engine Version
3.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot Dynamic Subtitles icon image
QueenOfSquiggles
Godot Dynamic Subtitles

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.

Supported Engine Version
3.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers