Skip to content

Commit 3e7e2c3

Browse files
committed
change: Remove comments from readme
1 parent 67a43ec commit 3e7e2c3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Template files hold multiple definitions of dialogue scene/soundscript/subtitle.
4444
```c
4545
"my.sound.name"
4646
{
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
47+
"actor" "elie"
48+
"cc_actor" "Elie Simons"
49+
"cc" "Hey there my name is elie!"
50+
"cc_color" "255,255,255"
51+
"map" "sp_a5_mymap"
52+
"speaker" "@speaker_elie"
53+
"wave" "vo/elie/elie_intro.flac"
5454
}
5555
```
5656
Let's go over it line by line:

0 commit comments

Comments
 (0)