-
Notifications
You must be signed in to change notification settings - Fork 90
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
Knife round malfunctioning #242
Comments
Sorry, your steps to reproduce aren't enough to reproduce this issue for me - those are steps I've run dozens of times in the past with no issues. I would check your sourcemod error logs (addons/sourcemod/logs) for more information. |
Most likely you have disabled the three time restart cvar (whatever its called), if someone calls a pause during knife round & that cvar is disabled the bug reported above will occur. |
I just made a video about it: Nothing in the logs:
SourceMod error session logs has no informal logs, just one from previous attempts, and it's not relevant:
@WardPearce I have not disabled the 3 times restart, and I didn't call a pause during knife round.
|
Can you post all the cvars you're setting in:
|
Sure, I changed the extensions to be able to upload here: |
So, if knife round is enabled and the match is starting, warmup ends with a restart and executing a live config, after 5 sec a new restart and the knife config is executed and the knife round starts. Why can't the knife round start immediately after the warmup like in FACEIT? |
- Game reset to warmup after end of knife to not think of a second knife round - Reduced timers
Expected behavior
Actual behavior
After everyone is ready, the countdown starts and after the countdown I respawn with 800$ and a bomb as I would in the 1st round. After couple of seconds (5) the game restarts again with the actual knife round.
This is seen in the console:
Here the game restarted, and it's looked like the 1st round is starting. It waits 5 seconds, game restarts and the real knife round is starting:
After the knife round I respawned again with knife only and with freezetime. It's looks like the 2nd knife round. :) This goes on and on forever if the winning team not choosing site.
Could you remove the round before the knife round? After the countdown, the real knife round should start.
Steps to reproduce
sm_forcestart
kill
in console to end the knife roundSourcemod version:
sourcemod-1.9.0-git6256
Metamod version:
mmsource-1.10.7-git966
The text was updated successfully, but these errors were encountered: