Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bxt_cof_allow_to_skip_all_cutscenes #470

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

SmileyAG
Copy link
Collaborator

@SmileyAG SmileyAG commented Nov 28, 2023

Quickly saying, in CoF it's possible to skip majority of cutscenes by simply holding the ENTER key (game is checking for ENTER 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

BunnymodXT/cvars.hpp Outdated Show resolved Hide resolved
BunnymodXT/modules/ServerDLL.cpp Outdated Show resolved Hide resolved
@YaLTeR YaLTeR merged commit c7c3c53 into YaLTeR:master Nov 29, 2023
@YaLTeR
Copy link
Owner

YaLTeR commented Nov 29, 2023

Thanks

@SmileyAG SmileyAG deleted the 2023_cof_skip_unskippable_cutscenes branch June 17, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants