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

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 18:38   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #201

I've discovered a bug when mce_randomizeorder is set to 1. I'm investigating this now.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 19:27   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #202

OK, I'm on b4 now. Fixed bugs with Don't Change appearing in the vote twice. Also fixed the randomization bug. Two bugs actually.

I think we're ready to launch it for real.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 19:45   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #203

1.7 has been officially released. Among other things, it includes support for SourceMod 1.4.

This version contains a breaking change.
You will need to save your settings, delete your config file, and recreate it because all the cvar names have changed.

This is an annoying change, certainly, but it was done to lessen confusion between mapchooser.cfg and mapchooser_extended.cfg.

What's new in 1.7?
  • Updated with the capabilities of MapChooser 1.4.
  • Extend/Don't Change can now be moved above the other vote options.
  • Nominations can now be randomized with maps.
  • The Custom map phrase can now be disabled or set to *. * is now the default.
  • Preliminary support for the BuiltinVotes extension (but said extension isn't done yet, so sorry). This means that builtinvotes.inc is now required in order to build MapChooser Extended.
  • OnMapVoteStart is now deprecated. Use OnMapVoteStarted instead.
  • Version is no longer stored in mapchooser_extended.cfg. That means the correct version will now be reported by your server, rather than whatever the version was when you created the config file.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-31-2011 , 20:28   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #204

Quote:
Originally Posted by Powerlord View Post
1.7 has been officially released. Among other things, it includes support for SourceMod 1.4.

This version contains a breaking change.
You will need to save your settings, delete your config file, and recreate it because all the cvar names have changed.

This is an annoying change, certainly, but it was done to lessen confusion between mapchooser.cfg and mapchooser_extended.cfg.

What's new in 1.7?
  • Updated with the capabilities of MapChooser 1.4.
  • Extend/Don't Change can now be moved above the other vote options.
  • Nominations can now be randomized with maps.
  • The Custom map phrase can now be disabled or set to *. * is now the default.
  • Preliminary support for the BuiltinVotes extension (but said extension isn't done yet, so sorry). This means that builtinvotes.inc is now required in order to build MapChooser Extended.
  • OnMapVoteStart is now deprecated. Use OnMapVoteStarted instead.
  • Version is no longer stored in mapchooser_extended.cfg. That means the correct version will now be reported by your server, rather than whatever the version was when you created the config file.
Do we need to remove the original nominations and rockthevote smx files?
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 20:29   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #205

Quote:
Originally Posted by daleGEND View Post
Do we need to remove the original nominations and rockthevote smx files?
No. MapChooser Extended doesn't have its own versions, it uses the default ones.

I talked about making custom versions, but never did.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-31-2011 , 20:34   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #206

Quote:
Originally Posted by Powerlord View Post
No. MapChooser Extended doesn't have its own versions, it uses the default ones.

I talked about making custom versions, but never did.
Thanks, and this latest version fixes maps being added twice to the vote list?
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 20:35   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #207

Quote:
Originally Posted by daleGEND View Post
Thanks, and this latest version fixes maps being added twice to the vote list?
I wasn't aware that there was an issue with maps being added twice...
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-31-2011 , 20:39   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #208

Quote:
Originally Posted by Powerlord View Post
I wasn't aware that there was an issue with maps being added twice...
Sorry my server is saying that when maps are nominated, they are being added twice to the vote menu.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 20:40   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #209

Quote:
Originally Posted by daleGEND View Post
Sorry my server is saying that when maps are nominated, they are being added twice to the vote menu.
Oh, you mean between 1.7b2 and the final version? Yes, I fixed that.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-31-2011 at 20:40.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-31-2011 , 20:41   Re: MapChooser Extended 1.7 (Updated 2011-10-31)
Reply With Quote #210

Quote:
Originally Posted by Powerlord View Post
Oh, you mean between 1.7b2 and the final version? Yes, I fixed that.
Yes and thank you.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND 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 03:21.


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