-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to stop nomination menu from autoclosing #8
Comments
Hello, As far as the nomination menu closing after 20 seconds, I don't think there is a cvar that controls that in the nominations module of UMC. I know endvotes and the rtv modules do have a time duration cvar, but I don't believe those will affect nomination menu duration. I'll probably have to add this in a future update since I don't think it was considered when the plugin was first created since most usually found their maps within 20 seconds. As far as the lag spike, there are a couple of things you could try if you haven't done so:
Aside from that, there isn't much else that can be done. Large map lists tend to cause the plugin to work pretty hard since it has to parse a lot of information. Silence |
Is there anyway to change the nomination menu closing setting in the .sp file and recompile? |
Unfortunately no, at least not for changing the menu's duration. I believe it is using the default menu duration, so the plugin would need to do something similar to the endvotes and rtv plugins when it comes to duration, which would need to be added to the nominations plugin. |
The latest updated for UMC (3.7.0) includes a new cvar in the nominations plugin called sm_umc_nominate_duration which acts like other duration cvars and is used to set the duration of the nominations menu itself. Its current default is 20 seconds, but you can increase the time limit to something higher and the menu should no longer close unless the time limit has been reached. This was tested in TF2 and CS:GO. Thank you for the report and let me know if you run into any more problems by opening a new ticket. Closing issue. |
Hey!
How can i stop the nomination menu closing after 20 (ish) seconds? I got like 350 maps on the server, so its insanely hard to go through them within that 20 seconds. Tried to look for solution in .sp files, but couldnt find it anywhere.
Also: Any tips on how to reduce the "lag spike" that occurs when vote is triggered and it fetches maps from big mapcycle?
Thanks upfront!
The text was updated successfully, but these errors were encountered: