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

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 05-18-2011 , 19:18   Re: MapChooser Extended 1.5.2 (Updated 2011-05-17)
Reply With Quote #31

I'm defaulted to english, yet it still displayed in Russian. I worked around it by deleting all of the languages except english from the languages config. Plus, I disabled the client ability to choose language. Only english users are on my server anyway.
StrikerMan780 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 00:03   Re: MapChooser Extended 1.5.2 (Updated 2011-05-17)
Reply With Quote #32

Turns out the Russian translation file had all its strings marked as being in English.

Here's a new Russian translation file (goes in addons/sourcemod/translations/ru/), and the main zip will be updated in a moment.

Apparently my own server was missing the Russian translation file, which is why I wasn't seeing it on my own server. When I uploaded it, everything started displaying in Russian.
Attached Files
File Type: txt mapchooser_extended.phrases.txt (1.9 KB, 295 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-19-2011 at 00:10.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 09:52   Re: MapChooser Extended 1.5.2 (Updated 2011-05-18)
Reply With Quote #33

I found a redundant block of code when checking if the current vote is a revote, but I don't think it's major enough change to push out a new release over. It will be present in the next release instead.

I might even redo the revote logic then and force a revote if we still have revotes left and the top two options have the same number of votes.

Translators:
If this does get added, and it likely will, there will likely be a new translation message that looks something like this.
Code:
"Tie Vote"
{
    "#format"    "{1:i}"
     "en"   "The top {1} maps had the same number of votes.\nA revote is needed!"
}
Note that the #format line is only in the English file.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-19-2011 at 11:00.
Powerlord is offline
crazy_tim412
Junior Member
Join Date: Apr 2011
Old 05-19-2011 , 11:24   Re: MapChooser Extended 1.5.2 (Updated 2011-05-18)
Reply With Quote #34

can`t download,
Quote:
Plugin failed to compile! Please try contacting the author.
I really like your mod so please fix the download
(old one got lost in re-install)

edit: Oh, just saw you can download the whole pack xD

Thanks, but still fix the download for other people

Last edited by crazy_tim412; 05-19-2011 at 11:25. Reason: found something
crazy_tim412 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 12:58   Re: MapChooser Extended 1.5.2 (Updated 2011-05-18)
Reply With Quote #35

Quote:
Originally Posted by crazy_tim412 View Post
Oh, just saw you can download the whole pack xD

Thanks, but still fix the download for other people
I can't fix it until the SourceMod site supports compiling with third-party include files, as mapchooser_extended.inc is required to compile this plugin.

mapchooser_extended.inc defines the forwards Mapchooser Extended calls when votes start, the warning timer ticks, etc...

I believe Asherkin said it's on his list of things to change.

Edit: I've added a warning to the first post that the Get Plugin link won't work.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-19-2011 at 13:06.
Powerlord is offline
crazy_tim412
Junior Member
Join Date: Apr 2011
Old 05-19-2011 , 13:14   Re: MapChooser Extended 1.5.2 (Updated 2011-05-18)
Reply With Quote #36

Quote:
Originally Posted by Powerlord View Post
I can't fix it until the SourceMod site supports compiling with third-party include files, as mapchooser_extended.inc is required to compile this plugin.

mapchooser_extended.inc defines the forwards Mapchooser Extended calls when votes start, the warning timer ticks, etc...

I believe Asherkin said it's on his list of things to change.

Edit: I've added a warning to the first post that the Get Plugin link won't work.
Oke, thanks for your reply
But the zip will work I presume?
crazy_tim412 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 13:32   Re: MapChooser Extended 1.5.2 (Updated 2011-05-18)
Reply With Quote #37

Quote:
Originally Posted by crazy_tim412 View Post
Oke, thanks for your reply
But the zip will work I presume?
Yes. The zip file is just the smx file, the sp source file, the inc file, 4 official map lists (and an empty one for Fortress Forever, whoops...), and 4 translation files in their proper directories.

If you uncompress it to your game directory, it should put files in the correct places.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-19-2011 at 13:44.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 21:22   Re: MapChooser Extended 1.6 (Updated 2011-05-19)
Reply With Quote #38

New version: 1.6
What's new in 1.6:
  1. New cvar sm_mapvote_menustyle. This cvar controls which style menu you see. 0 for your game's default style (same as 1.5). 1 is the older Valve style that requires you to press Escape to see the menu. 2 is the newer 1-9 button Voice Command style. Style 2 is unavailable in some games (like HL2: Deathmatch). Block Slots is ignored for the older Valve style.
  2. New cvar sm_mapvote_warningtimerlocation. Location for the warning timer text. 0 is HintBox, 1 is Center text, 2 is Chat. Defaults to HintBox.
  3. Detection for HL2: Deathmatch is gone. If you want it to act like 1.5, set sm_mapvote_warningtimerlocation 1.
  4. If runoffs are enabled, a runoff will now be triggered if the top two or more maps have the same number of votes regardless of the percentage... as long as you're not already on the last runoff vote.
You need to update the English translation file again, as there is a new "Tie Vote" translation string as mentioned earlier. And thus, I didn't post an .smx file in order to force you to download the zip... MWAHAHA, my plan of world domination!
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-19-2011 , 21:43   Re: MapChooser Extended 1.6 (Updated 2011-05-19)
Reply With Quote #39

Spotted and fixed a bug in the 1.6 release. It said 0 people had downloaded it, but just in case, if you grabbed 1.6 before now, please grab it again.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-20-2011 , 00:55   Re: MapChooser Extended 1.6 (Updated 2011-05-19)
Reply With Quote #40

I've heard reports from one of my users that they can't see the Valve-style vote menus in Team Fortress 2. I'm not sure if this is a client thing or what.
__________________
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 23:56.


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