Choreography-driven sentence system #317
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An experimental alternative to
sentences.txt
which arranges sounds into VCD files at runtime and can be loaded by map-specific files. Unlikesentences.txt
, this system's virtual words are fully configurable, and it can theoretically be used to put together any configuration of sound files/soundscripts on the fly. This can, for example, be used to create custom sentences for NPCs such as Combine soldiers without grappling with the limitations ofsentences.txt
.A few examples can be found in this archive: choreosentences_examples.zip
Since this isn't an inherently necessary default feature, and
sentences.txt
works well enough for the default sentences, no actual new choreo sentences are planned come with Mapbase by default.At the moment, choreo sentences can only be triggered through a new
choreosentence
response type in talker files or via the newchoreosentence_play
command.PR Checklist
develop
branch OR targets another branch with a specific goal in mind