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 01-19-2013 , 13:14   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3301

Quote:
Originally Posted by Jay7689 View Post
Hey I need help!
When I first nominate a map from a group and then type "rtv" it says that Rocking The Vote but the vote menu doesn't appear also when I force a vote same problem also at the endvote same problem.

Here is my umc_mapcycle.txt:

...

Here is the error message:
L 01/17/2013 - 18:18:52: [umc-nominate.smx] Matr!X7689™ wants to nominate a map.
L 01/17/2013 - 18:18:52: [umc-nominate.smx] Matr!X7689™ has nominated 'sj_spacejam__b2' from group 'Soccer Jam'
L 01/17/2013 - 18:19:00: [umc-rockthevote.smx] RTV is now available.
L 01/17/2013 - 18:19:00: [umc-rockthevote.smx] Starting RTV.
L 01/17/2013 - 18:19:00: [umc-core.smx] Not enough groups available for group vote, performing map vote with only group available.

PLEASE HELP ME SOMEONE
First of all, here is a cleaned up version of your umc_mapcycle.txt:
Code:
"umc_mapcycle"
{
    "Zombie Reloaded"
    {
        "maps_invote"  "1"

        "zm_lila_panic_impact" {}
    }
    "Soccer Jam"
    {
        "maps_invote"  "2"

        "sj_spacejam__b2" {}
        "sj_test_a10" {}
    }
}
You should use this instead of the one you're using currently.

Second, could I see your umc-rockthevote.cfg file?
__________________
Steell is offline
zloykif
Member
Join Date: May 2010
Old 01-19-2013 , 16:14   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3302

Steell
Can you add new feature? delay for vote, i mean when menu showed players can watch maps but cant vote 15 sec for example. Time for discussion about choice ^^
_
sorry for bad english
zloykif is offline
Jay7689
Junior Member
Join Date: Sep 2011
Old 01-20-2013 , 00:29   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3303

@Steeell
My umc-rockthevote.cfg:
// 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 "1"

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

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

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

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

// 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 changed the umc_mapcycle.txt as you said and same problem coming, also when I force a vote as an admin the voting menu doesn't show up.
Error log:
L 01/20/2013 - 11:05:18: [umc-nominate.smx] Matr!X7689™ wants to nominate a map.
L 01/20/2013 - 11:05:19: [umc-nominate.smx] Matr!X7689™ has nominated 'sj_test_a10' from group 'Soccer Jam'
L 01/20/2013 - 11:05:21: [umc-rockthevote.smx] Starting RTV.
L 01/20/2013 - 11:05:21: [umc-core.smx] Not enough groups available for group vote, performing map vote with only group available.

Last edited by Jay7689; 01-20-2013 at 00:38.
Jay7689 is offline
cssBOT
Senior Member
Join Date: Apr 2009
Old 01-21-2013 , 05:38   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3304

Question: I installed this on a linux/CS:S running GunGame and having GG trigger calll umc-votecommand at end of the map for a map vote. Also running umc-randomcycle and of course with default SM modules, nominations,mapchooser,randomcycle, and rtv disabled. However from studying the logs it appears the server is being triggered to stop whenever no one casts a vote. The precise sequence is, if no one votes, the server changes the map to the first map listed in mapcycle.txt. Then after that map is played the server stops. It looks like UMC is losing control of the map changing. I've tried various setting in umc-randomcycle to get it to set the nextmap in the event of the "no vote" to no avail. Is there a work around for this? Strangely this problem doesn't seem to occur on windows platforms.
cssBOT is offline
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 01-21-2013 , 08:35   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3305


https://forums.alliedmods.net/showpo...postcount=3298

Need help
jungjunghoo is offline
Shameless
Junior Member
Join Date: Oct 2012
Old 01-23-2013 , 05:33   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3306

UMC will need to update. In "protobuf" beta-version CS:GO UMC does not work now...
http://wiki.alliedmods.net/Protobuf

Last edited by Shameless; 01-23-2013 at 05:35.
Shameless is offline
MFS
AlliedModders Donor
Join Date: Dec 2010
Old 01-23-2013 , 10:55   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3307

UMC again stopped the server....
Attached Thumbnails
Click image for larger version

Name:	UMC.jpg
Views:	182
Size:	93.8 KB
ID:	114833  
MFS is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 01-23-2013 , 12:07   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3308

Hi there: I have a question again, because I am not sure here =(
But I am very confident, that you can point me to the solution =)

Heres the Situation:
We have a Special Treatment for our guests on our server on every Sunday:
We call it Custommap Sunday and it is.... yes only custommaps ^^

So I got a umc_mapcycle.txt and a randomcycle.txt filled with all our maps (Stock and Custommaps) which will be in charge all the other days. For Sunday, I have a umc_mapcycle_sun.txt and a randomcycle_sun.txt on our server. Every Sunday at 0:00 AM I am renaming the files umc_mapcycle.txt to umc_mapcycle_orig.txt and randomcycle.txt to randomcycle_orig.txt. Then I am renaming umc_mapcycle_sun.txt to umc_mapcycle.txt and randomcycle_sun.txt to randomcycle.txt.

With this renaming I am able to quickly change the Maps, that are played, without to have thousands of cvars to be changed (OK, this are only 5 but spread over 14 files ^^ )

Now my Problem:
I am thinking about doing a bit more of automisation and I want to achieve this with this. I think this will be the best way to get this automated, but now my Question I am not sure:

I think I can change following cvars easily with this like in the example following:

sm_umc_am_cyclefile "x"
sm_umc_endvote_cyclefile "x"
sm_umc_playerlimit_cyclefile "x"
sm_umc_vc_cyclefile "x"
sm_umc_randcycle_cyclefile "y"

Where x is now at the moment "umc_mapcycle.txt" and y is now "randomcycle.txt".
With the Cronjob Plugin I am able to change x to "umc_mapcycle_sun.txt" and "randomcycle_sun.txt" on every Sunday for 24 hours (and back to umc_mapcycle.tct and randomcycle.txt on Mondays)

Now (finally) my Question =D
Will this work? Can I setup a config to change the Cvars above? Or will this be stupid, because UMC will only use the settings of its own config files?
__________________
micazoid is offline
Baron Rojo
Senior Member
Join Date: Dec 2011
Old 01-23-2013 , 16:39   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3309

update umc to the last cs go version pls
Baron Rojo is offline
SanKen
Senior Member
Join Date: Oct 2012
Location: /var/logs
Old 01-24-2013 , 12:25   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #3310

Do you have any information? We really need this update for csgo.

Last edited by SanKen; 01-24-2013 at 13:39.
SanKen 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 22:16.


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