Raised This Month: $12 Target: $400
 3% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Larsess
Junior Member
Join Date: Mar 2019
Old 04-18-2021 , 20:41   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5041

Hello, can anyone help me? When I do "rtv", it says:

[UMC] You will be able to Rock The Vow in approximately 120 seconds.
LennY: rtv

My Rtv Config

Quote:
// This file was auto-generated by SourceMod (v1.3.
// ConVars for plugin "umc-rockthevote.smx"


/////////////////////////////////////////////////////////////////////////////////
// Full Documentation for the Rock The Vote module is located at: //
// http://code.google.com/p/sourcemod-u...wiki/ModuleRTV //
/////////////////////////////////////////////////////////////////////////////////


// Allows a map to appear in the vote more than once. This should be enabled if you want the same map in different categories to be distinct.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_allowduplicates "1"

// When to change the map after a successful RTV:
// 0 - Instant,
// 1 - Round End,
// 2 - Map End
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_umc_rtv_changetime "0"

// File to use for Ultimate Mapchooser's map rotation.
// -
// Default: "umc_mapcycle.txt"
sm_umc_rtv_cyclefile "umc_mapcycle.txt"

// Adds a "Don't Change" option to RTVs.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_dontchange "1"

// Specifies how long a vote should be available for.
// -
// Default: "20"
// Minimum: "10.000000"
sm_umc_rtv_duration "20"

// Enables RTV.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_enabled "1"

// Sound file (relative to sound folder) to play at the completion of a vote.
// -
// Default: ""
sm_umc_rtv_endsound ""

// Specifies which admin flags are necessary for a player to enter RTV. If empty, all players can participate.
// -
// Default: ""
sm_umc_rtv_enteradminflags ""

// The amount of entrance votes to be given to players who have at least one of the admin flags specified by "sm_umc_rtv_enteradminflags_bonusflags".
// -
// Default: ""
sm_umc_rtv_enteradminflags_bonusamt "2"

// If specified, players with any of these admin flags will be given bonus RTV entrance votes, of the amount determined by "sm_umc_rtv_enteradminflags_bonusamt".
// -
// Default: ""
sm_umc_rtv_enteradminflags_bonusflags ""

// 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_rtv_failaction "0"

// Specifies how many past map groups to exclude from RTVs.
// -
// Default: "0"
// Minimum: "0.000000"
sm_umc_rtv_groupexclude "0"

// Time (in seconds) before first RTV can be held.
// -
// Default: "30"
// Minimum: "0.000000"
sm_umc_rtv_initialdelay "120"

// Time (in seconds) after a failed RTV before another can be held.
// -
// Default: "240"
// Minimum: "0.000000"
sm_umc_rtv_interval "240"

// Specifies how many past maps to exclude from RTVs. 1 = Current Map Only
// -
// Default: "4"
// Minimum: "0.000000"
sm_umc_rtv_mapexclude "4"

// Specifies whether vote menu items are displayed in a random order.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_menuscrambled "0"

// Number of players required before RTV will be enabled.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "64.000000"
sm_umc_rtv_minplayers "0"

// 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"

// Percentage of players required to trigger an RTV vote.
// -
// Default: "0.65"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_percent "0.65"

// What to do with RTVs after another UMC vote has completed.
// 0 - Allow, success = instant change,
// 1 - Deny
// 2 - Hold normal RTV vote
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_umc_rtv_postvoteaction "0"

// Specifies what action to take if the runoff vote reaches the maximum amount of runoffs and the set threshold has not been reached.
// 0 - Do Nothing,
// 1 - Change Map to Winner
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_runoff_failaction "0"

// Specifies the maximum number of maps to appear in a runoff vote.
// 1 or 0 sets no maximum.
// -
// Default: "0"
// Minimum: "0.000000"
sm_umc_rtv_runoff_max "0"

// If specified, this sound file (relative to sound folder) will be played at the beginning of a runoff vote. If not specified, it will use the normal start vote sound.
// -
// Default: ""
sm_umc_rtv_runoff_sound ""

// Specifies a maximum number of runoff votes to run for any given vote.
// 0 disables runoff votes.
// -
// Default: "0"
// Minimum: "0.000000"
sm_umc_rtv_runoffs "0"

// Sound file (relative to sound folder) to play at the start of a vote.
// -
// Default: ""
sm_umc_rtv_startsound ""

// If the winning option has less than this percentage of total votes, a vote will fail and the action specified in "sm_umc_rtv_failaction" cvar will be performed.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_rtv_threshold "0"

// Controls RTV vote type:
// 0 - Maps,
// 1 - Groups,
// 2 - Tiered Vote (vote for a group, then vote for a map from the group).
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_umc_rtv_type "2"

// Specifies which admin flags are necessary for a player to participate in a vote. If empty, all players can participate.
// -
// Default: ""
sm_umc_rtv_voteadminflags ""
Larsess is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 04-18-2021 , 20:44   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5042

Reduce this cvar value:

sm_umc_rtv_initialdelay from 120 to whatever you want
__________________

Last edited by NanoC; 04-18-2021 at 20:44.
NanoC is offline
Send a message via Skype™ to NanoC
Larsess
Junior Member
Join Date: Mar 2019
Old 04-18-2021 , 20:55   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5043

Quote:
Originally Posted by NanoC View Post
Reduce this cvar value:

sm_umc_rtv_initialdelay from 120 to whatever you want
Sorry, I forgot to say that even with 3 players the counter doesn't finish. It remains in 120 seconds.
Larsess is offline
ascor
New Member
Join Date: Mar 2021
Old 04-29-2021 , 06:25   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5044

bumping this

Last edited by ascor; 06-20-2022 at 11:01.
ascor is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 07-03-2021 , 04:31   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5045

Latest CSS game update broke this plugin. All clients are getting the following error and getting kicked.

Disconnected: You client has failed to authorize in time. Please reconnect or restart your game.

I removed all plugins and added them back in one at a time and all worked fine until I reloaded UMC.
Doulos is offline
Squallkins
AlliedModders Donor
Join Date: Mar 2005
Old 07-03-2021 , 08:21   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5046

Quote:
Originally Posted by Doulos View Post
Latest CSS game update broke this plugin. All clients are getting the following error and getting kicked.

Disconnected: You client has failed to authorize in time. Please reconnect or restart your game.

I removed all plugins and added them back in one at a time and all worked fine until I reloaded UMC.
Uninstall Steam Tools if you have it installed.
Squallkins is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 07-03-2021 , 12:59   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5047

I'll give that a try.
Doulos is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 07-05-2021 , 14:54   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5048

Removing steamtools ext worked. Thanks.
Doulos is offline
Emoji
New Member
Join Date: Aug 2021
Old 08-15-2021 , 01:32   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5049

when I use nominate I get

[UMC] Cannot nominate until the next map.
Emoji is offline
Randomz
Junior Member
Join Date: Apr 2020
Old 08-18-2021 , 13:59   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #5050

Hey i need some help im getting this error even tho
umc-core.smx is installed where it was intended for
Quote:
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-adminmenu.smx": Native "BfWriteString" was not found
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-core.smx": Native "BfWriteString" was not found
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-echonextmap.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-endvote-warnings.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-endvote.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-mapcommands.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-maprate-reweight.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-nominate.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-playercountmonitor.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-playerlimits.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-postexclude.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-prefixexclude.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-randomcycle.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-rockthevote.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-timelimits.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-votecommand.smx": Could not find required plugin "umccore"
L 08/18/2021 - 12:29:54: [SM] Unable to load plugin "umc-weight.smx": Could not find required plugin "umccore"
Randomz is offline
Reply


Thread Tools
Display Modes

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 19:21.


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