You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,13 @@ Template files hold multiple definitions of dialogue scene/soundscript/subtitle.
44
44
```c
45
45
"my.sound.name"
46
46
{
47
-
"actor" "elie" // REQUIRED! This is used inside the script, you should place a generic_actor named @elie in the map
48
-
"cc_actor" "Elie Simons" //OPTIONAL: If not specified no actor name will be added to the subtitle. | This will get added to the closed captions, **Elie Simons**: cc_line
49
-
"cc" "Hey there my name is elie!" // OPTIONAL: If not specified, subtitles will get auto-generated by speech recognition software (openai-whisper).
50
-
"cc_color" "255,255,255" // OPTIONAL: Defaults to none (white) | Color of the subtitles
51
-
"map" "sp_a5_mymap" // OPTIONAL: Sound spatialization, if not specified the sound will be global. | Map this line appears in
52
-
"speaker" "@speaker_elie" // OPTIONAL: Sound spatialization, if not specified the sound will be global. | Sound will come from every entity with this name in sp_a5_mymap
53
-
"wave" "vo/elie/elie_intro.flac" // REQUIRED! The sound file of the line
0 commit comments