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

Mapchooser Extended!


Post New Thread Reply   
 
Thread Tools Display Modes
Mariano
Member
Join Date: May 2009
Location: Poland / Silesia
Old 05-12-2010 , 12:50   Re: Mapchooser Extended!
Reply With Quote #41

Works good on my TF2 server. No errors and bugs.
__________________
TryhardBrigade.com

European Team Fortress 2 Training Center

"We Are Hip-Hop"
KRS-One
Mariano is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 05-13-2010 , 00:03   Re: Mapchooser Extended!
Reply With Quote #42

This plugin works great on our TF2 server, but I'm confused about the "Percentage calculation when to start voting" feature. What does that mean? Can someone explain it to me?
crazydog is offline
gtamike
Member
Join Date: Aug 2009
Location: UK
Old 05-15-2010 , 18:46   Re: Mapchooser Extended!
Reply With Quote #43

I like this one better for hl2dm
http://forums.alliedmods.net/showthread.php?t=121703
__________________

Last edited by gtamike; 05-26-2010 at 14:49.
gtamike is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 05-16-2010 , 23:59   Re: Mapchooser Extended!
Reply With Quote #44

Here's a little companion plugin for TF2 I wrote for this. It can easily be implemented into the plugin, but that's up to Zuko.

This plugin comes in use if you have different winlimits or maxrounds for different maps.

Basically, what it does, is checks the winlimit, and maxrounds and schedules the map vote accordingly.

If maxrounds or winlimit is greater than 1, it will schedule the map vote for the end of the next-to-last round.

If neither are greater than 1, it will schedule the map vote for the bonus round, adjusting vote, bonus round, and warning times so that the vote will fit.
Note that if you have a timelimit set, and the timelimit based voting is on, it will take precedence over round-based voting.

CVARS:
How long to set the following when maxrounds/winlimit is > 1
sm_mcec_bonustime -Bonus Round Time (default 15)
sm_mcec_votetime - Vote Time (default 30)
sm_mcec_warntime - Vote Warning Time (default 5)
sm_mcec_runoffwarntime - Runoff Vote Warning Time (default 5)

(if maxroudns/winlimit is 1, those values get set to predetermined values so that the vote will fit.)

sm_mcec_bonusroundrunoff - Turn runoff voting on/off during bonus round voting (reduces both votes to 12 seconds each). (default 0 - off)
Attached Files
File Type: sp Get Plugin or Get Source (mcec.sp - 374 views - 4.0 KB)

Last edited by crazydog; 05-17-2010 at 03:50.
crazydog is offline
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 05-17-2010 , 15:34   Re: Mapchooser Extended!
Reply With Quote #45

One of the best plugins from this category
But if you upload vo/ folder it will the best of the best
Now i have this:
Quote:
L 05/17/2010 - 23:25:41: SourceMod error session started
L 05/17/2010 - 23:25:41: Info (map "de_aztec") (file "errors_20100517.log")
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_warning.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_do_not_fail_this_time.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_1sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_2sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_3sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_4sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_5sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_6sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_7sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_8sec.wav does not exist.
L 05/17/2010 - 23:25:41: [mapchooser_extended.smx] sound file vo/announcer_ends_9sec.wav does not exist.
L 05/17/2010 - 23:29:05: Error log file session closed.
__________________
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60
Zuko
SourceMod Donor
Join Date: Sep 2006
Location: Poland
Old 05-17-2010 , 16:05   Re: Mapchooser Extended!
Reply With Quote #46

because those sounds are from TF2 ;)
__________________
Zuko is offline
Send a message via ICQ to Zuko
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 05-17-2010 , 19:05   Re: Mapchooser Extended!
Reply With Quote #47

KK, understand
__________________
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60
Lazarus
Junior Member
Join Date: Mar 2010
Location: Poland
Old 05-18-2010 , 13:34   Re: Mapchooser Extended!
Reply With Quote #48

you can download it yourself
copy the filename to google
Lazarus is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 05-19-2010 , 21:41   Re: Mapchooser Extended!
Reply With Quote #49

I'm using this plugin (http://forums.alliedmods.net/showthread.php?p=795723) which will call a scramble vote at the beginning of a round if it detected an imbalance in the teams on the previous round.

This plugin handles it just fine without runoff voting, but if runoff voting is turned on, it does this:
1) Mapvote
2) Runoff warning
3) Scramble vote

The runoff vote never occurs since the scramble vote occurs before the runoff vote has time to start. I know that the regular map vote will wait until the current vote is done, but it doesn't seem the runoff vote has this same function. Can it?

Also can you please explain what the "Percentage calculation when to start voting" feature means?
crazydog is offline
maza51
Senior Member
Join Date: Mar 2010
Old 05-20-2010 , 13:56   Re: Mapchooser Extended!
Reply With Quote #50

Quote:
Originally Posted by xiloid View Post
Hello to all!
One simple question.
Im update Sm and MM yesterday, and add RTV plug-in to the other servers plug-ins. When players RockTheVote some map, map change, but not the map of players choose, just randomly to other map. Even if I change the map manually, there is a chance that the map changes to other one, randomly map... Any ideas?
The same problem. Sometimes I change a card itself for one, and varies on another.

randomcycle in a folder disabled.

Correct a problem please
maza51 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 19:22.


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