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

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


Post New Thread Reply   
 
Thread Tools Display Modes
thesupremecommander
Member
Join Date: Apr 2012
Old 07-28-2013 , 23:25   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3781

I appear to be having issues with running tiered votes or group votes that transfer over to map votes. Anyone else getting this?

Code:
L 07/28/2013 - 23:13:02: [umc-core.smx] Not enough groups available for group vote, performing map vote with only group available.
L 07/28/2013 - 23:13:02: [SM] Native "KvRewind" reported: Invalid key value handle 479b1eb1 (error 3)
L 07/28/2013 - 23:13:02: [SM] Displaying call stack trace for plugin "umc-core.smx":
L 07/28/2013 - 23:13:02: [SM]   [0]  Line 2435, umc-core.sp::BuildMapVoteItems()
L 07/28/2013 - 23:13:02: [SM]   [1]  Line 3190, umc-core.sp::BuildCatVoteItems()
L 07/28/2013 - 23:13:02: [SM]   [2]  Line 2405, umc-core.sp::BuildVoteItems()
L 07/28/2013 - 23:13:02: [SM]   [3]  Line 1618, umc-core.sp::Native_UMCStartVote()
L 07/28/2013 - 23:13:02: [SM] Native "UMC_StartVote" reported: Error encountered while processing a dynamic native
(My quick look at the source seems to indicate that it's something to do with the KeyValues handle shared between the category vote preparation and map vote preparation although I could be totally wrong.)

... and on second look it's gone when compiling the latest version from the GitHub repo. Hm.

Last edited by thesupremecommander; 07-28-2013 at 23:39.
thesupremecommander is offline
ssphreak
Senior Member
Join Date: Aug 2009
Old 07-29-2013 , 17:30   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3782

Hello - This is appearing over and over in my errorlogs

Mapchooser/addons/sourcemod/scripting\umc-randomcycle.sp::_VGuiMenu()
L 07/29/2013 - 14:26:06: [SM] Plugin encountered error 21: Native is not bound
L 07/29/2013 - 14:26:06: [SM] Native "BfReadString" reported:
L 07/29/2013 - 14:26:06: [SM] Displaying call stack trace for plugin "umc-randomcycle.smx":
L 07/29/2013 - 14:26:06: [SM] [0] Line 227, C:\Users\Stephen\Documents\GitHub\Ultimate-Mapchooser/addons/sourcemod/scripting\umc-randomcycle.sp::_VGuiMenu()
L 07/29/2013 - 14:26:07: [SM] Plugin encountered error 21: Native is not bound
L 07/29/2013 - 14:26:07: [SM] Native "BfReadString" reported:
L 07/29/2013 - 14:26:07: [SM] Displaying call stack trace for plugin "umc-randomcycle.smx":
L 07/29/2013 - 14:26:07: [SM] [0] Line 227, C:\Users\Stephen\Documents\GitHub\Ultimate-Mapchooser/addons/sourcemod/scripting\umc-randomcycle.sp::_VGuiMenu()
L 07/29/2013 - 14:26:08: [SM] Plugin encountered error 21: Native is not bound
L 07/29/2013 - 14:26:08: [SM] Native "BfReadString" reported:
L 07/29/2013 - 14:26:08: [SM] Displaying call stack trace for plugin "umc-randomcycle.smx":
L 07/29/2013 - 14:26:08: [SM] [0] Line 227, C:\Users\Stephen\Documents\GitHub\Ultimate-Mapchooser/addons/sourcemod/scripting\umc-randomcycle.sp::_VGuiMenu()
L 07/29/2013 - 14:26:09: [SM] Plugin encountered error 21: Native is not bound
L 07/29/2013 - 14:26:09: [SM] Native "BfReadString" reported:
L 07/29/2013 - 14:26:09: [SM] Displaying call stack trace for plugin "umc-randomcycle.smx":
L 07/29/2013 - 14:26:09: [SM] [0] Line 227, C:\Users\Stephen\Documents\GitHub\Ultimate-
ssphreak is offline
Pcsl
SourceMod Donor
Join Date: Jun 2013
Old 07-29-2013 , 23:07   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3783

Quote:
Originally Posted by goosmurf View Post
I have sm_umc_nominate_mapexclude "4" set.

Is it possible to make the recently played maps show up in the !nominate list greyed out with a "(Recently Played)" prefix? This is how the inbuilt SM nominations.smx plugin works.

Players have been asking why map X has been removed when those maps only hidden due to being recently played.
Yeah, please, add this feature.
Pcsl is offline
delidolu1genc
Member
Join Date: Feb 2013
Location: Belgium
Old 07-30-2013 , 08:56   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3784

I would like to vote on during voting groups of maps.
for example

Vote For a start,
1: Control Point
2: Payload
3: Payload Race

What should I do for it.

Code:
"umc_mapcycle"
{
    "Control Point"
    {
    "maps_invote"   "5"
	"cp_dustbowl" {}
    "cp_steel" {}
	"cp_yukon_final" {}
    }
	
	"Capture The Flag"
    {
    "maps_invote"   "5"
	"ctf_2fort" {}
    "ctf_turbine" {}
    }
	
	"King Of The Hill"
    {
    "maps_invote"   "5"
	"koth_nucleus" {}
    }
	
	"Payload"
    {
    "maps_invote"   "5"
	"pl_badwater" {}
	"pl_barnblitz" {}
	"pl_goldrush" {}
	"pl_hoodoo_final" {}
    }
	
	"Payload Race"
    {
    "maps_invote"   "5"
	"plr_hightower" {}
	"plr_pipeline" {}
    }
	
}
delidolu1genc is offline
Send a message via MSN to delidolu1genc Send a message via Skype™ to delidolu1genc
K o T
Senior Member
Join Date: Jan 2011
Old 08-04-2013 , 19:44   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3785

as to make mp_restartgame after the certain quantities of rounds
I want that maps did not change
K o T is offline
hardy4u
Senior Member
Join Date: Oct 2012
Location: Sydney,Australia
Old 08-09-2013 , 11:32   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3786

I REALLY REALLY REALLY WANT UMC FOR MY MULTIMOD SERVER IN CS:GO
i tried many times but i failed
i want only rtv,nominate activated for UMC(no player weight,no prefix,no end vote) just rtv and nominations

Here's my umc_mapcycle.txt for UMC that ive configured:-


PHP Code:
"umc_mapcycle"
{
    
"DeathMatch Classic Maps" 

    
{
        
"de_dust2"    {}
    
"de_mirage"    {}
    
"de_train"    {}
    
"cs_office"    {}
    
"de_vertigo"    {}
    
"de_inferno"    {}
    
"de_seaside"    {}
    
"de_nuke"    {}
    
"de_dust"    {}
        
    }

    
"AWP New Maps DM" 

    
{
    
"awp_1337"        {}
    
"awp_lego_2_crash_go"    {}
    
"awp_school_go"        {}
    
"awp_soviet_v1"        {}
    
"awp_towerzz"        {}
    
"awp_zigzag"        {}

        
    }
  

  
"Knife Maps Autobhop DM" 
    
{
        
    
"35hp_snow_dust"    {}
    
"35hp_$2000$_v2"    {}
    
"35hp_planetary"    {}
        
    }


    
"Surf Maps AutoBhop Guns" 
    
{
    
"surf_csgo_10x_v2"        {}
    
"surf_greatriver_xdre4m_d"    {}
    
"surf_machine4_go_snf"        {}        
    }


    
"JailBreak Hosties Mod" 
    
{
    
"ba_jail_electric_global"    {}
    
"Ba_Jail_KAJOLY_V2"        {}
    
"ba_jail_sand_csgo"        {}        
    }
    

    
"Aim Fightyard DeathMatch" 
    
{
    
"aim_ak-colt_csgo"    {}
    
"aim_furiouz"        {}
    
"aim_map_csgo"        {}
    
"aim_map_usp"        {}
    
"aim_redline"        {}
    
"ak-47_map_csgo"    {}
    
"$2000$_csgo"        {}
    
"fy_buzzkill"        {}
    
"fy_iceworld"        {}
        
    }


    
"BunnyHop Maps" 
    
{
    
"bhop_arcane_b1"    {}
    
"bhop_eazy_csgo"    {}
    
"bhop_unkn0wn_v2"    {}
        
    }


    
"Granade WAR" 
    
{
    
"he_ice_tower"    {}
    
"he_tennis_go"    {}
        
    }


Somebody Please configure UMC for me and send me files, ill be very thax to that person.
__________________


I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
Donations (CS:GO items) keeps me motivated.
hardy4u is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 08-10-2013 , 07:44   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3787

Quote:
Originally Posted by hardy4u View Post
I REALLY REALLY REALLY WANT UMC FOR MY MULTIMOD SERVER IN CS:GO
i tried many times but i failed
i want only rtv,nominate activated for UMC(no player weight,no prefix,no end vote) just rtv and nominations

Here's my umc_mapcycle.txt for UMC that ive configured:-


PHP Code:
"umc_mapcycle"
{
    
"DeathMatch Classic Maps" 

    
{
        
"de_dust2"    {}
    
"de_mirage"    {}
    
"de_train"    {}
    
"cs_office"    {}
    
"de_vertigo"    {}
    
"de_inferno"    {}
    
"de_seaside"    {}
    
"de_nuke"    {}
    
"de_dust"    {}
        
    }

    
"AWP New Maps DM" 

    
{
    
"awp_1337"        {}
    
"awp_lego_2_crash_go"    {}
    
"awp_school_go"        {}
    
"awp_soviet_v1"        {}
    
"awp_towerzz"        {}
    
"awp_zigzag"        {}

        
    }
  

  
"Knife Maps Autobhop DM" 
    
{
        
    
"35hp_snow_dust"    {}
    
"35hp_$2000$_v2"    {}
    
"35hp_planetary"    {}
        
    }


    
"Surf Maps AutoBhop Guns" 
    
{
    
"surf_csgo_10x_v2"        {}
    
"surf_greatriver_xdre4m_d"    {}
    
"surf_machine4_go_snf"        {}        
    }


    
"JailBreak Hosties Mod" 
    
{
    
"ba_jail_electric_global"    {}
    
"Ba_Jail_KAJOLY_V2"        {}
    
"ba_jail_sand_csgo"        {}        
    }
    

    
"Aim Fightyard DeathMatch" 
    
{
    
"aim_ak-colt_csgo"    {}
    
"aim_furiouz"        {}
    
"aim_map_csgo"        {}
    
"aim_map_usp"        {}
    
"aim_redline"        {}
    
"ak-47_map_csgo"    {}
    
"$2000$_csgo"        {}
    
"fy_buzzkill"        {}
    
"fy_iceworld"        {}
        
    }


    
"BunnyHop Maps" 
    
{
    
"bhop_arcane_b1"    {}
    
"bhop_eazy_csgo"    {}
    
"bhop_unkn0wn_v2"    {}
        
    }


    
"Granade WAR" 
    
{
    
"he_ice_tower"    {}
    
"he_tennis_go"    {}
        
    }


Somebody Please configure UMC for me and send me files, ill be very thax to that person.
It might be good to know, why you "failed"? What is not working?
__________________
micazoid is offline
hardy4u
Senior Member
Join Date: Oct 2012
Location: Sydney,Australia
Old 08-10-2013 , 08:56   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3788

Quote:
Originally Posted by micazoid View Post
It might be good to know, why you "failed"? What is not working?
First i Deleted default nomination.smx,rockthevote.sm and mapchooser.smx as per inst.
then i downloaded UMC CSGO VERSION from here https://forums.alliedmods.net/attach...4&d=1359397502
> deleted umc plugins that i dont want
> configured umc config files
> uploaded to server
> restarted server
> typed rtv nothing happened
> *sad face* *face palm*

and i dont see any umc command in my admin menu too :$

Code:
Activated plugins:-
umc-adminmenu.smx
umc-builtinvotes.smx
umc-core.smx
umc-echonextmap.smx
umc-nominate.smx
umc-randomcycle.smx
umc-rockthevote.smx
umc-votecommand.smx
Code:
] sm list
SourceMod 1.5.0-dev+3871, by AlliedModders LLC
To see running plugins, type "sm plugins"
To see credits, type "sm credits"
Visit http://www.sourcemod.net/
Code:
] sm exts list
 "Automatic Updater" (1.5.0-dev+3871) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.5.0-dev+3871) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.5.0-dev+3871) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.5.0-dev+3871) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.5.0-dev+3871) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.5.0-dev+3871) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.5.0-dev+3871) by AlliedModders: Saves client preference settings
 "SQLite" (1.5.0-dev+3871) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.5.0-dev+3871) by AlliedModders LLC: Source SDK Hooks
 "Regex" (1.5.0-dev+3871) by AlliedModders LLC: Provides regex natives for plugins
