Added bxt_cof_allow_to_skip_all_cutscenes #470
Merged
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.
Quickly saying, in CoF it's possible to skip majority of cutscenes by simply holding the
ENTER
key (game is checking forENTER
key code in Windows API, and if so, it will speed up the game by set host_framerate)But, there a only a like at least one cutscene that cannot be skippable (due of that mapper set a spawn flag for them), so runners does the set
host_framerate
manually instead! (funny and pity situation, when the game stop doing that - people start doing that themself)So in the future, when leaderboard would switched to mandatory with BXT and rules adapted for that, it could be simply erase from that bad habit by enabling
bxt_cof_allow_skipping_all_cutscenes 1
https://github.com/LogicAndTrick/sledge-formats/blob/05b3fcfb6261b956120e4d218e7a5a357e42ac51/Sledge.Formats.GameData.Tests/Resources/fgd/goldsource/cry-of-fear.fgd#L3720