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

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
Hornet2510
New Member
Join Date: Jun 2012
Location: Russia
Old 06-20-2012 , 08:07   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #371

Could you explain me what this cvar do?

Quote:
// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "0"
I cannot nominate maps after failed rtv (nomination list don't want to clear), is it a result of this command? What value should I set?
Hornet2510 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-20-2012 , 09:23   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #372

Quote:
Originally Posted by Hornet2510 View Post
Could you explain me what this cvar do?
That command just prevent that many previous maps from appearing in the map vote so you don't keep playing the same map over and over.



Quote:
Originally Posted by Hornet2510 View Post
I cannot nominate maps after failed rtv (nomination list don't want to clear), is it a result of this command? What value should I set?
It's likely not that command.

Is this with version 1.9.2? Also, are you using nominations_extended? This sounds suspiciously like a bug and I killed a similar bug between 1.9.1 and 1.9.2, but it may just be a related bug that I missed. I'll have to do some testing later (can't now because I'm at work) to see if I can replicate this.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-20-2012 at 09:24.
Powerlord is offline
Hornet2510
New Member
Join Date: Jun 2012
Location: Russia
Old 06-20-2012 , 13:18   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #373

I understood, thank you.

I am using nominations_extended, hope it was not mine problem because I could set up plugin incorrectly.
Plugin rocks.
Hornet2510 is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 06-20-2012 , 20:40   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #374

Having some weird issues where my server will hang on mapchange. I notice the command to changelevel points to one thing then goes to another map. Not sure what is happening.
__________________
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 06-20-2012 , 20:43   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #375

Quote:
Originally Posted by daleGEND View Post
Having some weird issues where my server will hang on mapchange. I notice the command to changelevel points to one thing then goes to another map. Not sure what is happening.
Which game is this for?

Does it also happen if you use the standard SourceMod MapChooser?
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 06-20-2012 , 20:44   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #376

Quote:
Originally Posted by Powerlord View Post
Which game is this for?

Does it also happen if you use the standard SourceMod MapChooser?
Counter-Strike: Source. Happens on both of my servers, Zombie Escape and Mini Games. I have not tried the default plugins, no. I am using only yours at the moment.

Edit:
Works fine on standard mapchooser plugin. I have not seen it hang.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d

Last edited by daleGEND; 06-20-2012 at 20:58.
daleGEND is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-23-2012 , 15:11   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #377

Quote:
Originally Posted by daleGEND View Post
Counter-Strike: Source. Happens on both of my servers, Zombie Escape and Mini Games. I have not tried the default plugins, no. I am using only yours at the moment.

Edit:
Works fine on standard mapchooser plugin. I have not seen it hang.
Hmm, weird... like the standard MapChooser, MCE uses SetNextMap or ForceChangeMap, and lets SourceMod's core handles the actual map change either way.

Does this happen for standard end of map votes, rtv, or both?
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-23-2012 at 15:22.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-23-2012 , 16:08   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #378

Quote:
Originally Posted by Hornet2510 View Post
I understood, thank you.

I am using nominations_extended, hope it was not mine problem because I could set up plugin incorrectly.
Plugin rocks.
Here's 1.9.3 which should fix this bug.

Ugh, thought I had this fixed once, only to realize that what I was doing wasn't changing anything (I was assigning false to an already false value).

It took some doing, but I found the bug. Incidentally, this bug also exists in the stock MapChooser, but it's exposed to the external world by the MapChooser Extended CanNominate native, which Nominations Extended uses.
  • MapChooser Extended
    • Fixed bug where nominations list is cleared, but nominations count isn't reset.
  • Nominations Extended
    • No changes.
  • Rock The Vote Extended
    • No changes.
Attached Files
File Type: sp Get Plugin or Get Source (mapchooser_extended.sp - 81 views - 54.4 KB)
File Type: smx mapchooser_extended.smx (23.4 KB, 93 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-23-2012 at 16:09.
Powerlord is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 06-23-2012 , 20:32   Re: MapChooser Extended 1.9.2 (Updated 2012-06-08)
Reply With Quote #379

Quote:
Originally Posted by Powerlord View Post
Hmm, weird... like the standard MapChooser, MCE uses SetNextMap or ForceChangeMap, and lets SourceMod's core handles the actual map change either way.

Does this happen for standard end of map votes, rtv, or both?
Sorry, I have not tested this because I was forced to go back to the default mapchooser. I am fairly sure this was the regular mapchange vote and rtv.
__________________
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 06-25-2012 , 13:27   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #380

Expect to see an updated maps/tf.txt later this week when Valve adds the Doomsday map to the game.
__________________
Not currently working on SourceMod plugin development.
Powerlord 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 18:19.


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