any other info u want to know?
just want that when ppl do rtv that umc_mapcycle.txt get executed
respond ASAP

My steam ID is :- hardy4u


EDIT:-
Quote:
] sm plugins 22
"Quake Sounds" (2.7) by dalto, Grrrrrrrrrrrrrrrrrrr, and psychonic
"RankMe" (3.0.0) by lok1
"Sound Commands" (1.5.0-dev+3871) by AlliedModders LLC
"[UMC] Admin Menu" (3.4.6-dev) by Steell
"[UMC] Ultimate Mapchooser Core" (3.4.6-dev) by Steell
"[UMC] Echo Nextmap" (3.4.6-dev) by Steell
"[UMC] Nominations" (3.4.6-dev) by Steell
"[UMC] Rock The Vote" (3.4.6-dev) by Steell
"[UMC] Vote Command" (3.4.6-dev) by Steell
"Deathmatch Lite" (2.9-lm) by LumiStance
"Gun Menu Lite" (1.0-lm) by LumiStance
To see more, type "sm plugins 33"

but when i do rtv nothing comes up..
__________________


I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
Donations (CS:GO items) keeps me motivated.

Last edited by hardy4u; 08-10-2013 at 12:41. Reason: added steam ID
hardy4u is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 08-11-2013 , 05:15   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3789

First of all it is sm plugins list ;)

Second, Do you have a Adminmenuentry for UMC?

Go here addons\sourcemod\logs and find a errorlog. Is something in there?
What is the UMC-log telling you? If nothing, then set loggingdetails higher in umc-core.cfg

If theres no error at all, then it might be a problem with your umc-rockthevote.cfg (thinking about limits, when a vote can appear etc)
__________________

Last edited by micazoid; 08-11-2013 at 05:16.
micazoid is offline
hardy4u
Senior Member
Join Date: Oct 2012
Location: Sydney,Australia
Old 08-11-2013 , 07:10   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3790

Quote:
Originally Posted by micazoid View Post
Do you have a Adminmenuentry for UMC?
If ur talking abt that "only admins can participate in vote" thingy then its set to null.

Quote:
Originally Posted by micazoid View Post
Go here addons\sourcemod\logs and find a errorlog. Is something in there?
What is the UMC-log telling you?
No such folder exists.

Quote:
Originally Posted by micazoid View Post
If nothing, then set loggingdetails higher in umc-core.cfg
No such file exists.

Quote:
Originally Posted by micazoid View Post
If theres no error at all, then it might be a problem with your umc-rockthevote.cfg (thinking about limits, when a vote can appear etc)
Here's my umc-rockthevote.cfg
PHP Code:
// This file was auto-generated by SourceMod (v1.3.8)
// ConVars for plugin "umc-rockthevote.smx"


/////////////////////////////////////////////////////////////////////////////////
// Full Documentation for the Rock The Vote module is located at:              //
//      http://code.google.com/p/sourcemod-ultimate-mapchooser/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 "30"

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

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


I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
Donations (CS:GO items) keeps me motivated.
hardy4u 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 15:20.


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