Raised This Month: $32 Target: $400
 8% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
zemic
Junior Member
Join Date: Dec 2011
Old 12-07-2011 , 13:06   Re: MapChooser Extended 1.8.0 (Updated 2011-12-06)
Reply With Quote #241

Quote:
Originally Posted by Powerlord View Post
Yeah, I realized after I asked that that you're using this plugin with CS:S, which doesn't support BuiltinVotes.

Anyway, try the version attached to this post and let me know if it works.

It should, but I'd like to know for sure before I replace the version in the first post.
Yes, it works now. I use this with PVKII actually
Thanks for the quick fix.
zemic is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-07-2011 , 13:18   Re: MapChooser Extended 1.8.0a (Updated 2011-12-07)
Reply With Quote #242

Version 1.8.0a released
The code is identical to the 1.8.0 except the version number was bumped.

Release notes
  • Recompiled plugin to eliminate 'Unable to load plugin "mapchooser_extended.smx": Native "DisplayBuiltinVotePass2" was not found' error when BuiltinVotes wasn't loaded. No actual code changes.
Anyway, this release was caused by me not updating the copy of builtinvotes.inc in my build path before I compiled 1.8.0... and not testing the plugin without BuiltinVotes loaded (I do testing, but I was doing it in a hurry and the server I tested on was using BuiltinVotes).
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-07-2011 at 13:48.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-15-2011 , 22:06   Re: MapChooser Extended 1.8.0a (Updated 2011-12-07)
Reply With Quote #243

In anticipation of tonight's TF2 update, here's a new tf.txt file to mark cp_foundry as a standard (non-custom) map.

If it turns out it's not named cp_foundry, I blame Valve's Fletcher Dunn, who called it cp_foundry on the hlds_announce mailing list.

As a reminder, this file goes in addons/sourcemod/configs/mapchooser_extended/maps/
Attached Files
File Type: txt tf.txt (784 Bytes, 267 views)
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-17-2011 , 21:22   Re: MapChooser Extended 1.8.0a (Updated 2011-12-07)
Reply With Quote #244

I discovered a bug. If Extend Map wins in a revote, the vote gets confused... with BuiltinVotes, it reports a generic failure, and the map vote doesn't come up again later as it should.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-17-2011 at 22:27.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-18-2011 , 01:12   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #245

Version 1.8.1 was released. Changes include
  • Fixed a problem with BuiltinVotes success screen not being shown when Extend won a vote.
  • Fixed incorrect translation being used during the warning counter for revotes.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-18-2011 at 01:12.
Powerlord is offline
RoaR
Member
Join Date: Dec 2011
Old 12-18-2011 , 16:14   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #246

Here is my donation of translation to Serbian - SR.

Nice plugin i must say!
Attached Files
File Type: zip mapchooser-sr.zip (931 Bytes, 173 views)
RoaR is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-28-2011 , 10:57   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #247

Quote:
Originally Posted by RoaR View Post
Here is my donation of translation to Serbian - SR.

Nice plugin i must say!
I wasn't even aware that SourceMod supported Serbian. :O

Sorry, I saw your post last week, but I've been busy... working. Yes, that's it, working. Definitely not playing Star Wars: The Old Republic.

I'll update the main post soon. I just want to make sure I have the latest version on this computer before I update the zip file.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-28-2011 at 10:58.
Powerlord is offline
XxSpawn
Junior Member
Join Date: Jul 2011
Old 01-08-2012 , 09:28   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #248

Hey there, just wondering if you have implemented a feature yet to where instead of having is vote for a map at the end of a round where we could have it vote at the beginning of a round instead? Say I want to have it vote at the beginning of the second round as opposed at the end of the first round, is this possible?
XxSpawn is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 01-19-2012 , 11:37   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #249

very nice plugin, clean & useful

I think these 2 requests may do plugin better:
1) its possible to create a timer when to change the map after a succesful vote? like in RTV. (mce_changetime 3 (3 seconds))

2) can you do something like this? (I am new in SP and just want to convey meaning)

PHP Code:
new String:modfolder[32]
public 
OnPluginStart()
{
    
detectmod()
    
Secvarformod()
}

detectmod()
{
    
GetGameFolderName(modfolder,sizeof(modfolder))
}
Setcvarformod()
{
    if (
strcmp(modfolder"dod"true) == 0)
    {
        
dod_bonusroundtime
    
}
    else if (
strcmp(modfolder"cstrike"true) == 0)
    {
        
mp_bonusroundtime
    
}
    else if (
strcmp(modfolder"tf"true) == 0)
    {
        
mp_bonusroundtime
    
}
...

this will allow to use mce_startround "0" for all mods, not only tf2 (btw mp_bonustoundtime also used by cstrike & hl2mp (or may for other too))

sorry for my english
Root_ is offline
RoaR
Member
Join Date: Dec 2011
Old 01-20-2012 , 06:05   Re: MapChooser Extended 1.8.1 (Updated 2011-12-18)
Reply With Quote #250

Quote:
Originally Posted by Powerlord View Post
I wasn't even aware that SourceMod supported Serbian. :O

Sorry, I saw your post last week, but I've been busy... working. Yes, that's it, working. Definitely not playing Star Wars: The Old Republic.

I'll update the main post soon. I just want to make sure I have the latest version on this computer before I update the zip file.

Okay.
I know it's supported since idk when. I was looking around and saw much plugins made here with Serbian translation.
RoaR 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:13.


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