Raised This Month: $ Target: $400
 0% 

[UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)


Post New Thread Reply   
 
Thread Tools Display Modes
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 11:12   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2271

Quote:
Originally Posted by Shit on shoe View Post
Problem here ! I was updating my server with new SM and new UMC but dont works ?

Code:
04:13:32: [umc-nominate.smx] KV ERROR: Unable to load KV file: umc_mapcycle.txt
L 12/17/2011 - 04:13:32: [umc-nominate.smx] SETUP: Mapcycle failed to load!
L 12/17/2011 - 04:13:32: [umc-rockthevote.smx] KV ERROR: Unable to load KV file: umc_mapcycle.txt
L 12/17/2011 - 04:13:32: [umc-rockthevote.smx] SETUP: Mapcycle failed to load!
L 12/17/2011 - 04:13:32: [umc-endvote.smx] KV ERROR: Unable to load KV file: umc_mapcycle.txt
L 12/17/2011 - 04:13:32: [umc-endvote.smx] SETUP: Mapcycle failed to load!
L 12/17/2011 - 04:13:32: [umc-votecommand.smx] KV ERROR: Unable to load KV file: umc_mapcycle.txt
L 12/17/2011 - 04:13:32: [umc-votecommand.smx] SETUP: Mapcycle failed to load!
Cant find the problem ?
This means that UMC can't find your mapcycle. Is umc_mapcycle.txt located in your root directory (the same one that contains addons/ cfg/ maps/ etc.)
__________________
Steell is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 11:16   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2272

Quote:
Originally Posted by TheRunningMan View Post
Tell me how to configure the plugin to be a second vote, for example, two cards are scored on 5 votes and 12 people on the server ....
Now winning card is the first in the list ...
You have to enable runoff voting.

For example, in umc-endvote.cfg, you would change the following cvars:
Code:
// If a winning vote has less than this percentage of total votes, the action specified by "sm_umc_endvote_failaction" will be performed.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_endvote_threshold "0"

// Specifies what action to take if the vote doesn't reach the set theshold.
//  0 - Do Nothing,
//  1 - Perform Runoff Vote
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_endvote_failaction "0"
__________________
Steell is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 11:21   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2273

Quote:
Originally Posted by dylstew View Post
I fixed my problem.
But now I got another 1.
When I rtv,there's 2 pages(10 maps)
Even tough the mapchooser map amount is on 6.
So there's 2 pages,and the nomination only appears on the second page.
By default, if nominations for a map group exceed the number of maps allowed for the group, they will overflow. You can limit them by setting the nominate_strict cvars for your voting modules.

In umc-rockthevote.cfg for example:
Code:
// Specifies whether the number of nominated maps appearing in the vote for a map group should be limited by the group's "maps_invote" setting.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_nominate_strict "0
__________________
Steell is offline
TheRunningMan
Member
Join Date: Aug 2011
Location: Russia
Old 12-17-2011 , 12:58   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2274

Quote:
Originally Posted by Steell View Post
You have to enable runoff voting.

For example, in umc-endvote.cfg, you would change the following cvars:
Code:
// If a winning vote has less than this percentage of total votes, the action specified by "sm_umc_endvote_failaction" will be performed.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_endvote_threshold "0"

// Specifies what action to take if the vote doesn't reach the set theshold.
//  0 - Do Nothing,
//  1 - Perform Runoff Vote
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_endvote_failaction "0"
Thx!
Set sm_umc_endvote_failaction "1" and sm_umc_endvote_threshold "0,5"
But all the same with equal votes, a second ballot will not turn ...
TheRunningMan is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 13:23   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2275

Quote:
Originally Posted by TheRunningMan View Post
Thx!
Set sm_umc_endvote_failaction "1" and sm_umc_endvote_threshold "0,5"
But all the same with equal votes, a second ballot will not turn ...
Not sure if this is just a typo, but threshold should be "0.5".

Also note that the example I gave is only for End of Map Votes. If you want runoffs to occur for other types of votes, you have to set the similar cvars in the .cfgs of the respective modules (umc-rockthevote.cfg, umc-votecommand.cfg, umc-playercountmonitor.cfg, etc.)
__________________

Last edited by Steell; 02-12-2012 at 12:09.
Steell is offline
TheRunningMan
Member
Join Date: Aug 2011
Location: Russia
Old 12-17-2011 , 14:40   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2276

Quote:
Originally Posted by Steell View Post
Not sure if this is just a type, but threshold should be "0.5".

Also not that the example I gave is only for End of Map Votes. If you want runoffs to occur for other types of votes, you have to set the similar cvars in the .cfgs of the respective modules (umc-rockthevote.cfg, umc-votecommand.cfg, umc-playercountmonitor.cfg, etc.)
It seems to work!
But if two of the three cards (a third card is 0 votes) will receive 5 votes, then the next card will be card for which he was given the last vote! (Also the second ballot)
Sorry for bad English!))
TheRunningMan is offline
Shit on shoe
Senior Member
Join Date: Jul 2010
Old 12-17-2011 , 14:42   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2277

Quote:
This means that UMC can't find your mapcycle. Is umc_mapcycle.txt located in your root directory (the same one that contains addons/ cfg/ maps/ etc.)
Steel i put the umc_mapcycle.txt in the css/cstrike directory
Is this not the default directory ?
__________________
Shit on shoe is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 15:12   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2278

Quote:
Originally Posted by Shit on shoe View Post
Steel i put the umc_mapcycle.txt in the css/cstrike directory
Is this not the default directory ?
I am not so familiar with counter-strike, but I believe that is correct. I am not sure SM cannot find the file there, if that's indeed where you have it.
__________________
Steell is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 12-17-2011 , 15:13   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2279

Quote:
Originally Posted by TheRunningMan View Post
It seems to work!
But if two of the three cards (a third card is 0 votes) will receive 5 votes, then the next card will be card for which he was given the last vote! (Also the second ballot)
Sorry for bad English!))
Forgive me, but I am not sure what you're trying to say.
__________________
Steell is offline
TheRunningMan
Member
Join Date: Aug 2011
Location: Russia
Old 12-17-2011 , 23:07   Re: [UMC3] Ultimate Mapchooser 3.3.1 (Updated 12/15/2011)
Reply With Quote #2280

Quote:
Originally Posted by Steell View Post
Forgive me, but I am not sure what you're trying to say.
I'll try to explain ...

There is a Map 1 Map 2 and Map 3
Map 1 - 5 votes
Map 2 - 5 votes
Map 3 - 1 vote
In this case, the second vote yes?

The other case
Map 1 - 5 votes
Map 2 - 5 votes
Map 3 - 0 votes

In this case, the re-vote will not be!

if
Map 1 - 5 votes
Map 2 - 4 votes
Map 3 - 0
if you voted for Map 2, it will be the next map

if
Map 1 - 4 votes
Map 2 - 5 votes
Map 3 - 0
If you cast a vote for a Map 1, then it will be the next map!

That is, last decisive voice!
So it should be?

*
There was a problem
When in the runoff vote, not all players see it!
Variable is set sm_umc_runoff_selective "0"

*

Last edited by TheRunningMan; 12-18-2011 at 02:24.
TheRunningMan is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode