Raised This Month: $ Target: $400
 0% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
tejeskifly
Senior Member
Join Date: Jun 2009
Location: Hungary, Szeged
Old 08-29-2013 , 04:53   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #551

wich games support the voice command style menu?
__________________

Last edited by tejeskifly; 08-29-2013 at 18:29.
tejeskifly is offline
Send a message via MSN to tejeskifly
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 09-03-2013 , 20:11   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #552

Hi,

I found the time to fix the sm_mapvote command not working if an end of map vote had already occured.
For those who would need it, it's in the attachement (I named it 'beta' because I let Powerlord validate this change or not. sm plugins list and mce_version commands will still display 1.9.3.)

++
Attached Files
File Type: sp Get Plugin or Get Source (mapchooser_extended_194beta.sp - 101 views - 54.7 KB)
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 09-03-2013 at 20:19.
St00ne is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-03-2013 , 20:23   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #553

Quote:
Originally Posted by St00ne View Post
Hi,

I found the time to fix the sm_mapvote command not working if an end of map vote had already occured.
For those who would need it, it's in the attachement (I named it 'beta' because I let Powerlord validate this change or not. sm plugins list and mce_version commands will still display 1.9.3.)

++
Out of curiosity, did you try MapChooser Extended 1.9.6 first?

Granted, I'm going to be releasing 1.10 soon if just to get the latest changes out... last work I was doing on it involved syncing it with the SourceMod MapChooser 1.5.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-03-2013 at 20:25.
Powerlord is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 09-03-2013 , 21:26   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #554

Hi,

Sorry, I didn't see any 1.9.6 version. I posted earlier that I couldn't wait for an update of 1.9.3 version...

I guess you made it but just need to change 1st post right? It's written 1.9.3 in the title.

Edit: Sry I was talking about an official version.
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 09-03-2013 at 21:31.
St00ne is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-03-2013 , 21:28   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #555

Quote:
Originally Posted by St00ne View Post
Hi,

Sorry, I didn't see any 1.9.6 version. I posted earlier that I couldn't wait for an update of 1.9.3 version...

I guess you made it but just need to change 1st post right? It's written 1.9.3 in the title.
At the time, they needed to be tested more thoroughly. Then I was making changes I intended to turn into 1.9.7, then I made some changes to the .inc file which is going to force it to be 1.10.0... and now I'm making some experimental changes to translation strings across all languages which is delaying that for a bit.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 09-03-2013 , 21:33   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #556

Hi,

Ok, I see, now that you say it, I remember I tested 1.9.5 but really quickly, just to see if the bug I had was fixed.
Then I rolled back to 1.9.3 immediately. So I can't help you with a lot of feedback...
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 09-03-2013 at 21:33.
St00ne is offline
XenTerSiO
SourceMod Donor
Join Date: Nov 2011
Location: Black Mesa
Old 09-11-2013 , 07:54   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #557

How do I change a translation - "Extend Map" ?
It is displayed in the bottom of the box when choosing to extend the map...
XenTerSiO is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 09-11-2013 , 10:47   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #558

Quote:
Originally Posted by XenTerSiO View Post
How do I change a translation - "Extend Map" ?
It is displayed in the bottom of the box when choosing to extend the map...
1. open: mapchooser_extended.sp
2. search for:
Code:
"Extend Map"
and replace with desired text.
3. compile plugin.
__________________

Last edited by AeroAcrobat; 09-11-2013 at 10:48.
AeroAcrobat is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-11-2013 , 11:06   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #559

Quote:
Originally Posted by AeroAcrobat View Post
1. open: mapchooser_extended.sp
2. search for:
Code:
"Extend Map"
and replace with desired text.
3. compile plugin.
Wrong.

MapChooser Extended uses translation files, and "Extend Map" is one of the phrases in those files...

So, open translations/mapchooser_extended.phrases.txt (or the appropriate language version), find "Extend Map", and edit the phrase on the right side of the next line.

If you're using NativeVotes, it's locked unless you have NativeVotes 0.8.0 or newer and the version of MapChooser Extended I'll be releasing in the next few days.

Edit: If you feel brave, you can just compile it from my GitHub source... it's the same version running on RUGC Midwest.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-11-2013 at 11:22.
Powerlord is offline
XenTerSiO
SourceMod Donor
Join Date: Nov 2011
Location: Black Mesa
Old 09-11-2013 , 12:35   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #560

Thanks!
XenTerSiO 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 22:12.


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