[shine] 1 or 2 questions
UncleCrunch
Mayonnaise land Join Date: 2005-02-16 Member: 41365Members, Reinforced - Onos
Timers
When a vote (at the end of the last round) starts the countdown is like 300 sec... Everybody voted and we wait for a moment (1 or 2 minutes). I can't find the variable to change this.
What variable name/file is it ?
Changemap after vote:
It seems there's a issue there. I witnessed it several times. After some successful vote, it just doesn't change map. I do it manually (elected map) when I'm here but that's not really. NB mys server runs many custom maps.
What should i check in the config files ?
When a vote (at the end of the last round) starts the countdown is like 300 sec... Everybody voted and we wait for a moment (1 or 2 minutes). I can't find the variable to change this.
What variable name/file is it ?
Changemap after vote:
It seems there's a issue there. I witnessed it several times. After some successful vote, it just doesn't change map. I do it manually (elected map) when I'm here but that's not really. NB mys server runs many custom maps.
What should i check in the config files ?
Comments
More Details: https://github.com/Person8880/Shine/wiki/Map-Vote
About the changemap issue. Beside that shine has a delay so you can veto a mapvote winner there is only one cause that could delay or cancle the mapchnage and thats if ns2 is unable to find the mapfile neither in the workshop nor in the ns2 folders.
If this happens alot to you that might be a another vanilla issue (not shine) with custom maps i should look into.
Here's the file:
It just looks like all is stuck when the vote succeed. When i change map manually (custom included) it works properly.
What would be the "make sure" list to check? It may be something dumb, although i didn't change anything that i didn't know about. which is 99% of variables in there.
What i want :
-disable official map vote
-use only 'M' vote
-90 second countdown before vote ends & map change.
-Vote = passed => 2 sec delay =>go.
For 90 secs votetime set "VoteLength": 2 to "VoteLength": 1.5 . 1,5 * 60 = 90
The other values in the setting seem to be set correctly.
Last but not least make sure you have downloaded all custom maps, otherwise your server will refuse to change to them. Just cycle once throw the complete mapcycle.
In ServerConfig.json change votechangemap to false.
In MapVote.json change VoteLength to 1.5 (the value is in minutes = 90 seconds) and change ChangeDelay to 2 (that one is in seconds).
I have tried to improve the documentation page on the wiki for it, let me know if there's anything unclear still.
Yep, I guessed it was a unit stuff. But you can never be sure with so many variables.
I like the options and I think the wiki is clear.