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
{{ message }}
This repository was archived by the owner on May 3, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: fgd/point/comp/comp_choreo_sceneset.fgd
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,14 @@
6
6
= comp_choreo_sceneset:
7
7
"Chains a set of choreographed scenes together."
8
8
[
9
-
play_dings[P2](boolean): "Play Dings" : 1 : "Play the Aperture blip sounds at the start and end."
10
-
delay(float): "Delay between each" : "0.1" : "Add a delay between each scene."
9
+
play_dings[P2](boolean): "Play Dings" : 0 : "Play the Aperture blip sounds at the start and end."
10
+
delay(float): "Delay between each" : "0.25" : "Add a delay between each scene."
11
11
only_once(boolean): "Clean up after starting" : 1 : "If set, Kill choreo scenes after starting so they only play once." +
12
12
"If set, the Cancel input will not work properly."
13
13
14
+
enable_microphone(boolean): "Enable Microphone" : 0 : "For unspatialized dialogue, enable the microphone to transmit audio directly to the player."
15
+
microphone_name(target_destination): "Microphone Name" : "@ACTOR_MICROPHONE" : "The microphone to use if Enable Microphone is set to true."
16
+
14
17
busyactor[engine](integer) : "If an Actor is talking..." : 1 : "What to do if an actor this scene needs is already talking when this scene is told to start."
15
18
busyactor(choices) : "If an Actor is talking..." : 1 : "What to do if an actor this scene needs is already talking when this scene is told to start." =
0 commit comments