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
Steell
SourceMod Donor
Join Date: Mar 2009
Old 11-20-2011 , 08:58   Re: [UMC3] Ultimate Mapchooser 3.2.4 (v3.3-beta2 updated 11/14/2011)
Reply With Quote #2081

Version 3.3 Released

Upgrade Notes:
  • All modules need to be updated.
  • All "block_slots" cvars in voting modules have been removed. You don't need to remove them from the various .cfgs, but know that they will now do nothing.
    • umc-endvote.cfg
    • umc-adminmenu.cfg
    • umc-playercountmonitor.cfg
    • umc-rockthevote.cfg
    • umc-votecommand.cfg.
  • New cvar sm_umc_votemanager_core_blockslots has been added to ultimate-mapchooser.cfg. Use this to specify how many slots should be blocked in a vote. Will affect ALL votes that use Radio-style menus.
  • Removed cvar sm_umc_runoff_blockslots from ultimate-mapchooser.cfg. Runoff votes will now always use the same slot blocking setting as all other votes.
  • New cvar sm_umc_extend_command in ultimate-mapchooser.cfg. This allows you to specify a command to be executed when the map is extended. Useful for triggering a team switch or a scramble.

About the separate umc-builtinvotes.smx file:
I've decided to keep the Built-In Voting module separate for the time being. This is mainly because the actual builtin vote extension which the module relies on is still in beta. TF2 users may feel free to download and install the module on their servers and report back with any problems they might find.

This module requires no additional configuration. The source code is located in the scripting folder included in the release package.

Changelog:
  • Slot blocking functionality has been changed. Modules now cannot specify how many slots they want blocked. All slot blocking is not controlled by core.
    • New cvar "votemanager_core_blockslots" has been added to control this feature in Core.
    • All "blockslots" cvars in various UMC modules have been removed.
  • Vote Manager support placeholder has been added. Next version will allow modules to specify their own VM IDs.
  • Removed "runoff_blockslots" cvar. Runoff votes will always use the same BlockSlot setting as is used normally.
  • Added new Extend Command cvar, used to specify a command to be executed when a map is extended.
    • New cvar "extend_command" in ultimate-mapchooser.cfg to control this feature.
  • Fixed issue with Random Mapcycle module which caused "next_mapgroup" option to be ignored.
  • Fixed rare memory leaks.

Make sure you pay attention to which modules you have enabled!

If you would like to support the Ultimate Mapchooser project, please use this link to donate!
Attached Files
File Type: zip UMC3.zip (403.0 KB, 153 views)
File Type: smx umc-builtinvotes.smx (9.5 KB, 126 views)
__________________

Last edited by Steell; 11-20-2011 at 09:05.
Steell is offline
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 11-20-2011 , 18:32   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2082

Thanks for the update.

Setting a map to change at the end of the round changes it immediately.
__________________
cool_myll is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 11-20-2011 , 23:07   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2083

Quote:
Originally Posted by cool_myll View Post
Thanks for the update.

Setting a map to change at the end of the round changes it immediately.
Logs please.
__________________
Steell is offline
sipster19
Senior Member
Join Date: Mar 2011
Old 11-21-2011 , 00:53   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2084

Steell, when a endvote runs and there's no players on it, I'm receiving this in my error.log:

L 11/21/2011 - 008:40: Info (map "ge_egyptian") (file "errors_20111121.log")
L 11/21/2011 - 008:40: [umc-core.smx] Could not start core vote, no players to display vote to!
L 11/21/2011 - 008:40: [umc-endvote.smx] Could not start UMC vote.

Last edited by sipster19; 11-21-2011 at 00:53.
sipster19 is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 11-21-2011 , 07:00   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2085

Quote:
Originally Posted by sipster19 View Post
Steell, when a endvote runs and there's no players on it, I'm receiving this in my error.log:

L 11/21/2011 - 008:40: Info (map "ge_egyptian") (file "errors_20111121.log")
L 11/21/2011 - 008:40: [umc-core.smx] Could not start core vote, no players to display vote to!
L 11/21/2011 - 008:40: [umc-endvote.smx] Could not start UMC vote.
Oops, I meant for that to be logged in the normal log and not the error log. You can ignore the message, there is no problem.
__________________
Steell is offline
sipster19
Senior Member
Join Date: Mar 2011
Old 11-21-2011 , 09:09   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2086

I have PeaceMaker's SM:Error Mail plugin installed. So by the end of the night, I have 15 error e-mails. I can't "ignore" them.
sipster19 is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 11-21-2011 , 09:13   Re: [UMC3] Ultimate Mapchooser 3.3 (Updated 11/20/2011)
Reply With Quote #2087

Quote:
Originally Posted by sipster19 View Post
I have PeaceMaker's SM:Error Mail plugin installed. So by the end of the night, I have 15 error e-mails. I can't "ignore" them.
OK, I plan on having it fixed in the next version. Until then, you can edit out those lines: umc-core.sp, lines 1742 and 1781 (or just search for the error message in the source).
__________________
Steell is offline
mats
Senior Member
Join Date: Jan 2005
Old 11-21-2011 , 11:52   Re: [UMC3] Ultimate Mapchooser 3.2.4 (v3.3-beta2 updated 11/14/2011)
Reply With Quote #2088

Quote:
Originally Posted by Steell View Post
That's certainly odd. Try replacing the translation files with the ones from the package in the first post and see if that fixes your problem.
After the last update, which was installed automatic with the updater plugin. I have the same problem again.

Code:
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "pt/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 128, column 5): Section declared without header
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "nl/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 124, column 57): Line contained too many invalid tokens
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "ko/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 119, column 29): Line contained too many invalid tokens
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "fi/smac.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 110, column 54): Line contained too many invalid tokens
L 11/21/2011 - 17:24:36: [umc-core.smx] Could not start core vote, no players to display vote to!
L 11/21/2011 - 17:24:36: [umc-endvote.smx] Could not start UMC vote.
L 11/21/2011 - 17:41:40: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/21/2011 - 17:41:40: [SM] Native "PrintToChat" reported: Language phrase "RTV Entered" not found
L 11/21/2011 - 17:41:40: [SM] Displaying call stack trace for plugin "umc-rockthevote.smx":
L 11/21/2011 - 17:41:40: [SM]   [0]  Line 662, umc-rockthevote.sp::AttemptRTV()
L 11/21/2011 - 17:41:40: [SM]   [1]  Line 412, umc-rockthevote.sp::OnPlayerChat()
Looks like the downloaded languages files are broken with the updater?
__________________
mats is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 11-21-2011 , 12:09   Re: [UMC3] Ultimate Mapchooser 3.2.4 (v3.3-beta2 updated 11/14/2011)
Reply With Quote #2089

Quote:
Originally Posted by mats View Post
After the last update, which was installed automatic with the updater plugin. I have the same problem again.

Code:
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "pt/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 128, column 5): Section declared without header
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "nl/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 124, column 57): Line contained too many invalid tokens
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "ko/ultimate-mapchooser.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 119, column 29): Line contained too many invalid tokens
L 11/21/2011 - 16:45:35: [SM] Fatal error encountered parsing translation file "fi/smac.phrases.txt"
L 11/21/2011 - 16:45:35: [SM] Error (line 110, column 54): Line contained too many invalid tokens
L 11/21/2011 - 17:24:36: [umc-core.smx] Could not start core vote, no players to display vote to!
L 11/21/2011 - 17:24:36: [umc-endvote.smx] Could not start UMC vote.
L 11/21/2011 - 17:41:40: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/21/2011 - 17:41:40: [SM] Native "PrintToChat" reported: Language phrase "RTV Entered" not found
L 11/21/2011 - 17:41:40: [SM] Displaying call stack trace for plugin "umc-rockthevote.smx":
L 11/21/2011 - 17:41:40: [SM]   [0]  Line 662, umc-rockthevote.sp::AttemptRTV()
L 11/21/2011 - 17:41:40: [SM]   [1]  Line 412, umc-rockthevote.sp::OnPlayerChat()
Looks like the downloaded languages files are broken with the updater?
It seems that way, but I double-checked them after you mentioned this problem the first time (and again just now) and they all appear to be in order. Can you show me those files so I can see what the problem might be?

EDIT: And are you running the most recent version of the Updater plugin?
__________________

Last edited by Steell; 11-21-2011 at 12:10.
Steell is offline
mats
Senior Member
Join Date: Jan 2005
Old 11-21-2011 , 13:20   Re: [UMC3] Ultimate Mapchooser 3.2.4 (v3.3-beta2 updated 11/14/2011)
Reply With Quote #2090

Quote:
Originally Posted by Steell View Post
It seems that way, but I double-checked them after you mentioned this problem the first time (and again just now) and they all appear to be in order. Can you show me those files so I can see what the problem might be?

EDIT: And are you running the most recent version of the Updater plugin?
Here is one.

And the updater plugin also updates it self automatic so it should be?
Attached Files
File Type: txt ultimate-mapchooser.phrases.txt (4.2 KB, 114 views)
__________________

Last edited by mats; 11-21-2011 at 13:21.
mats 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 09:51.


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