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

Option to end match once it becomes impossible for a team to win #17

Open
glleu opened this issue Jan 25, 2022 · 1 comment
Open

Option to end match once it becomes impossible for a team to win #17

glleu opened this issue Jan 25, 2022 · 1 comment

Comments

@glleu
Copy link

glleu commented Jan 25, 2022

In our group, when we're playing to win the match, once it becomes impossible for a team to win the match (e.g. 11-4 and only 5 rounds left), we just change map.
It would be nice, for those who don't like to keep playing once they can't win, to have a dvar to end the match once a certain round-won treshold is met, for both S&D and Sabotage.
This feature is actually present in a promod version developed for iw4x, promodlive 3.3 r190, where there's a dvar called setDvar( "scr_sd_winlimit", 12 ); //[0->] (rounds) that literally does this. I don't know if it's possible to port it to cod4 promod, I attached the mod files if somehow someone wants to take a look at this.
promodlive_v3.3_r190.zip

@warkingous
Copy link

In our group, when we're playing to win the match, once it becomes impossible for a team to win the match (e.g. 11-4 and only 5 rounds left), we just change map. It would be nice, for those who don't like to keep playing once they can't win, to have a dvar to end the match once a certain round-won treshold is met, for both S&D and Sabotage. This feature is actually present in a promod version developed for iw4x, promodlive 3.3 r190, where there's a dvar called setDvar( "scr_sd_winlimit", 12 ); //[0->] (rounds) that literally does this. I don't know if it's possible to port it to cod4 promod, I attached the mod files if somehow someone wants to take a look at this. promodlive_v3.3_r190.zip

When you use knockout mode instead of match mode, the game will automatically end.

Example:

promod_mode match_mr10:
11:4 - game continues till 20th round (11:9)

promod_mode knockout_mr10:
11:4 - game ends, since u reached mr + 1 value (win)

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

No branches or pull requests

2 participants